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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.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  AroundInvokeType[] aroundInvoke
           
protected  FullyQualifiedClassType[] businessLocal
           
protected  FullyQualifiedClassType[] businessRemote
           
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  EjbClassType ejbClass
           
protected  EjbLocalRefType[] ejbLocalRef
           
protected  EjbNameType ejbName
           
protected  EjbRefType[] ejbRef
           
protected  EnvEntryType[] envEntry
           
protected  HomeType home
           
protected  IconType[] icon
           
protected  String id
           
protected  InitMethodType[] initMethod
           
protected  LocalType local
           
protected  LocalHomeType localHome
           
protected  XsdStringType mappedName
           
protected  MessageDestinationRefType[] messageDestinationRef
           
protected  PersistenceContextRefType[] persistenceContextRef
           
protected  PersistenceUnitRefType[] persistenceUnitRef
           
protected  LifecycleCallbackType[] postActivate
           
protected  LifecycleCallbackType[] postConstruct
           
protected  LifecycleCallbackType[] preDestroy
           
protected  LifecycleCallbackType[] prePassivate
           
protected  RemoteType remote
           
protected  RemoveMethodType[] removeMethod
           
protected  ResourceEnvRefType[] resourceEnvRef
           
protected  ResourceRefType[] resourceRef
           
protected  SecurityIdentityType securityIdentity
           
protected  SecurityRoleRefType[] securityRoleRef
           
protected  FullyQualifiedClassType serviceEndpoint
           
protected  ServiceRefType[] serviceRef
           
protected  SessionTypeType sessionType
           
protected  NamedMethodType timeoutMethod
           
