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

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

public class EntityBeanTypeImpl
extends Object
implements Serializable, Cloneable, EntityBeanType

See Also:
Serialized Form

Field Summary
protected  JavaIdentifierTypeImpl abstractSchemaName
           
protected  List<CmpFieldType> cmpField
           
protected  CmpVersionTypeImpl cmpVersion
           
protected  List<DescriptionType> description
           
protected  List<DisplayNameType> displayName
           
protected  EjbClassTypeImpl ejbClass
           
protected  List<EjbLocalRefType> ejbLocalRef
           
protected  EjbNameTypeImpl ejbName
           
protected  List<EjbRefType> ejbRef
           
protected  List<EnvEntryType> envEntry
           
protected  HomeTypeImpl home
           
protected  List<IconType> icon
           
protected  String id
           
protected  LocalTypeImpl local
           
protected  LocalHomeTypeImpl localHome
           
protected  XsdStringTypeImpl mappedName
           
protected  List<MessageDestinationRefType> messageDestinationRef
           
protected  List<PersistenceContextRefType> persistenceContextRef
           
protected  PersistenceTypeTypeImpl persistenceType
           
protected  List<PersistenceUnitRefType> persistenceUnitRef
           
protected  List<LifecycleCallbackType> postConstruct
           
protected  List<LifecycleCallbackType> preDestroy
           
protected  FullyQualifiedClassTypeImpl primKeyClass
           
protected  StringImpl primkeyField
           
protected  List<QueryType> query
           
protected  TrueFalseTypeImpl reentrant
           
protected  RemoteTypeImpl remote
           
protected  List<ResourceEnvRefType> resourceEnvRef
           
protected  List<ResourceRefType> resourceRef
           
protected  SecurityIdentityTypeImpl securityIdentity
           
protected  List<SecurityRoleRefType> securityRoleRef
           
