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

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

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

Subclasses of FullyQualifiedClassType in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee
 class EjbClassType
          The ejb-classType contains the fully-qualified name of the enterprise bean's class.
 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 HomeType
          The homeType defines the fully-qualified name of an enterprise bean's home interface.
 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 MessageDestinationTypeType
          The message-destination-typeType specifies the type of the destination.
 class RemoteType
          The remote element contains the fully-qualified name of the enterprise bean's remote interface.
 

Fields in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee declared as FullyQualifiedClassType
protected  FullyQualifiedClassType FacesConfigAttributeType.attributeClass
           
protected  FullyQualifiedClassType FacesConfigApplicationResourceBundleType.baseName
           
protected  FullyQualifiedClassType ApplicationClientType.callbackHandler
           
protected  FullyQualifiedClassType AroundInvokeType.clazz
           
protected  FullyQualifiedClassType FacesConfigComponentType.componentClass
           
protected  FullyQualifiedClassType FacesConfigConverterType.converterClass
           
protected  FullyQualifiedClassType FacesConfigConverterType.converterForClass
           
protected  FullyQualifiedClassType ApplicationExceptionType.exceptionClass
           
protected  FullyQualifiedClassType ErrorPageType.exceptionType
           
protected  FullyQualifiedClassType FilterType.filterClass
           
protected  FullyQualifiedClassType FunctionType.functionClass
           
protected  FullyQualifiedClassType PortComponentHandlerType.handlerClass
           
protected  FullyQualifiedClassType ServiceRefHandlerType.handlerClass
           
protected  FullyQualifiedClassType InjectionTargetType.injectionTargetClass
           
protected  FullyQualifiedClassType InterceptorType.interceptorClass
           
protected  FullyQualifiedClassType FacesConfigMapEntriesType.keyClass
           
protected  FullyQualifiedClassType LifecycleCallbackType.lifecycleCallbackClass
           
protected  FullyQualifiedClassType ListenerType.listenerClass
           
protected  FullyQualifiedClassType FacesConfigManagedBeanType.managedBeanClass
           
protected  FullyQualifiedClassType MessageDrivenBeanType.messagingType
           
protected  FullyQualifiedClassType EntityBeanType.primKeyClass
           
protected  FullyQualifiedClassType FacesConfigReferencedBeanType.referencedBeanClass
           
protected  FullyQualifiedClassType FacesConfigRendererType.rendererClass
           
protected  FullyQualifiedClassType FacesConfigRenderKitType.renderKitClass
           
protected  FullyQualifiedClassType ResourceEnvRefType.resourceEnvRefType
           
protected  FullyQualifiedClassType ResourceRefType.resType
           
protected  FullyQualifiedClassType SessionBeanType.serviceEndpoint
           
protected  FullyQualifiedClassType PortComponentRefType.serviceEndpointInterface
           
protected  FullyQualifiedClassType PortComponentType.serviceEndpointInterface
           
protected  FullyQualifiedClassType ServiceRefType.serviceInterface
           
protected  FullyQualifiedClassType ServiceRefType.serviceRefType
           
protected  FullyQualifiedClassType ServletType.servletClass
           
protected  FullyQualifiedClassType TagType.tagClass
           
protected  FullyQualifiedClassType TagType.teiClass
           
protected  FullyQualifiedClassType TldAttributeType.type
           
protected  FullyQualifiedClassType TldDeferredValueType.type
           
protected  FullyQualifiedClassType FacesConfigValidatorType.validatorClass
           
protected  FullyQualifiedClassType ValidatorType.validatorClass
           
protected  FullyQualifiedClassType VariableType.variableClass
           
 

Fields in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee with type parameters of type FullyQualifiedClassType
protected  List<FullyQualifiedClassType> SessionBeanType.businessLocal
           
protected  List<FullyQualifiedClassType> SessionBeanType.businessRemote
           