protected  TransactionTypeType transactionType
           
 
Constructor Summary
SessionBeanType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.SessionBeanType instance.
SessionBeanType(SessionBeanType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.SessionBeanType instance by copying a given instance.
 
Method Summary
 SessionBeanType clone()
          Creates and returns a copy of this object.
 void copyAroundInvoke(AroundInvokeType[] source)
          Copies all values of property AroundInvoke.
 void copyBusinessLocal(FullyQualifiedClassType[] source)
          Copies all values of property BusinessLocal.
 void copyBusinessRemote(FullyQualifiedClassType[] source)
          Copies all values of property BusinessRemote.
 void copyDescription(DescriptionType[] source)
          Copies all values of property Description.
 void copyDisplayName(DisplayNameType[] source)
          Copies all values of property DisplayName.
 void copyEjbLocalRef(EjbLocalRefType[] source)
          Copies all values of property EjbLocalRef.
 void copyEjbRef(EjbRefType[] source)
          Copies all values of property EjbRef.
 void copyEnvEntry(EnvEntryType[] source)
          Copies all values of property EnvEntry.
 void copyIcon(IconType[] source)
          Copies all values of property Icon.
 void copyInitMethod(InitMethodType[] source)
          Copies all values of property InitMethod.
 void copyMessageDestinationRef(MessageDestinationRefType[] source)
          Copies all values of property MessageDestinationRef.
 void copyPersistenceContextRef(PersistenceContextRefType[] source)
          Copies all values of property PersistenceContextRef.
 void copyPersistenceUnitRef(PersistenceUnitRefType[] source)
          Copies all values of property PersistenceUnitRef.
 void copyPostActivate(LifecycleCallbackType[] source)
          Copies all values of property PostActivate.
 void copyPostConstruct(LifecycleCallbackType[] source)
          Copies all values of property PostConstruct.
 void copyPreDestroy(LifecycleCallbackType[] source)
          Copies all values of property PreDestroy.
 void copyPrePassivate(LifecycleCallbackType[] source)
          Copies all values of property PrePassivate.
 void copyRemoveMethod(RemoveMethodType[] source)
          Copies all values of property RemoveMethod.
 void copyResourceEnvRef(ResourceEnvRefType[] source)
          Copies all values of property ResourceEnvRef.
 void copyResourceRef(ResourceRefType[] source)
          Copies all values of property ResourceRef.
 void copySecurityRoleRef(SecurityRoleRefType[] source)
          Copies all values of property SecurityRoleRef.
 void copyServiceRef(ServiceRefType[] source)
          Copies all values of property ServiceRef.
 AroundInvokeType[] getAroundInvoke()
           
 AroundInvokeType getAroundInvoke(int idx)
           
 int getAroundInvokeLength()
           
 FullyQualifiedClassType[] getBusinessLocal()
           
 FullyQualifiedClassType getBusinessLocal(int idx)
           
 int getBusinessLocalLength()
           
 FullyQualifiedClassType[] getBusinessRemote()
           
 FullyQualifiedClassType getBusinessRemote(int idx)
           
 int getBusinessRemoteLength()
           
 DescriptionType[] getDescription()
           
 DescriptionType getDescription(int idx)
           
 int getDescriptionLength()
           
 DisplayNameType[] getDisplayName()
           
 DisplayNameType getDisplayName(int idx)
           
 int getDisplayNameLength()
           
 EjbClassType getEjbClass()
          Gets the value of the ejbClass property.
 EjbLocalRefType[] getEjbLocalRef()
           
 EjbLocalRefType getEjbLocalRef(int idx)
           
 int getEjbLocalRefLength()
           
 EjbNameType getEjbName()
          Gets the value of the ejbName property.
 EjbRefType[] getEjbRef()
           
 EjbRefType getEjbRef(int idx)
           
 int getEjbRefLength()
           
 EnvEntryType[] getEnvEntry()
           
 EnvEntryType getEnvEntry(int idx)
           
 int getEnvEntryLength()
           
 HomeType getHome()
          Gets the value of the home property.
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 InitMethodType[] getInitMethod()
           
 InitMethodType getInitMethod(int idx)
           
 int getInitMethodLength()
           
 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.
 MessageDestinationRefType[] getMessageDestinationRef()
           
 MessageDestinationRefType getMessageDestinationRef(int idx)
           
 int getMessageDestinationRefLength()
           
 PersistenceContextRefType[] getPersistenceContextRef()
           
 PersistenceContextRefType getPersistenceContextRef(int idx)
           
 int getPersistenceContextRefLength()
           
 PersistenceUnitRefType[] getPersistenceUnitRef()
           
 PersistenceUnitRefType getPersistenceUnitRef(int idx)
           
 int getPersistenceUnitRefLength()
           
 LifecycleCallbackType[] getPostActivate()
           
 LifecycleCallbackType getPostActivate(int idx)
           
 int getPostActivateLength()
           
 LifecycleCallbackType[] getPostConstruct()
           
 LifecycleCallbackType getPostConstruct(int idx)
           
 int getPostConstructLength()
           
 LifecycleCallbackType[] getPreDestroy()
           
 LifecycleCallbackType getPreDestroy(int idx)
           
 int getPreDestroyLength()
           
 LifecycleCallbackType[] getPrePassivate()
           
 LifecycleCallbackType getPrePassivate(int idx)
           
 int getPrePassivateLength()
           
 RemoteType getRemote()
          Gets the value of the remote property.
 RemoveMethodType[] getRemoveMethod()
           
 RemoveMethodType getRemoveMethod(int idx)
           
 int getRemoveMethodLength()
           
 ResourceEnvRefType[] getResourceEnvRef()
           
 ResourceEnvRefType getResourceEnvRef(int idx)
           
 int getResourceEnvRefLength()
           
 ResourceRefType[] getResourceRef()
           
 ResourceRefType getResourceRef(int idx)
           
 int getResourceRefLength()
           
 SecurityIdentityType getSecurityIdentity()
          Gets the value of the securityIdentity property.
 SecurityRoleRefType[] getSecurityRoleRef()
           
 SecurityRoleRefType getSecurityRoleRef(int idx)
           
 int getSecurityRoleRefLength()
           
 FullyQualifiedClassType getServiceEndpoint()
          Gets the value of the serviceEndpoint property.
 ServiceRefType[] getServiceRef()
           
 ServiceRefType getServiceRef(int idx)
           
 int getServiceRefLength()
           
 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 setAroundInvoke(AroundInvokeType[] values)
           
 AroundInvokeType setAroundInvoke(int idx, AroundInvokeType value)
           
 void setBusinessLocal(FullyQualifiedClassType[] values)
           
 FullyQualifiedClassType setBusinessLocal(int idx, FullyQualifiedClassType value)
           
 void setBusinessRemote(FullyQualifiedClassType[] values)
           
 FullyQualifiedClassType setBusinessRemote(int idx, FullyQualifiedClassType value)
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setEjbClass(EjbClassType value)
          Sets the value of the ejbClass property.
 void setEjbLocalRef(EjbLocalRefType[] values)
           
 EjbLocalRefType setEjbLocalRef(int idx, EjbLocalRefType value)
           
 void setEjbName(EjbNameType value)
          Sets the value of the ejbName property.
 void setEjbRef(EjbRefType[] values)
           
 EjbRefType setEjbRef(int idx, EjbRefType value)
           
 void setEnvEntry(EnvEntryType[] values)
           
 EnvEntryType setEnvEntry(int idx, EnvEntryType value)
           
 void setHome(HomeType value)
          Sets the value of the home property.
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 void setInitMethod(InitMethodType[] values)
           
 InitMethodType setInitMethod(int idx, InitMethodType value)
           
 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.
 MessageDestinationRefType setMessageDestinationRef(int idx, MessageDestinationRefType value)
           
 void setMessageDestinationRef(MessageDestinationRefType[] values)
           
 PersistenceContextRefType setPersistenceContextRef(int idx, PersistenceContextRefType value)
           
 void setPersistenceContextRef(PersistenceContextRefType[] values)
           
 PersistenceUnitRefType setPersistenceUnitRef(int idx, PersistenceUnitRefType value)
           
 void setPersistenceUnitRef(PersistenceUnitRefType[] values)
           
 LifecycleCallbackType setPostActivate(int idx, LifecycleCallbackType value)
           
 void setPostActivate(LifecycleCallbackType[] values)
           
 LifecycleCallbackType setPostConstruct(int idx, LifecycleCallbackType value)
           
 void setPostConstruct(LifecycleCallbackType[] values)
           
 LifecycleCallbackType setPreDestroy(int idx, LifecycleCallbackType value)
           
 void setPreDestroy(LifecycleCallbackType[] values)
           
 LifecycleCallbackType setPrePassivate(int idx, LifecycleCallbackType value)
           
 void setPrePassivate(LifecycleCallbackType[] values)
           
 void setRemote(RemoteType value)
          Sets the value of the remote property.
 RemoveMethodType setRemoveMethod(int idx, RemoveMethodType value)
           
 void setRemoveMethod(RemoveMethodType[] values)
           
 ResourceEnvRefType setResourceEnvRef(int idx, ResourceEnvRefType value)
           
 void setResourceEnvRef(ResourceEnvRefType[] values)
           
 ResourceRefType setResourceRef(int idx, ResourceRefType value)
           
 void setResourceRef(ResourceRefType[] values)
           
 void setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the securityIdentity property.
 SecurityRoleRefType setSecurityRoleRef(int idx, SecurityRoleRefType value)
           
 void setSecurityRoleRef(SecurityRoleRefType[] values)
           
 void setServiceEndpoint(FullyQualifiedClassType value)
          Sets the value of the serviceEndpoint property.
 ServiceRefType setServiceRef(int idx, ServiceRefType value)
           
 void setServiceRef(ServiceRefType[] values)
           
 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 DescriptionType[] description

displayName

protected DisplayNameType[] displayName

icon

protected 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 FullyQualifiedClassType[] businessLocal

businessRemote

protected FullyQualifiedClassType[] businessRemote

serviceEndpoint

protected FullyQualifiedClassType serviceEndpoint

ejbClass

protected EjbClassType ejbClass

sessionType

protected SessionTypeType sessionType

timeoutMethod

protected NamedMethodType timeoutMethod

initMethod

protected InitMethodType[] initMethod

removeMethod

protected RemoveMethodType[] removeMethod

transactionType

protected TransactionTypeType transactionType

aroundInvoke

protected AroundInvokeType[] aroundInvoke

envEntry

protected EnvEntryType[] envEntry

ejbRef

protected EjbRefType[] ejbRef

ejbLocalRef

protected EjbLocalRefType[] ejbLocalRef

serviceRef

protected ServiceRefType[] serviceRef

resourceRef

protected ResourceRefType[] resourceRef

resourceEnvRef

protected ResourceEnvRefType[] resourceEnvRef

messageDestinationRef

protected MessageDestinationRefType[] messageDestinationRef

persistenceContextRef

protected PersistenceContextRefType[] persistenceContextRef

persistenceUnitRef

protected PersistenceUnitRefType[] persistenceUnitRef

postConstruct

protected LifecycleCallbackType[] postConstruct

preDestroy

protected LifecycleCallbackType[] preDestroy

postActivate

protected LifecycleCallbackType[] postActivate

prePassivate

protected LifecycleCallbackType[] prePassivate

securityRoleRef

protected SecurityRoleRefType[] securityRoleRef

securityIdentity

protected SecurityIdentityType securityIdentity

id

protected String id
Constructor Detail

SessionBeanType

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


SessionBeanType

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

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

getDescription

public DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()

setDescription

public void setDescription(DescriptionType[] values)
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Parameters:
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Parameters:
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Returns:
one of IconType

getIconLength

public int getIconLength()

setIcon

public void setIcon(IconType[] values)
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Parameters:
value - allowed object is 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 FullyQualifiedClassType[] getBusinessLocal()
Returns:
array of FullyQualifiedClassType

getBusinessLocal

public FullyQualifiedClassType getBusinessLocal(int idx)
Returns:
one of FullyQualifiedClassType

getBusinessLocalLength

public int getBusinessLocalLength()

setBusinessLocal

public void setBusinessLocal(FullyQualifiedClassType[] values)
Parameters:
values - allowed objects are FullyQualifiedClassType

setBusinessLocal

public FullyQualifiedClassType setBusinessLocal(int idx,
                                                FullyQualifiedClassType value)
Parameters:
value - allowed object is FullyQualifiedClassType

getBusinessRemote

public FullyQualifiedClassType[] getBusinessRemote()
Returns:
array of FullyQualifiedClassType

getBusinessRemote

public FullyQualifiedClassType getBusinessRemote(int idx)
Returns:
one of FullyQualifiedClassType

getBusinessRemoteLength

public int getBusinessRemoteLength()

setBusinessRemote

public void setBusinessRemote(FullyQualifiedClassType[] values)
Parameters:
values - allowed objects are FullyQualifiedClassType

setBusinessRemote

public FullyQualifiedClassType setBusinessRemote(int idx,
                                                 FullyQualifiedClassType value)
Parameters:
value - allowed object is 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 InitMethodType[] getInitMethod()
Returns:
array of InitMethodType

getInitMethod

public InitMethodType getInitMethod(int idx)
Returns:
one of InitMethodType

getInitMethodLength

public int getInitMethodLength()

setInitMethod

public void setInitMethod(InitMethodType[] values)
Parameters:
values - allowed objects are InitMethodType

setInitMethod

public InitMethodType setInitMethod(int idx,
                                    InitMethodType value)
Parameters:
value - allowed object is InitMethodType

getRemoveMethod

public RemoveMethodType[] getRemoveMethod()
Returns:
array of RemoveMethodType

getRemoveMethod

public RemoveMethodType getRemoveMethod(int idx)
Returns:
one of RemoveMethodType

getRemoveMethodLength

public int getRemoveMethodLength()

setRemoveMethod

public void setRemoveMethod(RemoveMethodType[] values)
Parameters:
values - allowed objects are RemoveMethodType

setRemoveMethod

public RemoveMethodType setRemoveMethod(int idx,
                                        RemoveMethodType value)
Parameters:
value - allowed object is 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 AroundInvokeType[] getAroundInvoke()
Returns:
array of AroundInvokeType

getAroundInvoke

public AroundInvokeType getAroundInvoke(int idx)
Returns:
one of AroundInvokeType

getAroundInvokeLength

public int getAroundInvokeLength()

setAroundInvoke

public void setAroundInvoke(AroundInvokeType[] values)
Parameters:
values - allowed objects are AroundInvokeType

setAroundInvoke

public AroundInvokeType setAroundInvoke(int idx,
                                        AroundInvokeType value)
Parameters:
value - allowed object is AroundInvokeType

getEnvEntry

public EnvEntryType[] getEnvEntry()
Returns:
array of EnvEntryType

getEnvEntry

public EnvEntryType getEnvEntry(int idx)
Returns:
one of EnvEntryType

getEnvEntryLength

public int getEnvEntryLength()

setEnvEntry

public void setEnvEntry(EnvEntryType[] values)
Parameters:
values - allowed objects are EnvEntryType

setEnvEntry

public EnvEntryType setEnvEntry(int idx,
                                EnvEntryType value)
Parameters:
value - allowed object is EnvEntryType

getEjbRef

public EjbRefType[] getEjbRef()
Returns:
array of EjbRefType

getEjbRef

public EjbRefType getEjbRef(int idx)
Returns:
one of EjbRefType

getEjbRefLength

public int getEjbRefLength()

setEjbRef

public void setEjbRef(EjbRefType[] values)
Parameters:
values - allowed objects are EjbRefType

setEjbRef

public EjbRefType setEjbRef(int idx,
                            EjbRefType value)
Parameters:
value - allowed object is EjbRefType

getEjbLocalRef

public EjbLocalRefType[] getEjbLocalRef()
Returns:
array of EjbLocalRefType

getEjbLocalRef

public EjbLocalRefType getEjbLocalRef(int idx)
Returns:
one of EjbLocalRefType

getEjbLocalRefLength

public int getEjbLocalRefLength()

setEjbLocalRef

public void setEjbLocalRef(EjbLocalRefType[] values)
Parameters:
values - allowed objects are EjbLocalRefType

setEjbLocalRef

public EjbLocalRefType setEjbLocalRef(int idx,
                                      EjbLocalRefType value)
Parameters:
value - allowed object is EjbLocalRefType

getServiceRef

public ServiceRefType[] getServiceRef()
Returns:
array of ServiceRefType

getServiceRef

public ServiceRefType getServiceRef(int idx)
Returns:
one of ServiceRefType

getServiceRefLength

public int getServiceRefLength()

setServiceRef

public void setServiceRef(ServiceRefType[] values)
Parameters:
values - allowed objects are ServiceRefType

setServiceRef

public ServiceRefType setServiceRef(int idx,
                                    ServiceRefType value)
Parameters:
value - allowed object is ServiceRefType

getResourceRef

public ResourceRefType[] getResourceRef()
Returns:
array of ResourceRefType

getResourceRef

public ResourceRefType getResourceRef(int idx)
Returns:
one of ResourceRefType

getResourceRefLength

public int getResourceRefLength()

setResourceRef

public void setResourceRef(ResourceRefType[] values)
Parameters:
values - allowed objects are ResourceRefType

setResourceRef

public ResourceRefType setResourceRef(int idx,
                                      ResourceRefType value)
Parameters:
value - allowed object is ResourceRefType

getResourceEnvRef

public ResourceEnvRefType[] getResourceEnvRef()
Returns:
array of ResourceEnvRefType

getResourceEnvRef

public ResourceEnvRefType getResourceEnvRef(int idx)
Returns:
one of ResourceEnvRefType

getResourceEnvRefLength

public int getResourceEnvRefLength()

setResourceEnvRef

public void setResourceEnvRef(ResourceEnvRefType[] values)
Parameters:
values - allowed objects are ResourceEnvRefType

setResourceEnvRef

public ResourceEnvRefType setResourceEnvRef(int idx,
                                            ResourceEnvRefType value)
Parameters:
value - allowed object is ResourceEnvRefType

getMessageDestinationRef

public MessageDestinationRefType[] getMessageDestinationRef()
Returns:
array of MessageDestinationRefType

getMessageDestinationRef

public MessageDestinationRefType getMessageDestinationRef(int idx)
Returns:
one of MessageDestinationRefType

getMessageDestinationRefLength

public int getMessageDestinationRefLength()

setMessageDestinationRef

public void setMessageDestinationRef(MessageDestinationRefType[] values)
Parameters:
values - allowed objects are MessageDestinationRefType

setMessageDestinationRef

public MessageDestinationRefType setMessageDestinationRef(int idx,
                                                          MessageDestinationRefType value)
Parameters:
value - allowed object is MessageDestinationRefType

getPersistenceContextRef

public PersistenceContextRefType[] getPersistenceContextRef()
Returns:
array of PersistenceContextRefType

getPersistenceContextRef

public PersistenceContextRefType getPersistenceContextRef(int idx)
Returns:
one of PersistenceContextRefType

getPersistenceContextRefLength

public int getPersistenceContextRefLength()

setPersistenceContextRef

public void setPersistenceContextRef(PersistenceContextRefType[] values)
Parameters:
values - allowed objects are PersistenceContextRefType

setPersistenceContextRef

public PersistenceContextRefType setPersistenceContextRef(int idx,
                                                          PersistenceContextRefType value)
Parameters:
value - allowed object is PersistenceContextRefType

getPersistenceUnitRef

public PersistenceUnitRefType[] getPersistenceUnitRef()
Returns:
array of PersistenceUnitRefType

getPersistenceUnitRef

public PersistenceUnitRefType getPersistenceUnitRef(int idx)
Returns:
one of PersistenceUnitRefType

getPersistenceUnitRefLength

public int getPersistenceUnitRefLength()

setPersistenceUnitRef

public void setPersistenceUnitRef(PersistenceUnitRefType[] values)
Parameters:
values - allowed objects are PersistenceUnitRefType

setPersistenceUnitRef

public PersistenceUnitRefType setPersistenceUnitRef(int idx,
                                                    PersistenceUnitRefType value)
Parameters:
value - allowed object is PersistenceUnitRefType

getPostConstruct

public LifecycleCallbackType[] getPostConstruct()
Returns:
array of LifecycleCallbackType

getPostConstruct

public LifecycleCallbackType getPostConstruct(int idx)
Returns:
one of LifecycleCallbackType

getPostConstructLength

public int getPostConstructLength()

setPostConstruct

public void setPostConstruct(LifecycleCallbackType[] values)
Parameters:
values - allowed objects are LifecycleCallbackType

setPostConstruct

public LifecycleCallbackType setPostConstruct(int idx,
                                              LifecycleCallbackType value)
Parameters:
value - allowed object is LifecycleCallbackType

getPreDestroy

public LifecycleCallbackType[] getPreDestroy()
Returns:
array of LifecycleCallbackType

getPreDestroy

public LifecycleCallbackType getPreDestroy(int idx)
Returns:
one of LifecycleCallbackType

getPreDestroyLength

public int getPreDestroyLength()

setPreDestroy

public void setPreDestroy(LifecycleCallbackType[] values)
Parameters:
values - allowed objects are LifecycleCallbackType

setPreDestroy

public LifecycleCallbackType setPreDestroy(int idx,
                                           LifecycleCallbackType value)
Parameters:
value - allowed object is LifecycleCallbackType

getPostActivate

public LifecycleCallbackType[] getPostActivate()
Returns:
array of LifecycleCallbackType

getPostActivate

public LifecycleCallbackType getPostActivate(int idx)
Returns:
one of LifecycleCallbackType

getPostActivateLength

public int getPostActivateLength()

setPostActivate

public void setPostActivate(LifecycleCallbackType[] values)
Parameters:
values - allowed objects are LifecycleCallbackType

setPostActivate

public LifecycleCallbackType setPostActivate(int idx,
                                             LifecycleCallbackType value)
Parameters:
value - allowed object is LifecycleCallbackType

getPrePassivate

public LifecycleCallbackType[] getPrePassivate()
Returns:
array of LifecycleCallbackType

getPrePassivate

public LifecycleCallbackType getPrePassivate(int idx)
Returns:
one of LifecycleCallbackType

getPrePassivateLength

public int getPrePassivateLength()

setPrePassivate

public void setPrePassivate(LifecycleCallbackType[] values)
Parameters:
values - allowed objects are LifecycleCallbackType

setPrePassivate

public LifecycleCallbackType setPrePassivate(int idx,
                                             LifecycleCallbackType value)
Parameters:
value - allowed object is LifecycleCallbackType

getSecurityRoleRef

public SecurityRoleRefType[] getSecurityRoleRef()
Returns:
array of SecurityRoleRefType

getSecurityRoleRef

public SecurityRoleRefType getSecurityRoleRef(int idx)
Returns:
one of SecurityRoleRefType

getSecurityRoleRefLength

public int getSecurityRoleRefLength()

setSecurityRoleRef

public void setSecurityRoleRef(SecurityRoleRefType[] values)
Parameters:
values - allowed objects are SecurityRoleRefType

setSecurityRoleRef

public SecurityRoleRefType setSecurityRoleRef(int idx,
                                              SecurityRoleRefType value)
Parameters:
value - allowed object is 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 void copyDescription(DescriptionType[] source)
Copies all values of property Description.

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

copyDisplayName

public void copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName.

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

copyIcon

public void copyIcon(IconType[] source)
Copies all values of property Icon.

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

copyBusinessLocal

public void copyBusinessLocal(FullyQualifiedClassType[] source)
Copies all values of property BusinessLocal.

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

copyBusinessRemote

public void copyBusinessRemote(FullyQualifiedClassType[] source)
Copies all values of property BusinessRemote.

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

copyInitMethod

public void copyInitMethod(InitMethodType[] source)
Copies all values of property InitMethod.

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

copyRemoveMethod

public void copyRemoveMethod(RemoveMethodType[] source)
Copies all values of property RemoveMethod.

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

copyAroundInvoke

public void copyAroundInvoke(AroundInvokeType[] source)
Copies all values of property AroundInvoke.

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

copyEnvEntry

public void copyEnvEntry(EnvEntryType[] source)
Copies all values of property EnvEntry.

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

copyEjbRef

public void copyEjbRef(EjbRefType[] source)
Copies all values of property EjbRef.

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

copyEjbLocalRef

public void copyEjbLocalRef(EjbLocalRefType[] source)
Copies all values of property EjbLocalRef.

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

copyServiceRef

public void copyServiceRef(ServiceRefType[] source)
Copies all values of property ServiceRef.

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

copyResourceRef

public void copyResourceRef(ResourceRefType[] source)
Copies all values of property ResourceRef.

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

copyResourceEnvRef

public void copyResourceEnvRef(ResourceEnvRefType[] source)
Copies all values of property ResourceEnvRef.

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

copyMessageDestinationRef

public void copyMessageDestinationRef(MessageDestinationRefType[] source)
Copies all values of property MessageDestinationRef.

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

copyPersistenceContextRef

public void copyPersistenceContextRef(PersistenceContextRefType[] source)
Copies all values of property PersistenceContextRef.

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

copyPersistenceUnitRef

public void copyPersistenceUnitRef(PersistenceUnitRefType[] source)
Copies all values of property PersistenceUnitRef.

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

copyPostConstruct

public void copyPostConstruct(LifecycleCallbackType[] source)
Copies all values of property PostConstruct.

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

copyPreDestroy

public void copyPreDestroy(LifecycleCallbackType[] source)
Copies all values of property PreDestroy.

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

copyPostActivate

public void copyPostActivate(LifecycleCallbackType[] source)
Copies all values of property PostActivate.

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

copyPrePassivate

public void copyPrePassivate(LifecycleCallbackType[] source)
Copies all values of property PrePassivate.

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

copySecurityRoleRef

public void copySecurityRoleRef(SecurityRoleRefType[] source)
Copies all values of property SecurityRoleRef.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source 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.