protected  List<ServiceRefType> serviceRef
           
 
Constructor Summary
EntityBeanTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.EntityBeanTypeImpl instance.
EntityBeanTypeImpl(EntityBeanTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.EntityBeanTypeImpl instance by copying a given instance.
 
Method Summary
 EntityBeanTypeImpl clone()
          Creates and returns a copy of this object.
static void copyCmpField(List<CmpFieldType> source, List<CmpFieldType> target)
          Copies all values of property CmpField.
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 copyEjbLocalRef(List<EjbLocalRefType> source, List<EjbLocalRefType> target)
          Copies all values of property EjbLocalRef.
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 copyMessageDestinationRef(List<MessageDestinationRefType> source, List<MessageDestinationRefType> target)
          Copies all values of property MessageDestinationRef.
static void copyPersistenceContextRef(List<PersistenceContextRefType> source, List<PersistenceContextRefType> target)
          Copies all values of property PersistenceContextRef.
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 copyQuery(List<QueryType> source, List<QueryType> target)
          Copies all values of property Query.
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 copySecurityRoleRef(List<SecurityRoleRefType> source, List<SecurityRoleRefType> target)
          Copies all values of property SecurityRoleRef.
static void copyServiceRef(List<ServiceRefType> source, List<ServiceRefType> target)
          Copies all values of property ServiceRef.
 JavaIdentifierType getAbstractSchemaName()
          Gets the value of the abstractSchemaName property.
 List<CmpFieldType> getCmpField()
          Gets the value of the cmpField property.
 CmpVersionType getCmpVersion()
          Gets the value of the cmpVersion property.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 List<DisplayNameType> getDisplayName()
          Gets the value of the displayName property.
 EjbClassType getEjbClass()
          Gets the value of the ejbClass property.
 List<EjbLocalRefType> getEjbLocalRef()
          Gets the value of the ejbLocalRef property.
 EjbNameType getEjbName()
          Gets the value of the ejbName property.
 List<EjbRefType> getEjbRef()
          Gets the value of the ejbRef property.
 List<EnvEntryType> getEnvEntry()
          Gets the value of the envEntry property.
 HomeType getHome()
          Gets the value of the home property.
 List<IconType> getIcon()
          Gets the value of the icon property.
 String getId()
          Gets the value of the id property.
 LocalType getLocal()
          Gets the value of the local property.
 LocalHomeType getLocalHome()
          Gets the value of the localHome property.
 XsdStringType getMappedName()
          Gets the value of the mappedName property.
 List<MessageDestinationRefType> getMessageDestinationRef()
          Gets the value of the messageDestinationRef property.
 List<PersistenceContextRefType> getPersistenceContextRef()
          Gets the value of the persistenceContextRef property.
 PersistenceTypeType getPersistenceType()
          Gets the value of the persistenceType 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.
 FullyQualifiedClassType getPrimKeyClass()
          Gets the value of the primKeyClass property.
 String getPrimkeyField()
          Gets the value of the primkeyField property.
 List<QueryType> getQuery()
          Gets the value of the query property.
 TrueFalseType getReentrant()
          Gets the value of the reentrant property.
 RemoteType getRemote()
          Gets the value of the remote property.
 List<ResourceEnvRefType> getResourceEnvRef()
          Gets the value of the resourceEnvRef property.
 List<ResourceRefType> getResourceRef()
          Gets the value of the resourceRef property.
 SecurityIdentityType getSecurityIdentity()
          Gets the value of the securityIdentity property.
 List<SecurityRoleRefType> getSecurityRoleRef()
          Gets the value of the securityRoleRef property.
 List<ServiceRefType> getServiceRef()
          Gets the value of the serviceRef property.
 void setAbstractSchemaName(JavaIdentifierType value)
          Sets the value of the abstractSchemaName property.
 void setCmpVersion(CmpVersionType value)
          Sets the value of the cmpVersion property.
 void setEjbClass(EjbClassType value)
          Sets the value of the ejbClass property.
 void setEjbName(EjbNameType value)
          Sets the value of the ejbName property.
 void setHome(HomeType value)
          Sets the value of the home property.
 void setId(String value)
          Sets the value of the id property.
 void setLocal(LocalType value)
          Sets the value of the local property.
 void setLocalHome(LocalHomeType value)
          Sets the value of the localHome property.
 void setMappedName(XsdStringType value)
          Sets the value of the mappedName property.
 void setPersistenceType(PersistenceTypeType value)
          Sets the value of the persistenceType property.
 void setPrimKeyClass(FullyQualifiedClassType value)
          Sets the value of the primKeyClass property.
 void setPrimkeyField(String value)
          Sets the value of the primkeyField property.
 void setReentrant(TrueFalseType value)
          Sets the value of the reentrant property.
 void setRemote(RemoteType value)
          Sets the value of the remote property.
 void setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the securityIdentity 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

ejbName

protected EjbNameTypeImpl ejbName

mappedName

protected XsdStringTypeImpl mappedName

home

protected HomeTypeImpl home

remote

protected RemoteTypeImpl remote

localHome

protected LocalHomeTypeImpl localHome

local

protected LocalTypeImpl local

ejbClass

protected EjbClassTypeImpl ejbClass

persistenceType

protected PersistenceTypeTypeImpl persistenceType

primKeyClass

protected FullyQualifiedClassTypeImpl primKeyClass

reentrant

protected TrueFalseTypeImpl reentrant

cmpVersion

protected CmpVersionTypeImpl cmpVersion

abstractSchemaName

protected JavaIdentifierTypeImpl abstractSchemaName

cmpField

protected List<CmpFieldType> cmpField

primkeyField

protected StringImpl primkeyField

envEntry

protected List<EnvEntryType> envEntry

ejbRef

protected List<EjbRefType> ejbRef

ejbLocalRef

protected List<EjbLocalRefType> ejbLocalRef

serviceRef

protected List<ServiceRefType> serviceRef

resourceRef

protected List<ResourceRefType> resourceRef

resourceEnvRef

protected List<ResourceEnvRefType> resourceEnvRef

messageDestinationRef

protected List<MessageDestinationRefType> messageDestinationRef

persistenceContextRef

protected List<PersistenceContextRefType> persistenceContextRef

persistenceUnitRef

protected List<PersistenceUnitRefType> persistenceUnitRef

postConstruct

protected List<LifecycleCallbackType> postConstruct

preDestroy

protected List<LifecycleCallbackType> preDestroy

securityRoleRef

protected List<SecurityRoleRefType> securityRoleRef

securityIdentity

protected SecurityIdentityTypeImpl securityIdentity

query

protected List<QueryType> query

id

protected String id
Constructor Detail

EntityBeanTypeImpl

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


EntityBeanTypeImpl

public EntityBeanTypeImpl(EntityBeanTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.EntityBeanTypeImpl 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: EntityBeanType
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 EntityBeanType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: EntityBeanType
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 EntityBeanType

getIcon

public List<IconType> getIcon()
Description copied from interface: EntityBeanType
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 EntityBeanType

getEjbName

public EjbNameType getEjbName()
Description copied from interface: EntityBeanType
Gets the value of the ejbName property.

Specified by:
getEjbName in interface EntityBeanType
Returns:
possible object is EjbNameType

setEjbName

public void setEjbName(EjbNameType value)
Description copied from interface: EntityBeanType
Sets the value of the ejbName property.

Specified by:
setEjbName in interface EntityBeanType
Parameters:
value - allowed object is EjbNameType

getMappedName

public XsdStringType getMappedName()
Description copied from interface: EntityBeanType
Gets the value of the mappedName property.

Specified by:
getMappedName in interface EntityBeanType
Returns:
possible object is XsdStringType

setMappedName

public void setMappedName(XsdStringType value)
Description copied from interface: EntityBeanType
Sets the value of the mappedName property.

Specified by:
setMappedName in interface EntityBeanType
Parameters:
value - allowed object is XsdStringType

getHome

public HomeType getHome()
Description copied from interface: EntityBeanType
Gets the value of the home property.

Specified by:
getHome in interface EntityBeanType
Returns:
possible object is HomeType

setHome

public void setHome(HomeType value)
Description copied from interface: EntityBeanType
Sets the value of the home property.

Specified by:
setHome in interface EntityBeanType
Parameters:
value - allowed object is HomeType

getRemote

public RemoteType getRemote()
Description copied from interface: EntityBeanType
Gets the value of the remote property.

Specified by:
getRemote in interface EntityBeanType
Returns:
possible object is RemoteType

setRemote

public void setRemote(RemoteType value)
Description copied from interface: EntityBeanType
Sets the value of the remote property.

Specified by:
setRemote in interface EntityBeanType
Parameters:
value - allowed object is RemoteType

getLocalHome

public LocalHomeType getLocalHome()
Description copied from interface: EntityBeanType
Gets the value of the localHome property.

Specified by:
getLocalHome in interface EntityBeanType
Returns:
possible object is LocalHomeType

setLocalHome

public void setLocalHome(LocalHomeType value)
Description copied from interface: EntityBeanType
Sets the value of the localHome property.

Specified by:
setLocalHome in interface EntityBeanType
Parameters:
value - allowed object is LocalHomeType

getLocal

public LocalType getLocal()
Description copied from interface: EntityBeanType
Gets the value of the local property.

Specified by:
getLocal in interface EntityBeanType
Returns:
possible object is LocalType

setLocal

public void setLocal(LocalType value)
Description copied from interface: EntityBeanType
Sets the value of the local property.

Specified by:
setLocal in interface EntityBeanType
Parameters:
value - allowed object is LocalType

getEjbClass

public EjbClassType getEjbClass()
Description copied from interface: EntityBeanType
Gets the value of the ejbClass property.

Specified by:
getEjbClass in interface EntityBeanType
Returns:
possible object is EjbClassType

setEjbClass

public void setEjbClass(EjbClassType value)
Description copied from interface: EntityBeanType
Sets the value of the ejbClass property.

Specified by:
setEjbClass in interface EntityBeanType
Parameters:
value - allowed object is EjbClassType

getPersistenceType

public PersistenceTypeType getPersistenceType()
Description copied from interface: EntityBeanType
Gets the value of the persistenceType property.

Specified by:
getPersistenceType in interface EntityBeanType
Returns:
possible object is PersistenceTypeType

setPersistenceType

public void setPersistenceType(PersistenceTypeType value)
Description copied from interface: EntityBeanType
Sets the value of the persistenceType property.

Specified by:
setPersistenceType in interface EntityBeanType
Parameters:
value - allowed object is PersistenceTypeType

getPrimKeyClass

public FullyQualifiedClassType getPrimKeyClass()
Description copied from interface: EntityBeanType
Gets the value of the primKeyClass property.

Specified by:
getPrimKeyClass in interface EntityBeanType
Returns:
possible object is FullyQualifiedClassType

setPrimKeyClass

public void setPrimKeyClass(FullyQualifiedClassType value)
Description copied from interface: EntityBeanType
Sets the value of the primKeyClass property.

Specified by:
setPrimKeyClass in interface EntityBeanType
Parameters:
value - allowed object is FullyQualifiedClassType

getReentrant

public TrueFalseType getReentrant()
Description copied from interface: EntityBeanType
Gets the value of the reentrant property.

Specified by:
getReentrant in interface EntityBeanType
Returns:
possible object is TrueFalseType

setReentrant

public void setReentrant(TrueFalseType value)
Description copied from interface: EntityBeanType
Sets the value of the reentrant property.

Specified by:
setReentrant in interface EntityBeanType
Parameters:
value - allowed object is TrueFalseType

getCmpVersion

public CmpVersionType getCmpVersion()
Description copied from interface: EntityBeanType
Gets the value of the cmpVersion property.

Specified by:
getCmpVersion in interface EntityBeanType
Returns:
possible object is CmpVersionType

setCmpVersion

public void setCmpVersion(CmpVersionType value)
Description copied from interface: EntityBeanType
Sets the value of the cmpVersion property.

Specified by:
setCmpVersion in interface EntityBeanType
Parameters:
value - allowed object is CmpVersionType

getAbstractSchemaName

public JavaIdentifierType getAbstractSchemaName()
Description copied from interface: EntityBeanType
Gets the value of the abstractSchemaName property.

Specified by:
getAbstractSchemaName in interface EntityBeanType
Returns:
possible object is JavaIdentifierType

setAbstractSchemaName

public void setAbstractSchemaName(JavaIdentifierType value)
Description copied from interface: EntityBeanType
Sets the value of the abstractSchemaName property.

Specified by:
setAbstractSchemaName in interface EntityBeanType
Parameters:
value - allowed object is JavaIdentifierType

getCmpField

public List<CmpFieldType> getCmpField()
Description copied from interface: EntityBeanType
Gets the value of the cmpField 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 cmpField property.

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

    getCmpField().add(newItem);
 

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

Specified by:
getCmpField in interface EntityBeanType

getPrimkeyField

public String getPrimkeyField()
Description copied from interface: EntityBeanType
Gets the value of the primkeyField property.

Specified by:
getPrimkeyField in interface EntityBeanType
Returns:
possible object is String

setPrimkeyField

public void setPrimkeyField(String value)
Description copied from interface: EntityBeanType
Sets the value of the primkeyField property.

Specified by:
setPrimkeyField in interface EntityBeanType
Parameters:
value - allowed object is String

getEnvEntry

public List<EnvEntryType> getEnvEntry()
Description copied from interface: EntityBeanType
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 EntityBeanType

getEjbRef

public List<EjbRefType> getEjbRef()
Description copied from interface: EntityBeanType
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 EntityBeanType

getEjbLocalRef

public List<EjbLocalRefType> getEjbLocalRef()
Description copied from interface: EntityBeanType
Gets the value of the ejbLocalRef 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 ejbLocalRef property.

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

    getEjbLocalRef().add(newItem);
 

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

Specified by:
getEjbLocalRef in interface EntityBeanType

getServiceRef

public List<ServiceRefType> getServiceRef()
Description copied from interface: EntityBeanType
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 EntityBeanType

getResourceRef

public List<ResourceRefType> getResourceRef()
Description copied from interface: EntityBeanType
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 EntityBeanType

getResourceEnvRef

public List<ResourceEnvRefType> getResourceEnvRef()
Description copied from interface: EntityBeanType
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 EntityBeanType

getMessageDestinationRef

public List<MessageDestinationRefType> getMessageDestinationRef()
Description copied from interface: EntityBeanType
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 EntityBeanType

getPersistenceContextRef

public List<PersistenceContextRefType> getPersistenceContextRef()
Description copied from interface: EntityBeanType
Gets the value of the persistenceContextRef 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 persistenceContextRef property.

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

    getPersistenceContextRef().add(newItem);
 

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

Specified by:
getPersistenceContextRef in interface EntityBeanType

getPersistenceUnitRef

public List<PersistenceUnitRefType> getPersistenceUnitRef()
Description copied from interface: EntityBeanType
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 EntityBeanType

getPostConstruct

public List<LifecycleCallbackType> getPostConstruct()
Description copied from interface: EntityBeanType
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 EntityBeanType

getPreDestroy

public List<LifecycleCallbackType> getPreDestroy()
Description copied from interface: EntityBeanType
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 EntityBeanType

getSecurityRoleRef

public List<SecurityRoleRefType> getSecurityRoleRef()
Description copied from interface: EntityBeanType
Gets the value of the securityRoleRef 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 securityRoleRef property.

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

    getSecurityRoleRef().add(newItem);
 

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

Specified by:
getSecurityRoleRef in interface EntityBeanType

getSecurityIdentity

public SecurityIdentityType getSecurityIdentity()
Description copied from interface: EntityBeanType
Gets the value of the securityIdentity property.

Specified by:
getSecurityIdentity in interface EntityBeanType
Returns:
possible object is SecurityIdentityType

setSecurityIdentity

public void setSecurityIdentity(SecurityIdentityType value)
Description copied from interface: EntityBeanType
Sets the value of the securityIdentity property.

Specified by:
setSecurityIdentity in interface EntityBeanType
Parameters:
value - allowed object is SecurityIdentityType

getQuery

public List<QueryType> getQuery()
Description copied from interface: EntityBeanType
Gets the value of the query 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 query property.

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

    getQuery().add(newItem);
 

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

Specified by:
getQuery in interface EntityBeanType

getId

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

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

setId

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

Specified by:
setId in interface EntityBeanType
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.

copyCmpField

public static void copyCmpField(List<CmpFieldType> source,
                                List<CmpFieldType> target)
Copies all values of property CmpField.

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.

copyEjbLocalRef

public static void copyEjbLocalRef(List<EjbLocalRefType> source,
                                   List<EjbLocalRefType> target)
Copies all values of property EjbLocalRef.

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.

copyPersistenceContextRef

public static void copyPersistenceContextRef(List<PersistenceContextRefType> source,
                                             List<PersistenceContextRefType> target)
Copies all values of property PersistenceContextRef.

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.

copySecurityRoleRef

public static void copySecurityRoleRef(List<SecurityRoleRefType> source,
                                       List<SecurityRoleRefType> target)
Copies all values of property SecurityRoleRef.

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

copyQuery

public static void copyQuery(List<QueryType> source,
                             List<QueryType> target)
Copies all values of property Query.

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

clone

public EntityBeanTypeImpl 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.