org.eclipse.modisco.jee.ejbjar.EjbJar30
Interface SessionBeanType


public interface SessionBeanType

A representation of the model object 'Session Bean Type'. 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.

The following features are supported:

See Also:
EjbJar30Package.getSessionBeanType()
Generated:
Model:
extendedMetaData="name='session-beanType' kind='elementOnly'"

Method Summary
  getAroundInvoke()
          Returns the value of the 'Around Invoke' containment reference list.
  getBusinessLocal()
          Returns the value of the 'Business Local' containment reference list.
  getBusinessRemote()
          Returns the value of the 'Business Remote' containment reference list.
  getDescription()
          Returns the value of the 'Description' containment reference list.
  getDisplayName()
          Returns the value of the 'Display Name' containment reference list.
 EjbClassType getEjbClass()
          Returns the value of the 'Ejb Class' containment reference.
  getEjbLocalRef()
          Returns the value of the 'Ejb Local Ref' containment reference list.
 EjbNameType getEjbName()
          Returns the value of the 'Ejb Name' containment reference.
  getEjbRef()
          Returns the value of the 'Ejb Ref' containment reference list.
  getEnvEntry()
          Returns the value of the 'Env Entry' containment reference list.
 HomeType getHome()
          Returns the value of the 'Home' containment reference.
  getIcon()
          Returns the value of the 'Icon' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
  getInitMethod()
          Returns the value of the 'Init Method' containment reference list.
 LocalType getLocal()
          Returns the value of the 'Local' containment reference.
 LocalHomeType getLocalHome()
          Returns the value of the 'Local Home' containment reference.
 XsdStringType getMappedName()
          Returns the value of the 'Mapped Name' containment reference.
  getMessageDestinationRef()
          Returns the value of the 'Message Destination Ref' containment reference list.
  getPersistenceContextRef()
          Returns the value of the 'Persistence Context Ref' containment reference list.
  getPersistenceUnitRef()
          Returns the value of the 'Persistence Unit Ref' containment reference list.
  getPostActivate()
          Returns the value of the 'Post Activate' containment reference list.
  getPostConstruct()
          Returns the value of the 'Post Construct' containment reference list.
  getPreDestroy()
          Returns the value of the 'Pre Destroy' containment reference list.
  getPrePassivate()
          Returns the value of the 'Pre Passivate' containment reference list.
 RemoteType getRemote()
          Returns the value of the 'Remote' containment reference.
  getRemoveMethod()
          Returns the value of the 'Remove Method' containment reference list.
  getResourceEnvRef()
          Returns the value of the 'Resource Env Ref' containment reference list.
  getResourceRef()
          Returns the value of the 'Resource Ref' containment reference list.
 SecurityIdentityType getSecurityIdentity()
          Returns the value of the 'Security Identity' containment reference.
  getSecurityRoleRef()
          Returns the value of the 'Security Role Ref' containment reference list.
 FullyQualifiedClassType getServiceEndpoint()
          Returns the value of the 'Service Endpoint' containment reference.
  getServiceRef()
          Returns the value of the 'Service Ref' containment reference list.
 SessionTypeType getSessionType()
          Returns the value of the 'Session Type' containment reference.
 NamedMethodType getTimeoutMethod()
          Returns the value of the 'Timeout Method' containment reference.
 TransactionTypeType getTransactionType()
          Returns the value of the 'Transaction Type' containment reference.
 void setEjbClass(EjbClassType value)
          Sets the value of the 'Ejb Class' containment reference.
 void setEjbName(EjbNameType value)
          Sets the value of the 'Ejb Name' containment reference.
 void setHome(HomeType value)
          Sets the value of the 'Home' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setLocal(LocalType value)
          Sets the value of the 'Local' containment reference.
 void setLocalHome(LocalHomeType value)
          Sets the value of the 'Local Home' containment reference.
 void setMappedName(XsdStringType value)
          Sets the value of the 'Mapped Name' containment reference.
 void setRemote(RemoteType value)
          Sets the value of the 'Remote' containment reference.
 void setSecurityIdentity(SecurityIdentityType value)
          Sets the value of the 'Security Identity' containment reference.
 void setServiceEndpoint(FullyQualifiedClassType value)
          Sets the value of the 'Service Endpoint' containment reference.
 void setSessionType(SessionTypeType value)
          Sets the value of the 'Session Type' containment reference.
 void setTimeoutMethod(NamedMethodType value)
          Sets the value of the 'Timeout Method' containment reference.
 void setTransactionType(TransactionTypeType value)
          Sets the value of the 'Transaction Type' containment reference.
 

Method Detail

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/javaee'"

getDisplayName

 getDisplayName()
