Uses of Class
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.String

Packages that use String
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee   
 

Uses of String in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee
 

Subclasses of String in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee
 class AuthMethodType
          The auth-methodType is used to configure the authentication mechanism for the web application.
 class BodyContentType
          Specifies the type of body that is valid for a tag.
 class CmpVersionType
          The cmp-versionType specifies the version of an entity bean with container-managed persistence.
 class CmrFieldTypeType
          The cmr-field-type element specifies the class of a collection-valued logical relationship field in the entity bean class.
 class DispatcherType
          The dispatcher has four legal values: FORWARD, REQUEST, INCLUDE, and ERROR.
 class DisplayNameType
          The display-name type contains a short name that is intended to be displayed by tools.
 class EjbClassType
          The ejb-classType contains the fully-qualified name of the enterprise bean's class.
 class EjbLinkType
          The ejb-linkType is used by ejb-link elements in the ejb-ref or ejb-local-ref elements to specify that an EJB reference is linked to enterprise bean.
 class EjbRefNameType
          The ejb-ref-name element contains the name of an EJB reference.
 class EjbRefTypeType
          The ejb-ref-typeType contains the expected type of the referenced enterprise bean.
 class EnvEntryTypeValuesType
          This type contains the fully-qualified Java type of the environment entry value that is expected by the application's code.
 class FacesConfigDefaultValueType
          The "default-value" contains the value for the property or attribute in which this element resides.
 class FacesConfigFromViewIdType
          The value of from-view-id must contain one of the following values: - The exact match for a view identifier that is recognized by the the ViewHandler implementation being used (such as "/index.jsp" if you are using the default ViewHandler).
 class FacesConfigManagedBeanScopeOrNoneType
          Defines the legal values for the element's body content, which includes all of the scopes normally used in a web application, plus the "none" value indicating that a created bean should not be stored into any scope.
 class FacesConfigSuggestedValueType
          The "suggested-value" contains the value for the property or attribute in which this element resides.
 class FacesConfigValueClassType
          The "value-class" element defines the Java type to which each "value" element's value will be converted to, prior to adding it to the "list-entries" list for a managed property that is a java.util.List, or a "map-entries" map for a managed property that is a java.util.Map.
 class FilterNameType
          The logical name of the filter is declare by using filter-nameType.
 class FullyQualifiedClassType
          The elements that use this type designate the name of a Java class or interface.
 class GenericBooleanType
          This type defines four different values which can designate boolean values.
 class HomeType
          The homeType defines the fully-qualified name of an enterprise bean's home interface.
 class JavaIdentifierType
          The java-identifierType defines a Java identifier.
 class JavaTypeType
          This is a generic type that designates a Java primitive type or a fully qualified name of a Java interface/type, or an array of such types.
 class JndiNameType
          The jndi-nameType type designates a JNDI name in the Deployment Component's environment and is relative to the java:comp/env context.
 class JspFileType
          The jsp-file element contains the full path to a JSP file within the web application beginning with a `/'.
 class LocalHomeType
          The local-homeType defines the fully-qualified name of an enterprise bean's local home interface.
 class LocalType
          The localType defines the fully-qualified name of an enterprise bean's local interface.
 class MessageDestinationLinkType
          The message-destination-linkType is used to link a message destination reference or message-driven bean to a message destination.
 class MessageDestinationTypeType
          The message-destination-typeType specifies the type of the destination.
 class MessageDestinationUsageType
          The message-destination-usageType specifies the use of the message destination indicated by the reference.
 class MethodIntfType
          The method-intf element allows a method element to differentiate between the methods with the same name and signature that are multiply defined across the home and component interfaces (e.g, in both an enterprise bean's remote and local interfaces or in both an enterprise bean's home and remote interfaces, etc.); the component and web service endpoint interfaces, and so on.
 class MethodNameType
          The method-nameType contains a name of an enterprise bean method or the asterisk (*) character.
 class MimeTypeType
          The mime-typeType is used to indicate a defined mime type.
 class MultiplicityType
          The multiplicityType describes the multiplicity of the role that participates in a relation.
 class NonEmptyStringType
          This type defines a string which contains at least one character.
 class PathType
          The elements that use this type designate either a relative path or an absolute path starting with a "/".
 class PersistenceContextTypeType
          The persistence-context-typeType specifies the transactional nature of a persistence context reference.
 class PersistenceTypeType
          The persistence-typeType specifies an entity bean's persistence management type.
 class RemoteType
          The remote element contains the fully-qualified name of the enterprise bean's remote interface.
 class ResAuthType
          The res-authType specifies whether the Deployment Component code signs on programmatically to the resource manager, or whether the Container will sign on to the resource manager on behalf of the Deployment Component.
 class ResSharingScopeType
          The res-sharing-scope type specifies whether connections obtained through the given resource manager connection factory reference can be shared.
 class ResultTypeMappingType
          The result-type-mappingType is used in the query element to specify whether an abstract schema type returned by a query for a select method is to be mapped to an EJBLocalObject or EJBObject type.
 class RoleNameType
          The role-nameType designates the name of a security role.
 class ServletLinkType
          The servlet-link element is used in the service-impl-bean element to specify that a Service Implementation Bean is defined as a JAX-RPC Service Endpoint.
 class ServletNameType
          The servlet-name element contains the canonical name of the servlet.
 class SessionTypeType
          The session-typeType describes whether the session bean is a stateful session or stateless session.
 class TransactionTypeType
          The transaction-typeType specifies an enterprise bean's transaction management type.
 class TransAttributeType
          The trans-attributeType specifies how the container must manage the transaction boundaries when delegating a method invocation to an enterprise bean's business method.
 class TransportGuaranteeType
          The transport-guaranteeType specifies that the communication between client and server should be NONE, INTEGRAL, or CONFIDENTIAL.
 class VariableScopeType
          This type defines scope of the scripting variable.
 class WarPathType
          The elements that use this type designate a path starting with a "/" and interpreted relative to the root of a WAR file.
 

Fields in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee declared as String
protected  String FacesConfigAttributeType.attributeName
           
protected  String CmrFieldType.cmrFieldName
           
protected  String FacesConfigRendererType.componentFamily
           
protected  String FacesConfigComponentType.componentType
           
protected  String WebType.contextRoot
           
protected  String FacesConfigConverterType.converterId
           
protected  String InterceptorBindingType.ejbName
           
protected  String EjbRelationshipRoleType.ejbRelationshipRoleName
           
protected  String MimeMappingType.extension
           
protected  String FacesConfigNavigationCaseType.fromOutcome
           
protected  String FunctionType.functionSignature
           
protected  String PortComponentHandlerType.handlerName
           
protected  String ServiceRefHandlerType.handlerName
           
protected  String FacesConfigMapEntryType.key
           
protected  String MessageDestinationType.messageDestinationName
           
protected  String NamedMethodType.methodName
           
protected  String TldDeferredMethodType.methodSignature
           
protected  String JspPropertyGroupType.pageEncoding
           
protected  String ParamValueType.paramName
           
protected  String PersistenceContextRefType.persistenceUnitName
           
protected  String PersistenceUnitRefType.persistenceUnitName
           
protected  String PortComponentRefType.portComponentLink
           
protected  String PortComponentType.portComponentName
           
protected  String EntityBeanType.primkeyField
           
protected  String FacesConfigPropertyType.propertyName
           
protected  String FacesConfigManagedPropertyType.propertyName
           
protected  String LoginConfigType.realmName
           
protected  String FacesConfigRendererType.rendererType
           
protected  String FacesConfigRenderKitType.renderKitId
           
protected  String TaglibType.taglibUri
           
protected  String FacesConfigNavigationCaseType.toViewId
           
protected  String FacesConfigValidatorType.validatorId
           
protected  String FacesConfigApplicationResourceBundleType.var
           
protected  String WebResourceCollectionType.webResourceName
           
protected  String WebserviceDescriptionType.webserviceDescriptionName
           
 

Fields in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee with type parameters of type String
protected  List<String> ServiceRefHandlerType.portName
           
protected  List<String> PortComponentHandlerType.soapRole
           
protected  List<String> ServiceRefHandlerType.soapRole
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee that return String
 String String.clone()
          Creates and returns a copy of this object.
 String ObjectFactory.createString()
          Create an instance of String
 String FacesConfigAttributeType.getAttributeName()
          Gets the value of the attributeName property.
 String CmrFieldType.getCmrFieldName()
          Gets the value of the cmrFieldName property.
 String FacesConfigRendererType.getComponentFamily()
          Gets the value of the componentFamily property.
 String FacesConfigComponentType.getComponentType()
          Gets the value of the componentType property.
 String WebType.getContextRoot()
          Gets the value of the contextRoot property.
 String FacesConfigConverterType.getConverterId()
          Gets the value of the converterId property.
 String InterceptorBindingType.getEjbName()
          Gets the value of the ejbName property.
 String EjbRelationshipRoleType.getEjbRelationshipRoleName()
          Gets the value of the ejbRelationshipRoleName property.
 String MimeMappingType.getExtension()
          Gets the value of the extension property.
 String FacesConfigNavigationCaseType.getFromOutcome()
          Gets the value of the fromOutcome property.
 String FunctionType.getFunctionSignature()
          Gets the value of the functionSignature property.
 String PortComponentHandlerType.getHandlerName()
          Gets the value of the handlerName property.
 String ServiceRefHandlerType.getHandlerName()
          Gets the value of the handlerName property.
 String FacesConfigMapEntryType.getKey()
          Gets the value of the key property.
 String MessageDestinationType.getMessageDestinationName()
          Gets the value of the messageDestinationName property.
 String NamedMethodType.getMethodName()
          Gets the value of the methodName property.
 String TldDeferredMethodType.getMethodSignature()
          Gets the value of the methodSignature property.
 String JspPropertyGroupType.getPageEncoding()
          Gets the value of the pageEncoding property.
 String ParamValueType.getParamName()
          Gets the value of the paramName property.
 String PersistenceContextRefType.getPersistenceUnitName()
          Gets the value of the persistenceUnitName property.
 String PersistenceUnitRefType.getPersistenceUnitName()
          Gets the value of the persistenceUnitName property.
 String PortComponentRefType.getPortComponentLink()
          Gets the value of the portComponentLink property.
 String PortComponentType.getPortComponentName()
          Gets the value of the portComponentName property.
 String EntityBeanType.getPrimkeyField()
          Gets the value of the primkeyField property.
 String FacesConfigPropertyType.getPropertyName()
          Gets the value of the propertyName property.
 String FacesConfigManagedPropertyType.getPropertyName()
          Gets the value of the propertyName property.
 String LoginConfigType.getRealmName()
          Gets the value of the realmName property.
 String FacesConfigRendererType.getRendererType()
          Gets the value of the rendererType property.
 String FacesConfigRenderKitType.getRenderKitId()
          Gets the value of the renderKitId property.
 String TaglibType.getTaglibUri()
          Gets the value of the taglibUri property.
 String FacesConfigNavigationCaseType.getToViewId()
          Gets the value of the toViewId property.
 String FacesConfigValidatorType.getValidatorId()
          Gets the value of the validatorId property.
 String FacesConfigApplicationResourceBundleType.getVar()
          Gets the value of the var property.
 String WebResourceCollectionType.getWebResourceName()
          Gets the value of the webResourceName property.
 String WebserviceDescriptionType.getWebserviceDescriptionName()
          Gets the value of the webserviceDescriptionName property.
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee that return types with arguments of type String
 javax.xml.bind.JAXBElement<String> ObjectFactory.createEjbRelationTypeEjbRelationName(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> ObjectFactory.createFacesConfigApplicationTypeDefaultRenderKitId(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> ObjectFactory.createFacesConfigApplicationTypeMessageBundle(String value)
          Create an instance of JAXBElement<String>}
 List<String> ServiceRefHandlerType.getPortName()
          Gets the value of the portName property.
 List<String> PortComponentHandlerType.getSoapRole()
          Gets the value of the soapRole property.
 List<String> ServiceRefHandlerType.getSoapRole()
          Gets the value of the soapRole property.
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee with parameters of type String
 javax.xml.bind.JAXBElement<String> ObjectFactory.createEjbRelationTypeEjbRelationName(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> ObjectFactory.createFacesConfigApplicationTypeDefaultRenderKitId(String value)
          Create an instance of JAXBElement<String>}
 javax.xml.bind.JAXBElement<String> ObjectFactory.createFacesConfigApplicationTypeMessageBundle(String value)
          Create an instance of JAXBElement<String>}
 void FacesConfigAttributeType.setAttributeName(String value)
          Sets the value of the attributeName property.
 void CmrFieldType.setCmrFieldName(String value)
          Sets the value of the cmrFieldName property.
 void FacesConfigRendererType.setComponentFamily(String value)
          Sets the value of the componentFamily property.
 void FacesConfigComponentType.setComponentType(String value)
          Sets the value of the componentType property.
 void WebType.setContextRoot(String value)
          Sets the value of the contextRoot property.
 void FacesConfigConverterType.setConverterId(String value)
          Sets the value of the converterId property.
 void InterceptorBindingType.setEjbName(String value)
          Sets the value of the ejbName property.
 void EjbRelationshipRoleType.setEjbRelationshipRoleName(String value)
          Sets the value of the ejbRelationshipRoleName property.
 void MimeMappingType.setExtension(String value)
          Sets the value of the extension property.
 void FacesConfigNavigationCaseType.setFromOutcome(String value)
          Sets the value of the fromOutcome property.
 void FunctionType.setFunctionSignature(String value)
          Sets the value of the functionSignature property.
 void PortComponentHandlerType.setHandlerName(String value)
          Sets the value of the handlerName property.
 void ServiceRefHandlerType.setHandlerName(String value)
          Sets the value of the handlerName property.
 void FacesConfigMapEntryType.setKey(String value)
          Sets the value of the key property.
 void MessageDestinationType.setMessageDestinationName(String value)
          Sets the value of the messageDestinationName property.
 void NamedMethodType.setMethodName(String value)
          Sets the value of the methodName property.
 void TldDeferredMethodType.setMethodSignature(String value)
          Sets the value of the methodSignature property.
 void JspPropertyGroupType.setPageEncoding(String value)
          Sets the value of the pageEncoding property.
 void ParamValueType.setParamName(String value)
          Sets the value of the paramName property.
 void PersistenceContextRefType.setPersistenceUnitName(String value)
          Sets the value of the persistenceUnitName property.
 void PersistenceUnitRefType.setPersistenceUnitName(String value)
          Sets the value of the persistenceUnitName property.
 void PortComponentRefType.setPortComponentLink(String value)
          Sets the value of the portComponentLink property.
 void PortComponentType.setPortComponentName(String value)
          Sets the value of the portComponentName property.
 void EntityBeanType.setPrimkeyField(String value)
          Sets the value of the primkeyField property.
 void FacesConfigPropertyType.setPropertyName(String value)
          Sets the value of the propertyName property.
 void FacesConfigManagedPropertyType.setPropertyName(String value)
          Sets the value of the propertyName property.
 void LoginConfigType.setRealmName(String value)
          Sets the value of the realmName property.
 void FacesConfigRendererType.setRendererType(String value)
          Sets the value of the rendererType property.
 void FacesConfigRenderKitType.setRenderKitId(String value)
          Sets the value of the renderKitId property.
 void TaglibType.setTaglibUri(String value)
          Sets the value of the taglibUri property.
 void FacesConfigNavigationCaseType.setToViewId(String value)
          Sets the value of the toViewId property.
 void FacesConfigValidatorType.setValidatorId(String value)
          Sets the value of the validatorId property.
 void FacesConfigApplicationResourceBundleType.setVar(String value)
          Sets the value of the var property.
 void WebResourceCollectionType.setWebResourceName(String value)
          Sets the value of the webResourceName property.
 void WebserviceDescriptionType.setWebserviceDescriptionName(String value)
          Sets the value of the webserviceDescriptionName property.
 

Constructors in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee with parameters of type String
String(String o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee.String instance by copying a given instance.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.