net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee
Class SessionBeanType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.SessionBeanType
All Implemented Interfaces:
Serializable, Cloneable

public class SessionBeanType
extends Object
implements Serializable, Cloneable

The session-beanType declares an session bean. The declaration consists of: - an optional description - an optional display name - an optional icon element that contains a small and a large icon file name - a name assigned to the enterprise bean in the deployment description - an optional mapped-name element that can be used to provide vendor-specific deployment information such as the physical jndi-name of the session bean's remote home/business interface. This element is not required to be supported by all implementations. Any use of this element is non-portable. - the names of all the remote or local business interfaces, if any - the names of the session bean's remote home and remote interfaces, if any - the names of the session bean's local home and local interfaces, if any - the name of the session bean's web service endpoint interface, if any - the session bean's implementation class - the session bean's state management type - an optional declaration of the session bean's timeout method. - the optional session bean's transaction management type. If it is not present, it is defaulted to Container. - an optional list of the session bean class and/or superclass around-invoke methods. - an optional declaration of the bean's environment entries - an optional declaration of the bean's EJB references - an optional declaration of the bean's local EJB references - an optional declaration of the bean's web service references - an optional declaration of the security role references - an optional declaration of the security identity to be used for the execution of the bean's methods - an optional declaration of the bean's resource manager connection factory references - an optional declaration of the bean's resource environment references. - an optional declaration of the bean's message destination references The elements that are optional are "optional" in the sense that they are omitted when if lists represented by them are empty. Either both the local-home and the local elements or both the home and the remote elements must be specified for the session bean. The service-endpoint element may only be specified if the bean is a stateless session bean.