Returns the value of the 'Display Name' containment reference list. The list contents are of type DisplayNameType.

If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Display Name' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_DisplayName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='display-name' namespace='http://java.sun.com/xml/ns/javaee'"

getIcon

 getIcon()
Returns the value of the 'Icon' containment reference list. The list contents are of type IconType.

If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Icon' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_Icon()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='icon' namespace='http://java.sun.com/xml/ns/javaee'"

getEjbName

EjbNameType getEjbName()
Returns the value of the 'Ejb Name' containment reference.

If the meaning of the 'Ejb Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Name' containment reference.
See Also:
setEjbName(EjbNameType), EjbJar30Package.getSessionBeanType_EjbName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='ejb-name' namespace='http://java.sun.com/xml/ns/javaee'"

setEjbName

void setEjbName(EjbNameType value)
Sets the value of the 'Ejb Name' containment reference.

Parameters:
value - the new value of the 'Ejb Name' containment reference.
See Also:
getEjbName()
Generated:

getMappedName

XsdStringType getMappedName()
Returns the value of the 'Mapped Name' containment reference.

If the meaning of the 'Mapped Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mapped Name' containment reference.
See Also:
setMappedName(XsdStringType), EjbJar30Package.getSessionBeanType_MappedName()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='mapped-name' namespace='http://java.sun.com/xml/ns/javaee'"

setMappedName

void setMappedName(XsdStringType value)
Sets the value of the 'Mapped Name' containment reference.

Parameters:
value - the new value of the 'Mapped Name' containment reference.
See Also:
getMappedName()
Generated:

getHome

HomeType getHome()
Returns the value of the 'Home' containment reference.

If the meaning of the 'Home' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Home' containment reference.
See Also:
setHome(HomeType), EjbJar30Package.getSessionBeanType_Home()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='home' namespace='http://java.sun.com/xml/ns/javaee'"

setHome

void setHome(HomeType value)
Sets the value of the 'Home' containment reference.

Parameters:
value - the new value of the 'Home' containment reference.
See Also:
getHome()
Generated:

getRemote

RemoteType getRemote()
Returns the value of the 'Remote' containment reference.

If the meaning of the 'Remote' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Remote' containment reference.
See Also:
setRemote(RemoteType), EjbJar30Package.getSessionBeanType_Remote()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='remote' namespace='http://java.sun.com/xml/ns/javaee'"

setRemote

void setRemote(RemoteType value)
Sets the value of the 'Remote' containment reference.

Parameters:
value - the new value of the 'Remote' containment reference.
See Also:
getRemote()
Generated:

getLocalHome

LocalHomeType getLocalHome()
Returns the value of the 'Local Home' containment reference.

If the meaning of the 'Local Home' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Local Home' containment reference.
See Also:
setLocalHome(LocalHomeType), EjbJar30Package.getSessionBeanType_LocalHome()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='local-home' namespace='http://java.sun.com/xml/ns/javaee'"

setLocalHome

void setLocalHome(LocalHomeType value)
Sets the value of the 'Local Home' containment reference.

Parameters:
value - the new value of the 'Local Home' containment reference.
See Also:
getLocalHome()
Generated:

getLocal

LocalType getLocal()
Returns the value of the 'Local' containment reference.

If the meaning of the 'Local' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Local' containment reference.
See Also:
setLocal(LocalType), EjbJar30Package.getSessionBeanType_Local()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='local' namespace='http://java.sun.com/xml/ns/javaee'"

setLocal

void setLocal(LocalType value)
Sets the value of the 'Local' containment reference.

Parameters:
value - the new value of the 'Local' containment reference.
See Also:
getLocal()
Generated:

getBusinessLocal

 getBusinessLocal()
Returns the value of the 'Business Local' containment reference list. The list contents are of type FullyQualifiedClassType.

If the meaning of the 'Business Local' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Business Local' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_BusinessLocal()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='business-local' namespace='http://java.sun.com/xml/ns/javaee'"

getBusinessRemote

 getBusinessRemote()
Returns the value of the 'Business Remote' containment reference list. The list contents are of type FullyQualifiedClassType.

If the meaning of the 'Business Remote' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Business Remote' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_BusinessRemote()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='business-remote' namespace='http://java.sun.com/xml/ns/javaee'"

getServiceEndpoint

FullyQualifiedClassType getServiceEndpoint()
Returns the value of the 'Service Endpoint' containment reference. The service-endpoint element contains the fully-qualified name of the enterprise bean's web service endpoint interface. The service-endpoint element may only be specified for a stateless session bean. The specified interface must be a valid JAX-RPC service endpoint interface.

