net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee
Interface SessionBeanType

All Known Implementing Classes:
SessionBeanTypeImpl

public interface SessionBeanType

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>
 


Method Summary
 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.
 

Method Detail

getDescription

DescriptionType[] getDescription()
Returns:
array of DescriptionType

getDescription

DescriptionType getDescription(int idx)
Returns:
one of DescriptionType

getDescriptionLength

int getDescriptionLength()

setDescription

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

setDescription

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

getDisplayName

DisplayNameType[] getDisplayName()
Returns:
array of DisplayNameType

getDisplayName

DisplayNameType getDisplayName(int idx)
Returns:
one of DisplayNameType

getDisplayNameLength

int getDisplayNameLength()

setDisplayName

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

setDisplayName

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

getIcon

IconType[] getIcon()
Returns:
array of IconType

getIcon

IconType getIcon(int idx)
Returns:
one of IconType

getIconLength

int getIconLength()

setIcon

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

setIcon

IconType setIcon(int idx,
                 IconType value)
Parameters:
value - allowed object is IconType

getEjbName

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

Returns:
possible object is EjbNameType

setEjbName

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

Parameters:
value - allowed object is EjbNameType

getMappedName

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

Returns:
possible object is XsdStringType

setMappedName

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

Parameters:
value - allowed object is XsdStringType

getHome

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

Returns:
possible object is HomeType

setHome

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

Parameters:
value - allowed object is HomeType

getRemote

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

Returns:
possible object is RemoteType

setRemote

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

Parameters:
value - allowed object is RemoteType

getLocalHome

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

Returns:
possible object is LocalHomeType

setLocalHome

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

Parameters:
value - allowed object is LocalHomeType

getLocal

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

Returns:
possible object is LocalType

setLocal

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

Parameters:
value - allowed object is LocalType

getBusinessLocal

FullyQualifiedClassType[] getBusinessLocal()
Returns:
array of FullyQualifiedClassType

getBusinessLocal

FullyQualifiedClassType getBusinessLocal(int idx)
Returns:
one of FullyQualifiedClassType

getBusinessLocalLength

int getBusinessLocalLength()

setBusinessLocal

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

setBusinessLocal

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

getBusinessRemote

FullyQualifiedClassType[] getBusinessRemote()
Returns:
array of FullyQualifiedClassType

getBusinessRemote

FullyQualifiedClassType getBusinessRemote(int idx)
Returns:
one of FullyQualifiedClassType

getBusinessRemoteLength

int getBusinessRemoteLength()

setBusinessRemote

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

setBusinessRemote

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

getServiceEndpoint

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

Returns:
possible object is FullyQualifiedClassType

setServiceEndpoint

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

Parameters:
value - allowed object is FullyQualifiedClassType

getEjbClass

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

Returns:
possible object is EjbClassType

setEjbClass

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

Parameters:
value - allowed object is EjbClassType

getSessionType

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

Returns:
possible object is SessionTypeType

setSessionType

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

Parameters:
value - allowed object is SessionTypeType

getTimeoutMethod

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

Returns:
possible object is NamedMethodType

setTimeoutMethod

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

Parameters:
value - allowed object is NamedMethodType

getInitMethod

InitMethodType[] getInitMethod()
Returns:
array of InitMethodType

getInitMethod

InitMethodType getInitMethod(int idx)
Returns:
one of InitMethodType

getInitMethodLength

int getInitMethodLength()

setInitMethod

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

setInitMethod

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

getRemoveMethod

RemoveMethodType[] getRemoveMethod()
Returns:
array of RemoveMethodType

getRemoveMethod

RemoveMethodType getRemoveMethod(int idx)
Returns:
one of RemoveMethodType

getRemoveMethodLength

int getRemoveMethodLength()

setRemoveMethod

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

setRemoveMethod

RemoveMethodType setRemoveMethod(int idx,
                                 RemoveMethodType value)
Parameters:
value - allowed object is RemoveMethodType

getTransactionType

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

Returns:
possible object is TransactionTypeType

setTransactionType

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

Parameters:
value - allowed object is TransactionTypeType

getAroundInvoke

AroundInvokeType[] getAroundInvoke()
Returns:
array of AroundInvokeType

getAroundInvoke

AroundInvokeType getAroundInvoke(int idx)
Returns:
one of AroundInvokeType

getAroundInvokeLength

int getAroundInvokeLength()

setAroundInvoke

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

setAroundInvoke

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

getEnvEntry

EnvEntryType[] getEnvEntry()
Returns:
array of EnvEntryType

getEnvEntry

EnvEntryType getEnvEntry(int idx)
Returns:
one of EnvEntryType

getEnvEntryLength

int getEnvEntryLength()

setEnvEntry

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

setEnvEntry

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

getEjbRef

EjbRefType[] getEjbRef()
Returns:
array of EjbRefType

getEjbRef