Java class for session-beanType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="session-beanType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="ejb-name" type="{http://java.sun.com/xml/ns/javaee}ejb-nameType"/>
         <element name="mapped-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType" minOccurs="0"/>
         <element name="home" type="{http://java.sun.com/xml/ns/javaee}homeType" minOccurs="0"/>
         <element name="remote" type="{http://java.sun.com/xml/ns/javaee}remoteType" minOccurs="0"/>
         <element name="local-home" type="{http://java.sun.com/xml/ns/javaee}local-homeType" minOccurs="0"/>
         <element name="local" type="{http://java.sun.com/xml/ns/javaee}localType" minOccurs="0"/>
         <element name="business-local" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="business-remote" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="service-endpoint" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
         <element name="ejb-class" type="{http://java.sun.com/xml/ns/javaee}ejb-classType" minOccurs="0"/>
         <element name="session-type" type="{http://java.sun.com/xml/ns/javaee}session-typeType" minOccurs="0"/>
         <element name="timeout-method" type="{http://java.sun.com/xml/ns/javaee}named-methodType" minOccurs="0"/>
         <element name="init-method" type="{http://java.sun.com/xml/ns/javaee}init-methodType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="remove-method" type="{http://java.sun.com/xml/ns/javaee}remove-methodType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="transaction-type" type="{http://java.sun.com/xml/ns/javaee}transaction-typeType" minOccurs="0"/>
         <element name="around-invoke" type="{http://java.sun.com/xml/ns/javaee}around-invokeType" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://java.sun.com/xml/ns/javaee}jndiEnvironmentRefsGroup"/>
         <element name="post-activate" type="{http://java.sun.com/xml/ns/javaee}lifecycle-callbackType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="pre-passivate" type="{http://java.sun.com/xml/ns/javaee}lifecycle-callbackType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="security-role-ref" type="{http://java.sun.com/xml/ns/javaee}security-role-refType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="security-identity" type="{http://java.sun.com/xml/ns/javaee}security-identityType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  List<AroundInvokeType> aroundInvoke
           
protected  List<FullyQualifiedClassType> businessLocal
           
protected  List<FullyQualifiedClassType> businessRemote
           
protected  List<DescriptionType> description
           
protected  List<DisplayNameType> displayName
           
protected  EjbClassType ejbClass
           
protected  List<EjbLocalRefType> ejbLocalRef
           
protected  EjbNameType ejbName
           
protected  List<EjbRefType> ejbRef
           
protected  List<EnvEntryType> envEntry
           
protected  HomeType home
           
protected  List<IconType> icon
           
protected  String id
           
protected  List<InitMethodType> initMethod
           
protected  LocalType local
           
protected  LocalHomeType localHome
           
protected  XsdStringType mappedName
           
protected  List<MessageDestinationRefType> messageDestinationRef
           
protected  List<PersistenceContextRefType> persistenceContextRef
           
protected  List<PersistenceUnitRefType> persistenceUnitRef
           
protected  List<LifecycleCallbackType> postActivate
           
protected  List<LifecycleCallbackType> postConstruct
           
protected  List<LifecycleCallbackType> preDestroy
           
protected  List<LifecycleCallbackType> prePassivate
           
protected  RemoteType remote
           
protected  List<RemoveMethodType> removeMethod
           
protected  List<ResourceEnvRefType> resourceEnvRef
           
protected  List<ResourceRefType> resourceRef
           
protected  SecurityIdentityType securityIdentity
           
protected  List<SecurityRoleRefType> securityRoleRef
           
protected  FullyQualifiedClassType serviceEndpoint
           
protected  List<ServiceRefType> serviceRef
           
protected  SessionTypeType sessionType
           
protected  NamedMethodType timeoutMethod
           
protected  TransactionTypeType transactionType
           
 
Constructor Summary
SessionBeanType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.SessionBeanType instance.
SessionBeanType(SessionBeanType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.SessionBeanType instance by copying a given instance.
 
Method Summary
 SessionBeanType clone()
          Creates and returns a copy of this object.
static void copyAroundInvoke(List<AroundInvokeType> source, List<AroundInvokeType> target)
          Copies all values of property AroundInvoke.
static void copyBusinessLocal(List<FullyQualifiedClassType> source, List<FullyQualifiedClassType> target)
          Copies all values of property BusinessLocal.
static void copyBusinessRemote(List<FullyQualifiedClassType> source, List<FullyQualifiedClassType> target)
          Copies all values of property BusinessRemote.
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 copyInitMethod(List<InitMethodType> source, List<InitMethodType> target)
          Copies all values of property InitMethod.
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 copyPostActivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PostActivate.
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 copyPrePassivate(List<LifecycleCallbackType> source, List<LifecycleCallbackType> target)
          Copies all values of property PrePassivate.
static void copyRemoveMethod(List<RemoveMethodType> source, List<RemoveMethodType> target)
          Copies all values of property RemoveMethod.
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.
 List<AroundInvokeType> getAroundInvoke()
          Gets the value of the aroundInvoke property.
 List<FullyQualifiedClassType> getBusinessLocal()
          Gets the value of the businessLocal property.
 List<FullyQualifiedClassType> getBusinessRemote()
          Gets the value of the businessRemote 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.
 List<InitMethodType> getInitMethod()
          Gets the value of the initMethod 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.
 List<PersistenceUnitRefType> getPersistenceUnitRef()
          Gets the value of the persistenceUnitRef property.
 List<LifecycleCallbackType> getPostActivate()
          Gets the value of the postActivate property.
 List<LifecycleCallbackType> getPostConstruct()
          Gets the value of the postConstruct property.
 List<LifecycleCallbackType> getPreDestroy()
          Gets the value of the preDestroy property.
 List<LifecycleCallbackType> getPrePassivate()
          Gets the value of the prePassivate property.
 RemoteType getRemote()
          Gets the value of the remote property.
 List<RemoveMethodType> getRemoveMethod()
          Gets the value of the removeMethod 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.
 FullyQualifiedClassType getServiceEndpoint()
          Gets the value of the serviceEndpoint property.
 List<ServiceRefType> getServiceRef()
          Gets the value of the serviceRef property.
 SessionTypeType getSessionType()
          Gets the value of the sessionType property.
 NamedMethodType getTimeoutMethod()
          Gets the value of the timeoutMethod property.
 TransactionTypeType getTransactionType()
          Gets the value of the transactionType 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 setRemote(RemoteType value)
          Sets the value of the remote property.
 void setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the securityIdentity property.
 void setServiceEndpoint(FullyQualifiedClassType value)
          Sets the value of the serviceEndpoint property.
 void setSessionType(SessionTypeType value)
          Sets the value of the sessionType property.
 void setTimeoutMethod(NamedMethodType value)
          Sets the value of the timeoutMethod property.
 void setTransactionType(TransactionTypeType value)
          Sets the value of the transactionType 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 EjbNameType ejbName

mappedName

protected XsdStringType mappedName

home

protected HomeType home

remote

protected RemoteType remote

localHome

protected LocalHomeType localHome

local

protected LocalType local

businessLocal

protected List<FullyQualifiedClassType> businessLocal

businessRemote

protected List<FullyQualifiedClassType> businessRemote

serviceEndpoint

protected FullyQualifiedClassType serviceEndpoint

ejbClass

protected EjbClassType ejbClass

sessionType

protected SessionTypeType sessionType

timeoutMethod

protected NamedMethodType timeoutMethod

initMethod

protected List<InitMethodType> initMethod

removeMethod

protected List<RemoveMethodType> removeMethod

transactionType

protected TransactionTypeType transactionType

aroundInvoke

protected List<AroundInvokeType> aroundInvoke

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

postActivate

protected List<LifecycleCallbackType> postActivate

prePassivate

protected List<LifecycleCallbackType> prePassivate

securityRoleRef

protected List<SecurityRoleRefType> securityRoleRef

securityIdentity

protected SecurityIdentityType securityIdentity

id

protected String id
Constructor Detail

SessionBeanType

public SessionBeanType()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.javaee.SessionBeanType instance.


SessionBeanType

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

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

getDescription

public List<DescriptionType> getDescription()
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


getDisplayName

public List<DisplayNameType> getDisplayName()
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


getIcon

public List<IconType> getIcon()
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


getEjbName

public EjbNameType getEjbName()
Gets the value of the ejbName property.

Returns:
possible object is EjbNameType

setEjbName

public void setEjbName(EjbNameType value)
Sets the value of the ejbName property.

Parameters:
value - allowed object is EjbNameType

getMappedName

public XsdStringType getMappedName()
Gets the value of the mappedName property.

Returns:
possible object is XsdStringType

setMappedName

public void setMappedName(XsdStringType value)
Sets the value of the mappedName property.

Parameters:
value - allowed object is XsdStringType

getHome

public HomeType getHome()
Gets the value of the home property.

Returns:
possible object is HomeType

setHome

public void setHome(HomeType value)
Sets the value of the home property.

Parameters:
value - allowed object is HomeType

getRemote

public RemoteType getRemote()
Gets the value of the remote property.

Returns:
possible object is RemoteType

setRemote

public void setRemote(RemoteType value)
Sets the value of the remote property.

Parameters:
value - allowed object is RemoteType

getLocalHome

public LocalHomeType getLocalHome()
Gets the value of the localHome property.

Returns:
possible object is LocalHomeType

setLocalHome

public void setLocalHome(LocalHomeType value)
Sets the value of the localHome property.

Parameters:
value - allowed object is LocalHomeType

getLocal

public LocalType getLocal()
Gets the value of the local property.

Returns:
possible object is LocalType

setLocal

public void setLocal(LocalType value)
Sets the value of the local property.

Parameters:
value - allowed object is LocalType

getBusinessLocal

public List<FullyQualifiedClassType> getBusinessLocal()
Gets the value of the businessLocal 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 businessLocal property.

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

    getBusinessLocal().add(newItem);
 

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


getBusinessRemote

public List<FullyQualifiedClassType> getBusinessRemote()
Gets the value of the businessRemote 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 businessRemote property.

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

    getBusinessRemote().add(newItem);
 

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


getServiceEndpoint

public FullyQualifiedClassType getServiceEndpoint()
Gets the value of the serviceEndpoint property.

Returns:
possible object is FullyQualifiedClassType

setServiceEndpoint

public void setServiceEndpoint(FullyQualifiedClassType value)
Sets the value of the serviceEndpoint property.

Parameters:
value - allowed object is FullyQualifiedClassType

getEjbClass

public EjbClassType getEjbClass()
Gets the value of the ejbClass property.

Returns:
possible object is EjbClassType

setEjbClass

public void setEjbClass(EjbClassType value)
Sets the value of the ejbClass property.

Parameters:
value - allowed object is EjbClassType

getSessionType

public SessionTypeType getSessionType()
Gets the value of the sessionType property.

Returns:
possible object is SessionTypeType

setSessionType

public void setSessionType(SessionTypeType value)
Sets the value of the sessionType property.

Parameters:
value - allowed object is SessionTypeType

getTimeoutMethod

public NamedMethodType getTimeoutMethod()
Gets the value of the timeoutMethod property.

Returns:
possible object is NamedMethodType

setTimeoutMethod

public void setTimeoutMethod(NamedMethodType value)
Sets the value of the timeoutMethod property.

Parameters:
value - allowed object is NamedMethodType

getInitMethod

public List<InitMethodType> getInitMethod()
Gets the value of the initMethod 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 initMethod property.

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

    getInitMethod().add(newItem);
 

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


getRemoveMethod

public List<RemoveMethodType> getRemoveMethod()
Gets the value of the removeMethod 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 removeMethod property.

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

    getRemoveMethod().add(newItem);
 

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


getTransactionType

public TransactionTypeType getTransactionType()
Gets the value of the transactionType property.

Returns:
possible object is TransactionTypeType

setTransactionType

public void setTransactionType(TransactionTypeType value)
Sets the value of the transactionType property.

Parameters:
value - allowed object is TransactionTypeType

getAroundInvoke

public List<AroundInvokeType> getAroundInvoke()
Gets the value of the aroundInvoke 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 aroundInvoke property.

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

    getAroundInvoke().add(newItem);
 

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


getEnvEntry

public List<EnvEntryType> getEnvEntry()
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


getEjbRef

public List<EjbRefType> getEjbRef()
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


getEjbLocalRef

public List<EjbLocalRefType> getEjbLocalRef()
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


getServiceRef

public List<ServiceRefType> getServiceRef()
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


getResourceRef

public List<ResourceRefType> getResourceRef()
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


getResourceEnvRef

public List<ResourceEnvRefType> getResourceEnvRef()
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


getMessageDestinationRef

public List<MessageDestinationRefType> getMessageDestinationRef()
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


getPersistenceContextRef

public List<PersistenceContextRefType> getPersistenceContextRef()
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


getPersistenceUnitRef

public List<PersistenceUnitRefType> getPersistenceUnitRef()
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


getPostConstruct

public List<LifecycleCallbackType> getPostConstruct()
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


getPreDestroy

public List<LifecycleCallbackType> getPreDestroy()
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


getPostActivate

public List<LifecycleCallbackType> getPostActivate()
Gets the value of the postActivate 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 postActivate property.

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

    getPostActivate().add(newItem);
 

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


getPrePassivate

public List<LifecycleCallbackType> getPrePassivate()
Gets the value of the prePassivate 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 prePassivate property.

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

    getPrePassivate().add(newItem);
 

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


getSecurityRoleRef

public List<SecurityRoleRefType> getSecurityRoleRef()
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


getSecurityIdentity

public SecurityIdentityType getSecurityIdentity()
Gets the value of the securityIdentity property.

Returns:
possible object is SecurityIdentityType

setSecurityIdentity

public void setSecurityIdentity(SecurityIdentityType value)
Sets the value of the securityIdentity property.

Parameters:
value - allowed object is SecurityIdentityType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

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.

copyBusinessLocal

public static void copyBusinessLocal(List<FullyQualifiedClassType> source,
                                     List<FullyQualifiedClassType> target)
Copies all values of property BusinessLocal.

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

copyBusinessRemote

public static void copyBusinessRemote(List<FullyQualifiedClassType> source,
                                      List<FullyQualifiedClassType> target)
Copies all values of property BusinessRemote.

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

copyInitMethod

public static void copyInitMethod(List<InitMethodType> source,
                                  List<InitMethodType> target)
Copies all values of property InitMethod.

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

copyRemoveMethod

public static void copyRemoveMethod(List<RemoveMethodType> source,
                                    List<RemoveMethodType> target)
Copies all values of property RemoveMethod.

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

copyAroundInvoke

public static void copyAroundInvoke(List<AroundInvokeType> source,
                                    List<AroundInvokeType> target)
Copies all values of property AroundInvoke.

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.

copyPostActivate

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

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

copyPrePassivate

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

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.

clone

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