Returns:
the value of the 'Service Endpoint' containment reference.
See Also:
setServiceEndpoint(FullyQualifiedClassType), EjbJar30Package.getSessionBeanType_ServiceEndpoint()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='service-endpoint' namespace='http://java.sun.com/xml/ns/javaee'"

setServiceEndpoint

void setServiceEndpoint(FullyQualifiedClassType value)
Sets the value of the 'Service Endpoint' containment reference.

Parameters:
value - the new value of the 'Service Endpoint' containment reference.
See Also:
getServiceEndpoint()
Generated:

getEjbClass

EjbClassType getEjbClass()
Returns the value of the 'Ejb Class' containment reference. The ejb-class element specifies the fully qualified name of the bean class for this ejb. It is required unless there is a component-defining annotation for the same ejb-name.

Returns:
the value of the 'Ejb Class' containment reference.
See Also:
setEjbClass(EjbClassType), EjbJar30Package.getSessionBeanType_EjbClass()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='ejb-class' namespace='http://java.sun.com/xml/ns/javaee'"

setEjbClass

void setEjbClass(EjbClassType value)
Sets the value of the 'Ejb Class' containment reference.

Parameters:
value - the new value of the 'Ejb Class' containment reference.
See Also:
getEjbClass()
Generated:

getSessionType

SessionTypeType getSessionType()
Returns the value of the 'Session Type' containment reference.

If the meaning of the 'Session Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Session Type' containment reference.
See Also:
setSessionType(SessionTypeType), EjbJar30Package.getSessionBeanType_SessionType()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='session-type' namespace='http://java.sun.com/xml/ns/javaee'"

setSessionType

void setSessionType(SessionTypeType value)
Sets the value of the 'Session Type' containment reference.

Parameters:
value - the new value of the 'Session Type' containment reference.
See Also:
getSessionType()
Generated:

getTimeoutMethod

NamedMethodType getTimeoutMethod()
Returns the value of the 'Timeout Method' containment reference.

If the meaning of the 'Timeout Method' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Timeout Method' containment reference.
See Also:
setTimeoutMethod(NamedMethodType), EjbJar30Package.getSessionBeanType_TimeoutMethod()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='timeout-method' namespace='http://java.sun.com/xml/ns/javaee'"

setTimeoutMethod

void setTimeoutMethod(NamedMethodType value)
Sets the value of the 'Timeout Method' containment reference.

Parameters:
value - the new value of the 'Timeout Method' containment reference.
See Also:
getTimeoutMethod()
Generated:

getInitMethod

 getInitMethod()
Returns the value of the 'Init Method' containment reference list. The list contents are of type InitMethodType. The init-method element specifies the mappings for EJB 2.x style create methods for an EJB 3.0 bean. This element can only be specified for stateful session beans.

Returns:
the value of the 'Init Method' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_InitMethod()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='init-method' namespace='http://java.sun.com/xml/ns/javaee'"

getRemoveMethod

 getRemoveMethod()
Returns the value of the 'Remove Method' containment reference list. The list contents are of type RemoveMethodType. The remove-method element specifies the mappings for EJB 2.x style remove methods for an EJB 3.0 bean. This element can only be specified for stateful session beans.

Returns:
the value of the 'Remove Method' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_RemoveMethod()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='remove-method' namespace='http://java.sun.com/xml/ns/javaee'"

getTransactionType

TransactionTypeType getTransactionType()
Returns the value of the 'Transaction Type' containment reference.

If the meaning of the 'Transaction Type' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Transaction Type' containment reference.
See Also:
setTransactionType(TransactionTypeType), EjbJar30Package.getSessionBeanType_TransactionType()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='transaction-type' namespace='http://java.sun.com/xml/ns/javaee'"

setTransactionType

void setTransactionType(TransactionTypeType value)
Sets the value of the 'Transaction Type' containment reference.

Parameters:
value - the new value of the 'Transaction Type' containment reference.
See Also:
getTransactionType()
Generated:

getAroundInvoke

 getAroundInvoke()
Returns the value of the 'Around Invoke' containment reference list. The list contents are of type AroundInvokeType.

If the meaning of the 'Around Invoke' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Around Invoke' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_AroundInvoke()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='around-invoke' namespace='http://java.sun.com/xml/ns/javaee'"

getEnvEntry

 getEnvEntry()
Returns the value of the 'Env Entry' containment reference list. The list contents are of type EnvEntryType.

If the meaning of the 'Env Entry' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Env Entry' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_EnvEntry()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='env-entry' namespace='http://java.sun.com/xml/ns/javaee'"

getEjbRef

 getEjbRef()
Returns the value of the 'Ejb Ref' containment reference list. The list contents are of type EjbRefType.

If the meaning of the 'Ejb Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Ref' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_EjbRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='ejb-ref' namespace='http://java.sun.com/xml/ns/javaee'"