EjbRefType getEjbRef(int idx)
Returns:
one of EjbRefType

getEjbRefLength

int getEjbRefLength()

setEjbRef

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

setEjbRef

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

getEjbLocalRef

EjbLocalRefType[] getEjbLocalRef()
Returns:
array of EjbLocalRefType

getEjbLocalRef

EjbLocalRefType getEjbLocalRef(int idx)
Returns:
one of EjbLocalRefType

getEjbLocalRefLength

int getEjbLocalRefLength()

setEjbLocalRef

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

setEjbLocalRef

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

getServiceRef

ServiceRefType[] getServiceRef()
Returns:
array of ServiceRefType

getServiceRef

ServiceRefType getServiceRef(int idx)
Returns:
one of ServiceRefType

getServiceRefLength

int getServiceRefLength()

setServiceRef

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

setServiceRef

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

getResourceRef

ResourceRefType[] getResourceRef()
Returns:
array of ResourceRefType

getResourceRef

ResourceRefType getResourceRef(int idx)
Returns:
one of ResourceRefType

getResourceRefLength

int getResourceRefLength()

setResourceRef

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

setResourceRef

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

getResourceEnvRef

ResourceEnvRefType[] getResourceEnvRef()
Returns:
array of ResourceEnvRefType

getResourceEnvRef

ResourceEnvRefType getResourceEnvRef(int idx)
Returns:
one of ResourceEnvRefType

getResourceEnvRefLength

int getResourceEnvRefLength()

setResourceEnvRef

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

setResourceEnvRef

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

getMessageDestinationRef

MessageDestinationRefType[] getMessageDestinationRef()
Returns:
array of MessageDestinationRefType

getMessageDestinationRef

MessageDestinationRefType getMessageDestinationRef(int idx)
Returns:
one of MessageDestinationRefType

getMessageDestinationRefLength

int getMessageDestinationRefLength()

setMessageDestinationRef

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

setMessageDestinationRef

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

getPersistenceContextRef

PersistenceContextRefType[] getPersistenceContextRef()
Returns:
array of PersistenceContextRefType

getPersistenceContextRef

PersistenceContextRefType getPersistenceContextRef(int idx)
Returns:
one of PersistenceContextRefType

getPersistenceContextRefLength

int getPersistenceContextRefLength()

setPersistenceContextRef

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

setPersistenceContextRef

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

getPersistenceUnitRef

PersistenceUnitRefType[] getPersistenceUnitRef()
Returns:
array of PersistenceUnitRefType

getPersistenceUnitRef

PersistenceUnitRefType getPersistenceUnitRef(int idx)
Returns:
one of PersistenceUnitRefType

getPersistenceUnitRefLength

int getPersistenceUnitRefLength()

setPersistenceUnitRef

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

setPersistenceUnitRef

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

getPostConstruct

LifecycleCallbackType[] getPostConstruct()
Returns:
array of LifecycleCallbackType

getPostConstruct

LifecycleCallbackType getPostConstruct(int idx)
Returns:
one of LifecycleCallbackType

getPostConstructLength

int getPostConstructLength()

setPostConstruct

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

setPostConstruct

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

getPreDestroy

LifecycleCallbackType[] getPreDestroy()
Returns:
array of LifecycleCallbackType

getPreDestroy

LifecycleCallbackType getPreDestroy(int idx)
Returns:
one of LifecycleCallbackType

getPreDestroyLength

int getPreDestroyLength()

setPreDestroy

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

setPreDestroy

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

getPostActivate

LifecycleCallbackType[] getPostActivate()
Returns:
array of LifecycleCallbackType

getPostActivate

LifecycleCallbackType getPostActivate(int idx)
Returns:
one of LifecycleCallbackType

getPostActivateLength

int getPostActivateLength()

setPostActivate

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

setPostActivate

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

getPrePassivate

LifecycleCallbackType[] getPrePassivate()
Returns:
array of LifecycleCallbackType

getPrePassivate

LifecycleCallbackType getPrePassivate(int idx)
Returns:
one of LifecycleCallbackType

getPrePassivateLength

int getPrePassivateLength()

setPrePassivate

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

setPrePassivate

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

getSecurityRoleRef

SecurityRoleRefType[] getSecurityRoleRef()
Returns:
array of SecurityRoleRefType

getSecurityRoleRef

SecurityRoleRefType getSecurityRoleRef(int idx)
Returns:
one of SecurityRoleRefType

getSecurityRoleRefLength

int getSecurityRoleRefLength()

setSecurityRoleRef

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

setSecurityRoleRef

SecurityRoleRefType setSecurityRoleRef(int idx,
                                       SecurityRoleRefType value)
Parameters:
value - allowed object is SecurityRoleRefType

getSecurityIdentity

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

Returns:
possible object is SecurityIdentityType

setSecurityIdentity

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

Parameters:
value - allowed object is SecurityIdentityType

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String


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