Uses of Interface
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.String

Packages that use String
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee   
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl   
 

Uses of String in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee
 

Subinterfaces of String in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee
 interface AuthMethodType
          The auth-methodType is used to configure the authentication mechanism for the web application.
 interface BodyContentType
          Specifies the type of body that is valid for a tag.
 interface CmpVersionType
          The cmp-versionType specifies the version of an entity bean with container-managed persistence.
 interface CmrFieldTypeType
          The cmr-field-type element specifies the class of a collection-valued logical relationship field in the entity bean class.
 interface DispatcherType
          The dispatcher has four legal values: FORWARD, REQUEST, INCLUDE, and ERROR.
 interface DisplayNameType
          The display-name type contains a short name that is intended to be displayed by tools.
 interface EjbClassType
          The ejb-classType contains the fully-qualified name of the enterprise bean's class.
 interface 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.
 interface EjbRefNameType
          The ejb-ref-name element contains the name of an EJB reference.
 interface EjbRefTypeType
          The ejb-ref-typeType contains the expected type of the referenced enterprise bean.
 interface EnvEntryTypeValuesType
          This type contains the fully-qualified Java type of the environment entry value that is expected by the application's code.
 interface FacesConfigDefaultValueType
          The "default-value" contains the value for the property or attribute in which this element resides.
 interface 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).
 interface 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.
 interface FacesConfigSuggestedValueType
          The "suggested-value" contains the value for the property or attribute in which this element resides.
 interface 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.
 interface FilterNameType
          The logical name of the filter is declare by using filter-nameType.
 interface FullyQualifiedClassType
          The elements that use this type designate the name of a Java class or interface.
 interface GenericBooleanType
          This type defines four different values which can designate boolean values.
 interface HomeType
          The homeType defines the fully-qualified name of an enterprise bean's home interface.
 interface JavaIdentifierType
          The java-identifierType defines a Java identifier.
 interface 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.
 interface JndiNameType
          The jndi-nameType type designates a JNDI name in the Deployment Component's environment and is relative to the java:comp/env context.
 interface JspFileType
          The jsp-file element contains the full path to a JSP file within the web application beginning with a `/'.
 interface LocalHomeType
          The local-homeType defines the fully-qualified name of an enterprise bean's local home interface.
 interface LocalType
          The localType defines the fully-qualified name of an enterprise bean's local interface.
 interface MessageDestinationLinkType
          The message-destination-linkType is used to link a message destination reference or message-driven bean to a message destination.
 interface MessageDestinationTypeType
          The message-destination-typeType specifies the type of the destination.
 interface MessageDestinationUsageType
          The message-destination-usageType specifies the use of the message destination indicated by the reference.
 interface 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.
 interface MethodNameType
          The method-nameType contains a name of an enterprise bean method or the asterisk (*) character.
 interface MimeTypeType
          The mime-typeType is used to indicate a defined mime type.
 interface MultiplicityType
          The multiplicityType describes the multiplicity of the role that participates in a relation.
 interface NonEmptyStringType
          This type defines a string which contains at least one character.
 interface PathType
          The elements that use this type designate either a relative path or an absolute path starting with a "/".
 interface PersistenceContextTypeType
          The persistence-context-typeType specifies the transactional nature of a persistence context reference.
 interface PersistenceTypeType
          The persistence-typeType specifies an entity bean's persistence management type.
 interface RemoteType
          The remote element contains the fully-qualified name of the enterprise bean's remote interface.
 interface 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.
 interface ResSharingScopeType
          The res-sharing-scope type specifies whether connections obtained through the given resource manager connection factory reference can be shared.
 interface 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.
 interface RoleNameType
          The role-nameType designates the name of a security role.
 interface 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.
 interface ServletNameType
          The servlet-name element contains the canonical name of the servlet.
 interface SessionTypeType
          The session-typeType describes whether the session bean is a stateful session or stateless session.
 interface TransactionTypeType
          The transaction-typeType specifies an enterprise bean's transaction management type.
 interface 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.
 interface TransportGuaranteeType
          The transport-guaranteeType specifies that the communication between client and server should be NONE, INTEGRAL, or CONFIDENTIAL.
 interface VariableScopeType
          This type defines scope of the scripting variable.
 interface WarPathType
          The elements that use this type designate a path starting with a "/" and interpreted relative to the root of a WAR file.
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee that return String
 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.pkg.collections.novalueclass.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.pkg.collections.novalueclass.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.
 

Uses of String in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl
 

Classes in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl that implement String
 class AuthMethodTypeImpl
           
 class BodyContentTypeImpl
           
 class CmpVersionTypeImpl
           
 class CmrFieldTypeTypeImpl
           
 class DispatcherTypeImpl
           
 class DisplayNameTypeImpl
           
 class EjbClassTypeImpl
           
 class EjbLinkTypeImpl
           
 class EjbRefNameTypeImpl
           
 class EjbRefTypeTypeImpl
           
 class EnvEntryTypeValuesTypeImpl
           
 class FacesConfigDefaultValueTypeImpl
           
 class FacesConfigFromViewIdTypeImpl
           
 class FacesConfigManagedBeanScopeOrNoneTypeImpl
           
 class FacesConfigSuggestedValueTypeImpl
           
 class FacesConfigValueClassTypeImpl
           
 class FilterNameTypeImpl
           
 class FullyQualifiedClassTypeImpl
           
 class GenericBooleanTypeImpl
           
 class HomeTypeImpl
           
 class JavaIdentifierTypeImpl
           
 class JavaTypeTypeImpl
           
 class JndiNameTypeImpl
           
 class JspFileTypeImpl
           
 class LocalHomeTypeImpl
           
 class LocalTypeImpl
           
 class MessageDestinationLinkTypeImpl
           
 class MessageDestinationTypeTypeImpl
           
 class MessageDestinationUsageTypeImpl
           
 class MethodIntfTypeImpl
           
 class MethodNameTypeImpl
           
 class MimeTypeTypeImpl
           
 class MultiplicityTypeImpl
           
 class NonEmptyStringTypeImpl
           
 class PathTypeImpl
           
 class PersistenceContextTypeTypeImpl
           
 class PersistenceTypeTypeImpl
           
 class RemoteTypeImpl
           
 class ResAuthTypeImpl
           
 class ResSharingScopeTypeImpl
           
 class ResultTypeMappingTypeImpl
           
 class RoleNameTypeImpl
           
 class ServletLinkTypeImpl
           
 class ServletNameTypeImpl
           
 class SessionTypeTypeImpl
           
 class StringImpl
           
 class TransactionTypeTypeImpl
           
 class TransAttributeTypeImpl
           
 class TransportGuaranteeTypeImpl
           
 class VariableScopeTypeImpl
           
 class WarPathTypeImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl with type parameters of type String
protected  List<String> ServiceRefHandlerTypeImpl.portName
           
protected  List<String> ServiceRefHandlerTypeImpl.soapRole
           
protected  List<String> PortComponentHandlerTypeImpl.soapRole
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl that return String
 String FacesConfigAttributeTypeImpl.getAttributeName()
           
 String CmrFieldTypeImpl.getCmrFieldName()
           
 String FacesConfigRendererTypeImpl.getComponentFamily()
           
 String FacesConfigComponentTypeImpl.getComponentType()
           
 String WebTypeImpl.getContextRoot()
           
 String FacesConfigConverterTypeImpl.getConverterId()
           
 String InterceptorBindingTypeImpl.getEjbName()
           
 String EjbRelationshipRoleTypeImpl.getEjbRelationshipRoleName()
           
 String MimeMappingTypeImpl.getExtension()
           
 String FacesConfigNavigationCaseTypeImpl.getFromOutcome()
           
 String FunctionTypeImpl.getFunctionSignature()
           
 String ServiceRefHandlerTypeImpl.getHandlerName()
           
 String PortComponentHandlerTypeImpl.getHandlerName()
           
 String FacesConfigMapEntryTypeImpl.getKey()
           
 String MessageDestinationTypeImpl.getMessageDestinationName()
           
 String NamedMethodTypeImpl.getMethodName()
           
 String TldDeferredMethodTypeImpl.getMethodSignature()
           
 String JspPropertyGroupTypeImpl.getPageEncoding()
           
 String ParamValueTypeImpl.getParamName()
           
 String PersistenceContextRefTypeImpl.getPersistenceUnitName()
           
 String PersistenceUnitRefTypeImpl.getPersistenceUnitName()
           
 String PortComponentRefTypeImpl.getPortComponentLink()
           
 String PortComponentTypeImpl.getPortComponentName()
           
 String EntityBeanTypeImpl.getPrimkeyField()
           
 String FacesConfigPropertyTypeImpl.getPropertyName()
           
 String FacesConfigManagedPropertyTypeImpl.getPropertyName()
           
 String LoginConfigTypeImpl.getRealmName()
           
 String FacesConfigRendererTypeImpl.getRendererType()
           
 String FacesConfigRenderKitTypeImpl.getRenderKitId()
           
 String TaglibTypeImpl.getTaglibUri()
           
 String FacesConfigNavigationCaseTypeImpl.getToViewId()
           
 String FacesConfigValidatorTypeImpl.getValidatorId()
           
 String FacesConfigApplicationResourceBundleTypeImpl.getVar()
           
 String WebResourceCollectionTypeImpl.getWebResourceName()
           
 String WebserviceDescriptionTypeImpl.getWebserviceDescriptionName()
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl that return types with arguments of type String
 List<String> ServiceRefHandlerTypeImpl.getPortName()
           
 List<String> ServiceRefHandlerTypeImpl.getSoapRole()
           
 List<String> PortComponentHandlerTypeImpl.getSoapRole()
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl with parameters of type String
 void FacesConfigAttributeTypeImpl.setAttributeName(String value)
           
 void CmrFieldTypeImpl.setCmrFieldName(String value)
           
 void FacesConfigRendererTypeImpl.setComponentFamily(String value)
           
 void FacesConfigComponentTypeImpl.setComponentType(String value)
           
 void WebTypeImpl.setContextRoot(String value)
           
 void FacesConfigConverterTypeImpl.setConverterId(String value)
           
 void InterceptorBindingTypeImpl.setEjbName(String value)
           
 void EjbRelationshipRoleTypeImpl.setEjbRelationshipRoleName(String value)
           
 void MimeMappingTypeImpl.setExtension(String value)
           
 void FacesConfigNavigationCaseTypeImpl.setFromOutcome(String value)
           
 void FunctionTypeImpl.setFunctionSignature(String value)
           
 void ServiceRefHandlerTypeImpl.setHandlerName(String value)
           
 void PortComponentHandlerTypeImpl.setHandlerName(String value)
           
 void FacesConfigMapEntryTypeImpl.setKey(String value)
           
 void MessageDestinationTypeImpl.setMessageDestinationName(String value)
           
 void NamedMethodTypeImpl.setMethodName(String value)
           
 void TldDeferredMethodTypeImpl.setMethodSignature(String value)
           
 void JspPropertyGroupTypeImpl.setPageEncoding(String value)
           
 void ParamValueTypeImpl.setParamName(String value)
           
 void PersistenceContextRefTypeImpl.setPersistenceUnitName(String value)
           
 void PersistenceUnitRefTypeImpl.setPersistenceUnitName(String value)
           
 void PortComponentRefTypeImpl.setPortComponentLink(String value)
           
 void PortComponentTypeImpl.setPortComponentName(String value)
           
 void EntityBeanTypeImpl.setPrimkeyField(String value)
           
 void FacesConfigPropertyTypeImpl.setPropertyName(String value)
           
 void FacesConfigManagedPropertyTypeImpl.setPropertyName(String value)
           
 void LoginConfigTypeImpl.setRealmName(String value)
           
 void FacesConfigRendererTypeImpl.setRendererType(String value)
           
 void FacesConfigRenderKitTypeImpl.setRenderKitId(String value)
           
 void TaglibTypeImpl.setTaglibUri(String value)
           
 void FacesConfigNavigationCaseTypeImpl.setToViewId(String value)
           
 void FacesConfigValidatorTypeImpl.setValidatorId(String value)
           
 void FacesConfigApplicationResourceBundleTypeImpl.setVar(String value)
           
 void WebResourceCollectionTypeImpl.setWebResourceName(String value)
           
 void WebserviceDescriptionTypeImpl.setWebserviceDescriptionName(String value)
           
 



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