net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl
Class ApplicationClientTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.ApplicationClientTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ApplicationClientType

public class ApplicationClientTypeImpl
extends Object
implements Serializable, Cloneable, ApplicationClientType

See Also:
Serialized Form

Field Summary
protected  FullyQualifiedClassTypeImpl callbackHandler
           
protected  List<DescriptionType> description
           
protected  List<DisplayNameType> displayName
           
protected  List<EjbRefType> ejbRef
           
protected  List<EnvEntryType> envEntry
           
protected  List<IconType> icon
           
protected  String id
           
protected  List<MessageDestinationType> messageDestination
           
protected  List<MessageDestinationRefType> messageDestinationRef
           
protected  Boolean metadataComplete
           
protected  List<PersistenceUnitRefType> persistenceUnitRef
           
protected  List<LifecycleCallbackType> postConstruct
           
protected  List<LifecycleCallbackType> preDestroy
           
protected  List<ResourceEnvRefType> resourceEnvRef
           
protected  List<ResourceRefType> resourceRef
           
protected  List<ServiceRefType> serviceRef
           
protected  String version
           
 
Constructor Summary
ApplicationClientTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.ApplicationClientTypeImpl instance.
ApplicationClientTypeImpl(ApplicationClientTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.ApplicationClientTypeImpl instance by copying a given instance.
 
Method Summary
 ApplicationClientTypeImpl clone()
          Creates and returns a copy of this object.
static void copyDescription(List<DescriptionType> source, List<DescriptionType> target)
          Copies all values of property Description.
static void copyDisplayName(List<DisplayNameType> source, List<DisplayNameType> target)
          Copies all values of property DisplayName.
static void copyEjbRef(List<EjbRefType> source, List<EjbRefType> target)
          Copies all values of property EjbRef.
static void copyEnvEntry(List<EnvEntryType> source, List<EnvEntryType> target)
          Copies all values of property EnvEntry.
static void copyIcon(List<IconType> source, List<IconType> target)
          Copies all values of property Icon.
static void copyMessageDestination(List<MessageDestinationType> source, List<MessageDestinationType> target)
          Copies all values of property MessageDestination.
static void copyMessageDestinationRef(List<MessageDestinationRefType> source, List<MessageDestinationRefType> target)
          Copies all values of property MessageDestinationRef.
static void copyPersistenceUnitRef(List<PersistenceUnitRefType> source, List<PersistenceUnitRefType> target)
          Copies all values of property PersistenceUnitRef.
static void copyPostConstruct(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostConstruct.
static void copyPreDestroy(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PreDestroy.
static void copyResourceEnvRef(List<ResourceEnvRefType> source, List<ResourceEnvRefType> target)
          Copies all values of property ResourceEnvRef.
static void copyResourceRef(List<ResourceRefType> source, List<ResourceRefType> target)
          Copies all values of property ResourceRef.
static void copyServiceRef(List<ServiceRefType> source, List<ServiceRefType> target)
          Copies all values of property ServiceRef.
 FullyQualifiedClassType getCallbackHandler()
          Gets the value of the callbackHandler property.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 List<DisplayNameType> getDisplayName()
          Gets the value of the displayName property.
 List<EjbRefType> getEjbRef()
          Gets the value of the ejbRef property.
 List<EnvEntryType> getEnvEntry()
          Gets the value of the envEntry property.
 List<IconType> getIcon()
          Gets the value of the icon property.
 String getId()
          Gets the value of the id property.
 List<MessageDestinationType> getMessageDestination()
          Gets the value of the messageDestination property.
 List<MessageDestinationRefType> getMessageDestinationRef()
          Gets the value of the messageDestinationRef property.
 List<PersistenceUnitRefType> getPersistenceUnitRef()
          Gets the value of the persistenceUnitRef property.
 List<LifecycleCallbackType> getPostConstruct()
          Gets the value of the postConstruct property.
 List<LifecycleCallbackType> getPreDestroy()
          Gets the value of the preDestroy property.
 List<ResourceEnvRefType> getResourceEnvRef()
          Gets the value of the resourceEnvRef property.
 List<ResourceRefType> getResourceRef()
          Gets the value of the resourceRef property.
 List<ServiceRefType> getServiceRef()
          Gets the value of the serviceRef property.
 String getVersion()
          Gets the value of the version property.
 Boolean isMetadataComplete()
          Gets the value of the metadataComplete property.
 void setCallbackHandler(FullyQualifiedClassType value)
          Sets the value of the callbackHandler property.
 void setId(String value)
          Sets the value of the id property.
 void setMetadataComplete(Boolean value)
          Sets the value of the metadataComplete property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

envEntry

protected List<EnvEntryType> envEntry

ejbRef

protected List<EjbRefType> ejbRef

serviceRef

protected List<ServiceRefType> serviceRef

resourceRef

protected List<ResourceRefType> resourceRef

resourceEnvRef

protected List<ResourceEnvRefType> resourceEnvRef

messageDestinationRef

protected List<MessageDestinationRefType> messageDestinationRef

persistenceUnitRef

protected List<PersistenceUnitRefType> persistenceUnitRef

postConstruct

protected List<LifecycleCallbackType> postConstruct

preDestroy

protected List<LifecycleCallbackType> preDestroy

callbackHandler

protected FullyQualifiedClassTypeImpl callbackHandler

messageDestination

protected List<MessageDestinationType> messageDestination

version

protected String version

metadataComplete

protected Boolean metadataComplete

id

protected String id
Constructor Detail

ApplicationClientTypeImpl

public ApplicationClientTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.ApplicationClientTypeImpl instance.


ApplicationClientTypeImpl

public ApplicationClientTypeImpl(ApplicationClientTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.ApplicationClientTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: ApplicationClientType
Gets the value of the description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list DescriptionType

Specified by:
getDescription in interface ApplicationClientType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: ApplicationClientType
Gets the value of the displayName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the displayName property.

For example, to add a new item, do as follows:

    getDisplayName().add(newItem);
 

Objects of the following type(s) are allowed in the list DisplayNameType

Specified by:
getDisplayName in interface ApplicationClientType

getIcon

public List<IconType> getIcon()
Description copied from interface: ApplicationClientType
Gets the value of the icon property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the icon property.

For example, to add a new item, do as follows:

    getIcon().add(newItem);
 

Objects of the following type(s) are allowed in the list IconType

Specified by:
getIcon in interface ApplicationClientType

getEnvEntry

public List<EnvEntryType> getEnvEntry()
Description copied from interface: ApplicationClientType
Gets the value of the envEntry property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the envEntry property.

For example, to add a new item, do as follows:

    getEnvEntry().add(newItem);
 

Objects of the following type(s) are allowed in the list EnvEntryType

Specified by:
getEnvEntry in interface ApplicationClientType

getEjbRef

public List<EjbRefType> getEjbRef()
Description copied from interface: ApplicationClientType
Gets the value of the ejbRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the ejbRef property.

For example, to add a new item, do as follows:

    getEjbRef().add(newItem);
 

Objects of the following type(s) are allowed in the list EjbRefType

Specified by:
getEjbRef in interface ApplicationClientType

getServiceRef

public List<ServiceRefType> getServiceRef()
Description copied from interface: ApplicationClientType
Gets the value of the serviceRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the serviceRef property.

For example, to add a new item, do as follows:

    getServiceRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ServiceRefType

Specified by:
getServiceRef in interface ApplicationClientType

getResourceRef

public List<ResourceRefType> getResourceRef()
Description copied from interface: ApplicationClientType
Gets the value of the resourceRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the resourceRef property.

For example, to add a new item, do as follows:

    getResourceRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceRefType

Specified by:
getResourceRef in interface ApplicationClientType

getResourceEnvRef

public List<ResourceEnvRefType> getResourceEnvRef()
Description copied from interface: ApplicationClientType
Gets the value of the resourceEnvRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the resourceEnvRef property.

For example, to add a new item, do as follows:

    getResourceEnvRef().add(newItem);
 

Objects of the following type(s) are allowed in the list ResourceEnvRefType

Specified by:
getResourceEnvRef in interface ApplicationClientType

getMessageDestinationRef

public List<MessageDestinationRefType> getMessageDestinationRef()
Description copied from interface: ApplicationClientType
Gets the value of the messageDestinationRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the messageDestinationRef property.

For example, to add a new item, do as follows:

    getMessageDestinationRef().add(newItem);
 

Objects of the following type(s) are allowed in the list MessageDestinationRefType

Specified by:
getMessageDestinationRef in interface ApplicationClientType

getPersistenceUnitRef

public List<PersistenceUnitRefType> getPersistenceUnitRef()
Description copied from interface: ApplicationClientType
Gets the value of the persistenceUnitRef property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the persistenceUnitRef property.

For example, to add a new item, do as follows:

    getPersistenceUnitRef().add(newItem);
 

Objects of the following type(s) are allowed in the list PersistenceUnitRefType

Specified by:
getPersistenceUnitRef in interface ApplicationClientType

getPostConstruct

public List<LifecycleCallbackType> getPostConstruct()
Description copied from interface: ApplicationClientType
Gets the value of the postConstruct property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the postConstruct property.

For example, to add a new item, do as follows:

    getPostConstruct().add(newItem);
 

Objects of the following type(s) are allowed in the list LifecycleCallbackType

Specified by:
getPostConstruct in interface ApplicationClientType

getPreDestroy

public List<LifecycleCallbackType> getPreDestroy()
Description copied from interface: ApplicationClientType
Gets the value of the preDestroy property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the preDestroy property.

For example, to add a new item, do as follows:

    getPreDestroy().add(newItem);
 

Objects of the following type(s) are allowed in the list LifecycleCallbackType

Specified by:
getPreDestroy in interface ApplicationClientType

getCallbackHandler

public FullyQualifiedClassType getCallbackHandler()
Description copied from interface: ApplicationClientType
Gets the value of the callbackHandler property.

Specified by:
getCallbackHandler in interface ApplicationClientType
Returns:
possible object is FullyQualifiedClassType

setCallbackHandler

public void setCallbackHandler(FullyQualifiedClassType value)
Description copied from interface: ApplicationClientType
Sets the value of the callbackHandler property.

Specified by:
setCallbackHandler in interface ApplicationClientType
Parameters:
value - allowed object is FullyQualifiedClassType

getMessageDestination

public List<MessageDestinationType> getMessageDestination()
Description copied from interface: ApplicationClientType
Gets the value of the messageDestination property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the messageDestination property.

For example, to add a new item, do as follows:

    getMessageDestination().add(newItem);
 

Objects of the following type(s) are allowed in the list MessageDestinationType

Specified by:
getMessageDestination in interface ApplicationClientType

getVersion

public String getVersion()
Description copied from interface: ApplicationClientType
Gets the value of the version property.

Specified by:
getVersion in interface ApplicationClientType
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: ApplicationClientType
Sets the value of the version property.

Specified by:
setVersion in interface ApplicationClientType
Parameters:
value - allowed object is String

isMetadataComplete

public Boolean isMetadataComplete()
Description copied from interface: ApplicationClientType
Gets the value of the metadataComplete property.

Specified by:
isMetadataComplete in interface ApplicationClientType
Returns:
possible object is Boolean

setMetadataComplete

public void setMetadataComplete(Boolean value)
Description copied from interface: ApplicationClientType
Sets the value of the metadataComplete property.

Specified by:
setMetadataComplete in interface ApplicationClientType
Parameters:
value - allowed object is Boolean

getId

public String getId()
Description copied from interface: ApplicationClientType
Gets the value of the id property.

Specified by:
getId in interface ApplicationClientType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: ApplicationClientType
Sets the value of the id property.

Specified by:
setId in interface ApplicationClientType
Parameters:
value - allowed object is String

copyDescription

public static void copyDescription(List<DescriptionType> source,
                                   List<DescriptionType> target)
Copies all values of property Description.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyDisplayName

public static void copyDisplayName(List<DisplayNameType> source,
                                   List<DisplayNameType> target)
Copies all values of property DisplayName.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyIcon

public static void copyIcon(List<IconType> source,
                            List<IconType> target)
Copies all values of property Icon.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyEnvEntry

public static void copyEnvEntry(List<EnvEntryType> source,
                                List<EnvEntryType> target)
Copies all values of property EnvEntry.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyEjbRef

public static void copyEjbRef(List<EjbRefType> source,
                              List<EjbRefType> target)
Copies all values of property EjbRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyServiceRef

public static void copyServiceRef(List<ServiceRefType> source,
                                  List<ServiceRefType> target)
Copies all values of property ServiceRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyResourceRef

public static void copyResourceRef(List<ResourceRefType> source,
                                   List<ResourceRefType> target)
Copies all values of property ResourceRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyResourceEnvRef

public static void copyResourceEnvRef(List<ResourceEnvRefType> source,
                                      List<ResourceEnvRefType> target)
Copies all values of property ResourceEnvRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyMessageDestinationRef

public static void copyMessageDestinationRef(List<MessageDestinationRefType> source,
                                             List<MessageDestinationRefType> target)
Copies all values of property MessageDestinationRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyPersistenceUnitRef

public static void copyPersistenceUnitRef(List<PersistenceUnitRefType> source,
                                          List<PersistenceUnitRefType> target)
Copies all values of property PersistenceUnitRef.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyPostConstruct

public static void copyPostConstruct(List<LifecycleCallbackType> source,
                                     List<LifecycleCallbackType> target)
Copies all values of property PostConstruct.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyPreDestroy

public static void copyPreDestroy(List<LifecycleCallbackType> source,
                                  List<LifecycleCallbackType> target)
Copies all values of property PreDestroy.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyMessageDestination

public static void copyMessageDestination(List<MessageDestinationType> source,
                                          List<MessageDestinationType> target)
Copies all values of property MessageDestination.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

clone

public ApplicationClientTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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