protected  List<FullyQualifiedClassType> InterceptorOrderType.interceptorClass
           
protected  List<FullyQualifiedClassType> InterceptorBindingType.interceptorClass
           
protected  List<FullyQualifiedClassType> FacesConfigLifecycleType.phaseListener
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee that return FullyQualifiedClassType
 FullyQualifiedClassType FullyQualifiedClassType.clone()
          Creates and returns a copy of this object.
 FullyQualifiedClassType ObjectFactory.createFullyQualifiedClassType()
          Create an instance of FullyQualifiedClassType
 FullyQualifiedClassType FacesConfigAttributeType.getAttributeClass()
          Gets the value of the attributeClass property.
 FullyQualifiedClassType FacesConfigApplicationResourceBundleType.getBaseName()
          Gets the value of the baseName property.
 FullyQualifiedClassType ApplicationClientType.getCallbackHandler()
          Gets the value of the callbackHandler property.
 FullyQualifiedClassType AroundInvokeType.getClazz()
          Gets the value of the clazz property.
 FullyQualifiedClassType FacesConfigComponentType.getComponentClass()
          Gets the value of the componentClass property.
 FullyQualifiedClassType FacesConfigConverterType.getConverterClass()
          Gets the value of the converterClass property.
 FullyQualifiedClassType FacesConfigConverterType.getConverterForClass()
          Gets the value of the converterForClass property.
 FullyQualifiedClassType ApplicationExceptionType.getExceptionClass()
          Gets the value of the exceptionClass property.
 FullyQualifiedClassType ErrorPageType.getExceptionType()
          Gets the value of the exceptionType property.
 FullyQualifiedClassType FilterType.getFilterClass()
          Gets the value of the filterClass property.
 FullyQualifiedClassType FunctionType.getFunctionClass()
          Gets the value of the functionClass property.
 FullyQualifiedClassType PortComponentHandlerType.getHandlerClass()
          Gets the value of the handlerClass property.
 FullyQualifiedClassType ServiceRefHandlerType.getHandlerClass()
          Gets the value of the handlerClass property.
 FullyQualifiedClassType InjectionTargetType.getInjectionTargetClass()
          Gets the value of the injectionTargetClass property.
 FullyQualifiedClassType InterceptorType.getInterceptorClass()
          Gets the value of the interceptorClass property.
 FullyQualifiedClassType FacesConfigMapEntriesType.getKeyClass()
          Gets the value of the keyClass property.
 FullyQualifiedClassType LifecycleCallbackType.getLifecycleCallbackClass()
          Gets the value of the lifecycleCallbackClass property.
 FullyQualifiedClassType ListenerType.getListenerClass()
          Gets the value of the listenerClass property.
 FullyQualifiedClassType FacesConfigManagedBeanType.getManagedBeanClass()
          Gets the value of the managedBeanClass property.
 FullyQualifiedClassType MessageDrivenBeanType.getMessagingType()
          Gets the value of the messagingType property.
 FullyQualifiedClassType EntityBeanType.getPrimKeyClass()
          Gets the value of the primKeyClass property.
 FullyQualifiedClassType FacesConfigReferencedBeanType.getReferencedBeanClass()
          Gets the value of the referencedBeanClass property.
 FullyQualifiedClassType FacesConfigRendererType.getRendererClass()
          Gets the value of the rendererClass property.
 FullyQualifiedClassType FacesConfigRenderKitType.getRenderKitClass()
          Gets the value of the renderKitClass property.
 FullyQualifiedClassType ResourceEnvRefType.getResourceEnvRefType()
          Gets the value of the resourceEnvRefType property.
 FullyQualifiedClassType ResourceRefType.getResType()
          Gets the value of the resType property.
 FullyQualifiedClassType SessionBeanType.getServiceEndpoint()
          Gets the value of the serviceEndpoint property.
 FullyQualifiedClassType PortComponentRefType.getServiceEndpointInterface()
          Gets the value of the serviceEndpointInterface property.
 FullyQualifiedClassType PortComponentType.getServiceEndpointInterface()
          Gets the value of the serviceEndpointInterface property.
 FullyQualifiedClassType ServiceRefType.getServiceInterface()
          Gets the value of the serviceInterface property.
 FullyQualifiedClassType ServiceRefType.getServiceRefType()
          Gets the value of the serviceRefType property.
 FullyQualifiedClassType ServletType.getServletClass()
          Gets the value of the servletClass property.
 FullyQualifiedClassType TagType.getTagClass()
          Gets the value of the tagClass property.
 FullyQualifiedClassType TagType.getTeiClass()
          Gets the value of the teiClass property.
 FullyQualifiedClassType TldAttributeType.getType()
          Gets the value of the type property.
 FullyQualifiedClassType TldDeferredValueType.getType()
          Gets the value of the type property.
 FullyQualifiedClassType FacesConfigValidatorType.getValidatorClass()
          Gets the value of the validatorClass property.
 FullyQualifiedClassType ValidatorType.getValidatorClass()
          Gets the value of the validatorClass property.
 FullyQualifiedClassType VariableType.getVariableClass()
          Gets the value of the variableClass property.
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee that return types with arguments of type FullyQualifiedClassType
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeActionListener(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeElResolver(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeNavigationHandler(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypePropertyResolver(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeStateManager(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeVariableResolver(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeViewHandler(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigFactoryTypeApplicationFactory(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigFactoryTypeFacesContextFactory(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigFactoryTypeLifecycleFactory(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigFactoryTypeRenderKitFactory(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 List<FullyQualifiedClassType> SessionBeanType.getBusinessLocal()
          Gets the value of the businessLocal property.
 List<FullyQualifiedClassType> SessionBeanType.getBusinessRemote()
          Gets the value of the businessRemote property.
 List<FullyQualifiedClassType> InterceptorOrderType.getInterceptorClass()
          Gets the value of the interceptorClass property.
 List<FullyQualifiedClassType> InterceptorBindingType.getInterceptorClass()
          Gets the value of the interceptorClass property.
 List<FullyQualifiedClassType> FacesConfigLifecycleType.getPhaseListener()
          Gets the value of the phaseListener property.
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.javaee with parameters of type FullyQualifiedClassType
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeActionListener(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeElResolver(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeNavigationHandler(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypePropertyResolver(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeStateManager(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeVariableResolver(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigApplicationTypeViewHandler(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigFactoryTypeApplicationFactory(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigFactoryTypeFacesContextFactory(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigFactoryTypeLifecycleFactory(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 javax.xml.bind.JAXBElement<FullyQualifiedClassType> ObjectFactory.createFacesConfigFactoryTypeRenderKitFactory(FullyQualifiedClassType value)
          Create an instance of JAXBElement<FullyQualifiedClassType>}
 void FacesConfigAttributeType.setAttributeClass(FullyQualifiedClassType value)
          Sets the value of the attributeClass property.
 void FacesConfigApplicationResourceBundleType.setBaseName(FullyQualifiedClassType value)
          Sets the value of the baseName property.
 void ApplicationClientType.setCallbackHandler(FullyQualifiedClassType value)
          Sets the value of the callbackHandler property.
 void AroundInvokeType.setClazz(FullyQualifiedClassType value)
          Sets the value of the clazz property.
 void FacesConfigComponentType.setComponentClass(FullyQualifiedClassType value)
          Sets the value of the componentClass property.
 void FacesConfigConverterType.setConverterClass(FullyQualifiedClassType value)
          Sets the value of the converterClass property.
 void FacesConfigConverterType.setConverterForClass(FullyQualifiedClassType value)
          Sets the value of the converterForClass property.
 void ApplicationExceptionType.setExceptionClass(FullyQualifiedClassType value)
          Sets the value of the exceptionClass property.
 void ErrorPageType.setExceptionType(FullyQualifiedClassType value)
          Sets the value of the exceptionType property.
 void FilterType.setFilterClass(FullyQualifiedClassType value)
          Sets the value of the filterClass property.
 void FunctionType.setFunctionClass(FullyQualifiedClassType value)
          Sets the value of the functionClass property.
 void PortComponentHandlerType.setHandlerClass(FullyQualifiedClassType value)
          Sets the value of the handlerClass property.
 void ServiceRefHandlerType.setHandlerClass(FullyQualifiedClassType value)
          Sets the value of the handlerClass property.
 void InjectionTargetType.setInjectionTargetClass(FullyQualifiedClassType value)
          Sets the value of the injectionTargetClass property.
 void InterceptorType.setInterceptorClass(FullyQualifiedClassType value)
          Sets the value of the interceptorClass property.
 void FacesConfigMapEntriesType.setKeyClass(FullyQualifiedClassType value)
          Sets the value of the keyClass property.
 void LifecycleCallbackType.setLifecycleCallbackClass(FullyQualifiedClassType value)
          Sets the value of the lifecycleCallbackClass property.
 void ListenerType.setListenerClass(FullyQualifiedClassType value)
          Sets the value of the listenerClass property.
 void FacesConfigManagedBeanType.setManagedBeanClass(FullyQualifiedClassType value)
          Sets the value of the managedBeanClass property.
 void MessageDrivenBeanType.setMessagingType(FullyQualifiedClassType value)
          Sets the value of the messagingType property.
 void EntityBeanType.setPrimKeyClass(FullyQualifiedClassType value)
          Sets the value of the primKeyClass property.
 void FacesConfigReferencedBeanType.setReferencedBeanClass(FullyQualifiedClassType value)
          Sets the value of the referencedBeanClass property.
 void FacesConfigRendererType.setRendererClass(FullyQualifiedClassType value)
          Sets the value of the rendererClass property.
 void FacesConfigRenderKitType.setRenderKitClass(FullyQualifiedClassType value)
          Sets the value of the renderKitClass property.
 void ResourceEnvRefType.setResourceEnvRefType(FullyQualifiedClassType value)
          Sets the value of the resourceEnvRefType property.
 void ResourceRefType.setResType(FullyQualifiedClassType value)
          Sets the value of the resType property.
 void SessionBeanType.setServiceEndpoint(FullyQualifiedClassType value)
          Sets the value of the serviceEndpoint property.
 void PortComponentRefType.setServiceEndpointInterface(FullyQualifiedClassType value)
          Sets the value of the serviceEndpointInterface property.
 void PortComponentType.setServiceEndpointInterface(FullyQualifiedClassType value)
          Sets the value of the serviceEndpointInterface property.
 void ServiceRefType.setServiceInterface(FullyQualifiedClassType value)
          Sets the value of the serviceInterface property.
 void ServiceRefType.setServiceRefType(FullyQualifiedClassType value)
          Sets the value of the serviceRefType property.
 void ServletType.setServletClass(FullyQualifiedClassType value)
          Sets the value of the servletClass property.
 void TagType.setTagClass(FullyQualifiedClassType value)
          Sets the value of the tagClass property.
 void TagType.setTeiClass(FullyQualifiedClassType value)
          Sets the value of the teiClass property.
 void TldAttributeType.setType(FullyQualifiedClassType value)
          Sets the value of the type property.
 void TldDeferredValueType.setType(FullyQualifiedClassType value)
          Sets the value of the type property.
 void FacesConfigValidatorType.setValidatorClass(FullyQualifiedClassType value)
          Sets the value of the validatorClass property.
 void ValidatorType.setValidatorClass(FullyQualifiedClassType value)
          Sets the value of the validatorClass property.
 void VariableType.setVariableClass(FullyQualifiedClassType value)
          Sets the value of the variableClass property.
 

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



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