getEjbLocalRef

 getEjbLocalRef()
Returns the value of the 'Ejb Local Ref' containment reference list. The list contents are of type EjbLocalRefType.

If the meaning of the 'Ejb Local Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Local Ref' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_EjbLocalRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='ejb-local-ref' namespace='http://java.sun.com/xml/ns/javaee'"

getServiceRef

 getServiceRef()
Returns the value of the 'Service Ref' containment reference list. The list contents are of type ServiceRefType.

If the meaning of the 'Service Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Ref' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_ServiceRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='service-ref' namespace='http://java.sun.com/xml/ns/javaee'"

getResourceRef

 getResourceRef()
Returns the value of the 'Resource Ref' containment reference list. The list contents are of type ResourceRefType.

If the meaning of the 'Resource Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Ref' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_ResourceRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='resource-ref' namespace='http://java.sun.com/xml/ns/javaee'"

getResourceEnvRef

 getResourceEnvRef()
Returns the value of the 'Resource Env Ref' containment reference list. The list contents are of type ResourceEnvRefType.

If the meaning of the 'Resource Env Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Env Ref' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_ResourceEnvRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='resource-env-ref' namespace='http://java.sun.com/xml/ns/javaee'"

getMessageDestinationRef

 getMessageDestinationRef()
Returns the value of the 'Message Destination Ref' containment reference list. The list contents are of type MessageDestinationRefType.

If the meaning of the 'Message Destination Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Destination Ref' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_MessageDestinationRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='message-destination-ref' namespace='http://java.sun.com/xml/ns/javaee'"

getPersistenceContextRef

 getPersistenceContextRef()
Returns the value of the 'Persistence Context Ref' containment reference list. The list contents are of type PersistenceContextRefType.

If the meaning of the 'Persistence Context Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Persistence Context Ref' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_PersistenceContextRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='persistence-context-ref' namespace='http://java.sun.com/xml/ns/javaee'"

getPersistenceUnitRef

 getPersistenceUnitRef()
Returns the value of the 'Persistence Unit Ref' containment reference list. The list contents are of type PersistenceUnitRefType.

If the meaning of the 'Persistence Unit Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Persistence Unit Ref' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_PersistenceUnitRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='persistence-unit-ref' namespace='http://java.sun.com/xml/ns/javaee'"

getPostConstruct

 getPostConstruct()
Returns the value of the 'Post Construct' containment reference list. The list contents are of type LifecycleCallbackType.

If the meaning of the 'Post Construct' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Post Construct' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_PostConstruct()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='post-construct' namespace='http://java.sun.com/xml/ns/javaee'"

getPreDestroy

 getPreDestroy()
Returns the value of the 'Pre Destroy' containment reference list. The list contents are of type LifecycleCallbackType.

If the meaning of the 'Pre Destroy' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pre Destroy' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_PreDestroy()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='pre-destroy' namespace='http://java.sun.com/xml/ns/javaee'"

getPostActivate

 getPostActivate()
Returns the value of the 'Post Activate' containment reference list. The list contents are of type LifecycleCallbackType.

If the meaning of the 'Post Activate' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Post Activate' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_PostActivate()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='post-activate' namespace='http://java.sun.com/xml/ns/javaee'"

getPrePassivate

 getPrePassivate()
Returns the value of the 'Pre Passivate' containment reference list. The list contents are of type LifecycleCallbackType.

If the meaning of the 'Pre Passivate' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pre Passivate' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_PrePassivate()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='pre-passivate' namespace='http://java.sun.com/xml/ns/javaee'"

getSecurityRoleRef

 getSecurityRoleRef()
Returns the value of the 'Security Role Ref' containment reference list. The list contents are of type SecurityRoleRefType.

If the meaning of the 'Security Role Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Security Role Ref' containment reference list.
See Also:
EjbJar30Package.getSessionBeanType_SecurityRoleRef()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='security-role-ref' namespace='http://java.sun.com/xml/ns/javaee'"

getSecurityIdentity

SecurityIdentityType getSecurityIdentity()
Returns the value of the 'Security Identity' containment reference.

If the meaning of the 'Security Identity' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Security Identity' containment reference.
See Also:
setSecurityIdentity(SecurityIdentityType), EjbJar30Package.getSessionBeanType_SecurityIdentity()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='security-identity' namespace='http://java.sun.com/xml/ns/javaee'"

setSecurityIdentity

void setSecurityIdentity(SecurityIdentityType value)
Sets the value of the 'Security Identity' containment reference.

Parameters:
value - the new value of the 'Security Identity' containment reference.
See Also:
getSecurityIdentity()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar30Package.getSessionBeanType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: