Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.SessionBeanType

Packages that use SessionBeanType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar31 Provides the implementation classes as defined in the schema ejb-jar_3_1.xsd 
 

Uses of SessionBeanType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return SessionBeanType
 SessionBeanType<T> SessionBeanType.localBean()
           
 SessionBeanType<T> SessionBeanType.removeAfterBeginMethod()
          Removes the after-begin-method element
 SessionBeanType<T> SessionBeanType.removeAfterCompletionMethod()
          Removes the after-completion-method element
 SessionBeanType<T> SessionBeanType.removeAllAroundInvoke()
          Removes all around-invoke elements
 SessionBeanType<T> SessionBeanType.removeAllAroundTimeout()
          Removes all around-timeout elements
 SessionBeanType<T> SessionBeanType.removeAllAsyncMethod()
          Removes all async-method elements
 SessionBeanType<T> SessionBeanType.removeAllBusinessLocal()
          Removes the business-local element
 SessionBeanType<T> SessionBeanType.removeAllBusinessRemote()
          Removes the business-remote element
 SessionBeanType<T> SessionBeanType.removeAllConcurrentMethod()
          Removes all concurrent-method elements
 SessionBeanType<T> SessionBeanType.removeAllDataSource()
          Removes all data-source elements
 SessionBeanType<T> SessionBeanType.removeAllDescription()
          Removes the description element
 SessionBeanType<T> SessionBeanType.removeAllDisplayName()
          Removes the display-name element
 SessionBeanType<T> SessionBeanType.removeAllEjbLocalRef()
          Removes all ejb-local-ref elements
 SessionBeanType<T> SessionBeanType.removeAllEjbRef()
          Removes all ejb-ref elements
 SessionBeanType<T> SessionBeanType.removeAllEnvEntry()
          Removes all env-entry elements
 SessionBeanType<T> SessionBeanType.removeAllIcon()
          Removes all icon elements
 SessionBeanType<T> SessionBeanType.removeAllInitMethod()
          Removes all init-method elements
 SessionBeanType<T> SessionBeanType.removeAllMessageDestinationRef()
          Removes all message-destination-ref elements
 SessionBeanType<T> SessionBeanType.removeAllPersistenceContextRef()
          Removes all persistence-context-ref elements
 SessionBeanType<T> SessionBeanType.removeAllPersistenceUnitRef()
          Removes all persistence-unit-ref elements
 SessionBeanType<T> SessionBeanType.removeAllPostActivate()
          Removes all post-activate elements
 SessionBeanType<T> SessionBeanType.removeAllPostConstruct()
          Removes all post-construct elements
 SessionBeanType<T> SessionBeanType.removeAllPreDestroy()
          Removes all pre-destroy elements
 SessionBeanType<T> SessionBeanType.removeAllPrePassivate()
          Removes all pre-passivate elements
 SessionBeanType<T> SessionBeanType.removeAllRemoveMethod()
          Removes all remove-method elements
 SessionBeanType<T> SessionBeanType.removeAllResourceEnvRef()
          Removes all resource-env-ref elements
 SessionBeanType<T> SessionBeanType.removeAllResourceRef()
          Removes all resource-ref elements
 SessionBeanType<T> SessionBeanType.removeAllSecurityRoleRef()
          Removes all security-role-ref elements
 SessionBeanType<T> SessionBeanType.removeAllTimer()
          Removes all timer elements
 SessionBeanType<T> SessionBeanType.removeBeforeCompletionMethod()
          Removes the before-completion-method element
 SessionBeanType<T> SessionBeanType.removeDependsOn()
          Removes the depends-on element
 SessionBeanType<T> SessionBeanType.removeEjbClass()
          Removes the ejb-class element
 SessionBeanType<T> SessionBeanType.removeEjbName()
          Removes the ejb-name element
 SessionBeanType<T> SessionBeanType.removeHome()
          Removes the home element
 SessionBeanType<T> SessionBeanType.removeInitOnStartup()
          Removes the init-on-startup element
 SessionBeanType<T> SessionBeanType.removeLocal()
          Removes the local element
 SessionBeanType<T> SessionBeanType.removeLocalHome()
          Removes the local-home element
 SessionBeanType<T> SessionBeanType.removeMappedName()
          Removes the mapped-name element
 SessionBeanType<T> SessionBeanType.removeRemote()
          Removes the remote element
 SessionBeanType<T> SessionBeanType.removeSecurityIdentity()
          Removes the security-identity element
 SessionBeanType<T> SessionBeanType.removeServiceEndpoint()
          Removes the service-endpoint element
 SessionBeanType<T> SessionBeanType.removeStatefulTimeout()
          Removes the stateful-timeout element
 SessionBeanType<T> SessionBeanType.removeTimeoutMethod()
          Removes the timeout-method element
 SessionBeanType<EnterpriseBeansType<T>> EnterpriseBeansType.session()
          Returns the session element
 SessionBeanType<T> SessionBeanType.setBusinessLocal(java.lang.String businessLocal)
          Creates a new business-local element
 SessionBeanType<T> SessionBeanType.setBusinessLocalList(java.lang.String... values)
          Creates for all String objects representing business-local elements, a new business-local element
 SessionBeanType<T> SessionBeanType.setBusinessRemote(java.lang.String businessRemote)
          Creates a new business-remote element
 SessionBeanType<T> SessionBeanType.setBusinessRemoteList(java.lang.String... values)
          Creates for all String objects representing business-remote elements, a new business-remote element
 SessionBeanType<T> SessionBeanType.setConcurrencyManagementType(ConcurrencyManagementTypeType concurrencyManagementType)
          If not already created, a new concurrency-management-type element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setConcurrencyManagementType(java.lang.String concurrencyManagementType)
          If not already created, a new concurrency-management-type element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setDescription(java.lang.String description)
          Creates a new description element
 SessionBeanType<T> SessionBeanType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 SessionBeanType<T> SessionBeanType.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 SessionBeanType<T> SessionBeanType.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 SessionBeanType<T> SessionBeanType.setEjbClass(java.lang.String ejbClass)
          If not already created, a new ejb-class element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setEjbName(java.lang.String ejbName)
          If not already created, a new ejb-name element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setHome(java.lang.String home)
          If not already created, a new home element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setInitOnStartup(java.lang.Boolean initOnStartup)
          If not already created, a new init-on-startup element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setLocal(java.lang.String local)
          If not already created, a new local element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setLocalHome(java.lang.String localHome)
          If not already created, a new local-home element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setRemote(java.lang.String remote)
          If not already created, a new remote element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setServiceEndpoint(java.lang.String serviceEndpoint)
          If not already created, a new service-endpoint element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setSessionType(SessionTypeType sessionType)
          If not already created, a new session-type element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setSessionType(java.lang.String sessionType)
          If not already created, a new session-type element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setTransactionType(java.lang.String transactionType)
          If not already created, a new transaction-type element with the given value will be created.
 SessionBeanType<T> SessionBeanType.setTransactionType(TransactionTypeType transactionType)
          If not already created, a new transaction-type element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type SessionBeanType
 NamedMethodType<SessionBeanType<T>> SessionBeanType.afterBeginMethod()
          If not already created, a new after-begin-method element will be created and returned.
 NamedMethodType<SessionBeanType<T>> SessionBeanType.afterCompletionMethod()
          If not already created, a new after-completion-method element will be created and returned.
 AroundInvokeType<SessionBeanType<T>> SessionBeanType.aroundInvoke()
          Returns the around-invoke element
 AroundTimeoutType<SessionBeanType<T>> SessionBeanType.aroundTimeout()
          Returns the around-timeout element
 AsyncMethodType<SessionBeanType<T>> SessionBeanType.asyncMethod()
          Returns the async-method element
 NamedMethodType<SessionBeanType<T>> SessionBeanType.beforeCompletionMethod()
          If not already created, a new before-completion-method element will be created and returned.
 ConcurrentMethodType<SessionBeanType<T>> SessionBeanType.concurrentMethod()
          Returns the concurrent-method element
 DataSourceType<SessionBeanType<T>> SessionBeanType.dataSource()
          Returns the data-source element
 DependsOnType<SessionBeanType<T>> SessionBeanType.dependsOn()
          If not already created, a new depends-on element will be created and returned.
 EjbLocalRefType<SessionBeanType<T>> SessionBeanType.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbRefType<SessionBeanType<T>> SessionBeanType.ejbRef()
          Returns the ejb-ref element
 EnvEntryType<SessionBeanType<T>> SessionBeanType.envEntry()
          Returns the env-entry element
 java.util.List<AroundInvokeType<SessionBeanType<T>>> SessionBeanType.getAroundInvokeList()
          Returns all around-invoke elements
 java.util.List<AroundTimeoutType<SessionBeanType<T>>> SessionBeanType.getAroundTimeoutList()
          Returns all around-timeout elements
 java.util.List<AsyncMethodType<SessionBeanType<T>>> SessionBeanType.getAsyncMethodList()
          Returns all async-method elements
 java.util.List<ConcurrentMethodType<SessionBeanType<T>>> SessionBeanType.getConcurrentMethodList()
          Returns all concurrent-method elements
 java.util.List<DataSourceType<SessionBeanType<T>>> SessionBeanType.getDataSourceList()
          Returns all data-source elements
 java.util.List<EjbLocalRefType<SessionBeanType<T>>> SessionBeanType.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbRefType<SessionBeanType<T>>> SessionBeanType.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EnvEntryType<SessionBeanType<T>>> SessionBeanType.getEnvEntryList()
          Returns all env-entry elements
 java.util.List<IconType<SessionBeanType<T>>> SessionBeanType.getIconList()
          Returns all icon elements
 java.util.List<InitMethodType<SessionBeanType<T>>> SessionBeanType.getInitMethodList()
          Returns all init-method elements
 java.util.List<MessageDestinationRefType<SessionBeanType<T>>> SessionBeanType.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<PersistenceContextRefType<SessionBeanType<T>>> SessionBeanType.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 java.util.List<PersistenceUnitRefType<SessionBeanType<T>>> SessionBeanType.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getPostActivateList()
          Returns all post-activate elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanType.getPrePassivateList()
          Returns all pre-passivate elements
 java.util.List<RemoveMethodType<SessionBeanType<T>>> SessionBeanType.getRemoveMethodList()
          Returns all remove-method elements
 java.util.List<ResourceEnvRefType<SessionBeanType<T>>> SessionBeanType.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceRefType<SessionBeanType<T>>> SessionBeanType.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<SecurityRoleRefType<SessionBeanType<T>>> SessionBeanType.getSecurityRoleRefList()
          Returns all security-role-ref elements
 java.util.List<SessionBeanType<EnterpriseBeansType<T>>> EnterpriseBeansType.getSessionList()
          Returns all session elements
 java.util.List<TimerType<SessionBeanType<T>>> SessionBeanType.getTimerList()
          Returns all timer elements
 IconType<SessionBeanType<T>> SessionBeanType.icon()
          Returns the icon element
 InitMethodType<SessionBeanType<T>> SessionBeanType.initMethod()
          Returns the init-method element
 MessageDestinationRefType<SessionBeanType<T>> SessionBeanType.messageDestinationRef()
          Returns the message-destination-ref element
 PersistenceContextRefType<SessionBeanType<T>> SessionBeanType.persistenceContextRef()
          Returns the persistence-context-ref element
 PersistenceUnitRefType<SessionBeanType<T>> SessionBeanType.persistenceUnitRef()
          Returns the persistence-unit-ref element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.postActivate()
          Returns the post-activate element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanType.prePassivate()
          Returns the pre-passivate element
 RemoveMethodType<SessionBeanType<T>> SessionBeanType.removeMethod()
          Returns the remove-method element
 ResourceEnvRefType<SessionBeanType<T>> SessionBeanType.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceRefType<SessionBeanType<T>> SessionBeanType.resourceRef()
          Returns the resource-ref element
 SecurityIdentityType<SessionBeanType<T>> SessionBeanType.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityRoleRefType<SessionBeanType<T>> SessionBeanType.securityRoleRef()
          Returns the security-role-ref element
 StatefulTimeoutType<SessionBeanType<T>> SessionBeanType.statefulTimeout()
          If not already created, a new stateful-timeout element will be created and returned.
 NamedMethodType<SessionBeanType<T>> SessionBeanType.timeoutMethod()
          If not already created, a new timeout-method element will be created and returned.
 TimerType<SessionBeanType<T>> SessionBeanType.timer()
          Returns the timer element
 

Uses of SessionBeanType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement SessionBeanType
 class SessionBeanTypeImpl<T>
          This class implements the session-beanType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return SessionBeanType
 SessionBeanType<T> SessionBeanTypeImpl.localBean()
           
 SessionBeanType<T> SessionBeanTypeImpl.removeAfterBeginMethod()
          Removes the after-begin-method element
 SessionBeanType<T> SessionBeanTypeImpl.removeAfterCompletionMethod()
          Removes the after-completion-method element
 SessionBeanType<T> SessionBeanTypeImpl.removeAllAroundInvoke()
          Removes all around-invoke elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllAroundTimeout()
          Removes all around-timeout elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllAsyncMethod()
          Removes all async-method elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllBusinessLocal()
          Removes the business-local element
 SessionBeanType<T> SessionBeanTypeImpl.removeAllBusinessRemote()
          Removes the business-remote element
 SessionBeanType<T> SessionBeanTypeImpl.removeAllConcurrentMethod()
          Removes all concurrent-method elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllDataSource()
          Removes all data-source elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllDescription()
          Removes the description element
 SessionBeanType<T> SessionBeanTypeImpl.removeAllDisplayName()
          Removes the display-name element
 SessionBeanType<T> SessionBeanTypeImpl.removeAllEjbLocalRef()
          Removes all ejb-local-ref elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllEjbRef()
          Removes all ejb-ref elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllEnvEntry()
          Removes all env-entry elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllIcon()
          Removes all icon elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllInitMethod()
          Removes all init-method elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllMessageDestinationRef()
          Removes all message-destination-ref elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllPersistenceContextRef()
          Removes all persistence-context-ref elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllPersistenceUnitRef()
          Removes all persistence-unit-ref elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllPostActivate()
          Removes all post-activate elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllPostConstruct()
          Removes all post-construct elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllPreDestroy()
          Removes all pre-destroy elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllPrePassivate()
          Removes all pre-passivate elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllRemoveMethod()
          Removes all remove-method elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllResourceEnvRef()
          Removes all resource-env-ref elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllResourceRef()
          Removes all resource-ref elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllSecurityRoleRef()
          Removes all security-role-ref elements
 SessionBeanType<T> SessionBeanTypeImpl.removeAllTimer()
          Removes all timer elements
 SessionBeanType<T> SessionBeanTypeImpl.removeBeforeCompletionMethod()
          Removes the before-completion-method element
 SessionBeanType<T> SessionBeanTypeImpl.removeDependsOn()
          Removes the depends-on element
 SessionBeanType<T> SessionBeanTypeImpl.removeEjbClass()
          Removes the ejb-class element
 SessionBeanType<T> SessionBeanTypeImpl.removeEjbName()
          Removes the ejb-name element
 SessionBeanType<T> SessionBeanTypeImpl.removeHome()
          Removes the home element
 SessionBeanType<T> SessionBeanTypeImpl.removeInitOnStartup()
          Removes the init-on-startup element
 SessionBeanType<T> SessionBeanTypeImpl.removeLocal()
          Removes the local element
 SessionBeanType<T> SessionBeanTypeImpl.removeLocalHome()
          Removes the local-home element
 SessionBeanType<T> SessionBeanTypeImpl.removeMappedName()
          Removes the mapped-name element
 SessionBeanType<T> SessionBeanTypeImpl.removeRemote()
          Removes the remote element
 SessionBeanType<T> SessionBeanTypeImpl.removeSecurityIdentity()
          Removes the security-identity element
 SessionBeanType<T> SessionBeanTypeImpl.removeServiceEndpoint()
          Removes the service-endpoint element
 SessionBeanType<T> SessionBeanTypeImpl.removeStatefulTimeout()
          Removes the stateful-timeout element
 SessionBeanType<T> SessionBeanTypeImpl.removeTimeoutMethod()
          Removes the timeout-method element
 SessionBeanType<EnterpriseBeansType<T>> EnterpriseBeansTypeImpl.session()
          Returns the session element
 SessionBeanType<T> SessionBeanTypeImpl.setBusinessLocal(java.lang.String businessLocal)
          Creates a new business-local element
 SessionBeanType<T> SessionBeanTypeImpl.setBusinessLocalList(java.lang.String... values)
          Creates for all String objects representing business-local elements, a new business-local element
 SessionBeanType<T> SessionBeanTypeImpl.setBusinessRemote(java.lang.String businessRemote)
          Creates a new business-remote element
 SessionBeanType<T> SessionBeanTypeImpl.setBusinessRemoteList(java.lang.String... values)
          Creates for all String objects representing business-remote elements, a new business-remote element
 SessionBeanType<T> SessionBeanTypeImpl.setConcurrencyManagementType(ConcurrencyManagementTypeType concurrencyManagementType)
          If not already created, a new concurrency-management-type element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setConcurrencyManagementType(java.lang.String concurrencyManagementType)
          If not already created, a new concurrency-management-type element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 SessionBeanType<T> SessionBeanTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 SessionBeanType<T> SessionBeanTypeImpl.setDisplayName(java.lang.String displayName)
          Creates a new display-name element
 SessionBeanType<T> SessionBeanTypeImpl.setDisplayNameList(java.lang.String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 SessionBeanType<T> SessionBeanTypeImpl.setEjbClass(java.lang.String ejbClass)
          If not already created, a new ejb-class element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setEjbName(java.lang.String ejbName)
          If not already created, a new ejb-name element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setHome(java.lang.String home)
          If not already created, a new home element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setInitOnStartup(java.lang.Boolean initOnStartup)
          If not already created, a new init-on-startup element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setLocal(java.lang.String local)
          If not already created, a new local element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setLocalHome(java.lang.String localHome)
          If not already created, a new local-home element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setMappedName(java.lang.String mappedName)
          If not already created, a new mapped-name element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setRemote(java.lang.String remote)
          If not already created, a new remote element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setServiceEndpoint(java.lang.String serviceEndpoint)
          If not already created, a new service-endpoint element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setSessionType(SessionTypeType sessionType)
          If not already created, a new session-type element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setSessionType(java.lang.String sessionType)
          If not already created, a new session-type element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setTransactionType(java.lang.String transactionType)
          If not already created, a new transaction-type element with the given value will be created.
 SessionBeanType<T> SessionBeanTypeImpl.setTransactionType(TransactionTypeType transactionType)
          If not already created, a new transaction-type element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type SessionBeanType
 NamedMethodType<SessionBeanType<T>> SessionBeanTypeImpl.afterBeginMethod()
          If not already created, a new after-begin-method element will be created and returned.
 NamedMethodType<SessionBeanType<T>> SessionBeanTypeImpl.afterCompletionMethod()
          If not already created, a new after-completion-method element will be created and returned.
 AroundInvokeType<SessionBeanType<T>> SessionBeanTypeImpl.aroundInvoke()
          Returns the around-invoke element
 AroundTimeoutType<SessionBeanType<T>> SessionBeanTypeImpl.aroundTimeout()
          Returns the around-timeout element
 AsyncMethodType<SessionBeanType<T>> SessionBeanTypeImpl.asyncMethod()
          Returns the async-method element
 NamedMethodType<SessionBeanType<T>> SessionBeanTypeImpl.beforeCompletionMethod()
          If not already created, a new before-completion-method element will be created and returned.
 ConcurrentMethodType<SessionBeanType<T>> SessionBeanTypeImpl.concurrentMethod()
          Returns the concurrent-method element
 DataSourceType<SessionBeanType<T>> SessionBeanTypeImpl.dataSource()
          Returns the data-source element
 DependsOnType<SessionBeanType<T>> SessionBeanTypeImpl.dependsOn()
          If not already created, a new depends-on element will be created and returned.
 EjbLocalRefType<SessionBeanType<T>> SessionBeanTypeImpl.ejbLocalRef()
          Returns the ejb-local-ref element
 EjbRefType<SessionBeanType<T>> SessionBeanTypeImpl.ejbRef()
          Returns the ejb-ref element
 EnvEntryType<SessionBeanType<T>> SessionBeanTypeImpl.envEntry()
          Returns the env-entry element
 java.util.List<AroundInvokeType<SessionBeanType<T>>> SessionBeanTypeImpl.getAroundInvokeList()
          Returns all around-invoke elements
 java.util.List<AroundTimeoutType<SessionBeanType<T>>> SessionBeanTypeImpl.getAroundTimeoutList()
          Returns all around-timeout elements
 java.util.List<AsyncMethodType<SessionBeanType<T>>> SessionBeanTypeImpl.getAsyncMethodList()
          Returns all async-method elements
 java.util.List<ConcurrentMethodType<SessionBeanType<T>>> SessionBeanTypeImpl.getConcurrentMethodList()
          Returns all concurrent-method elements
 java.util.List<DataSourceType<SessionBeanType<T>>> SessionBeanTypeImpl.getDataSourceList()
          Returns all data-source elements
 java.util.List<EjbLocalRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getEjbLocalRefList()
          Returns all ejb-local-ref elements
 java.util.List<EjbRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getEjbRefList()
          Returns all ejb-ref elements
 java.util.List<EnvEntryType<SessionBeanType<T>>> SessionBeanTypeImpl.getEnvEntryList()
          Returns all env-entry elements
 java.util.List<IconType<SessionBeanType<T>>> SessionBeanTypeImpl.getIconList()
          Returns all icon elements
 java.util.List<InitMethodType<SessionBeanType<T>>> SessionBeanTypeImpl.getInitMethodList()
          Returns all init-method elements
 java.util.List<MessageDestinationRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getMessageDestinationRefList()
          Returns all message-destination-ref elements
 java.util.List<PersistenceContextRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getPersistenceContextRefList()
          Returns all persistence-context-ref elements
 java.util.List<PersistenceUnitRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getPersistenceUnitRefList()
          Returns all persistence-unit-ref elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanTypeImpl.getPostActivateList()
          Returns all post-activate elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanTypeImpl.getPostConstructList()
          Returns all post-construct elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanTypeImpl.getPreDestroyList()
          Returns all pre-destroy elements
 java.util.List<LifecycleCallbackType<SessionBeanType<T>>> SessionBeanTypeImpl.getPrePassivateList()
          Returns all pre-passivate elements
 java.util.List<RemoveMethodType<SessionBeanType<T>>> SessionBeanTypeImpl.getRemoveMethodList()
          Returns all remove-method elements
 java.util.List<ResourceEnvRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getResourceEnvRefList()
          Returns all resource-env-ref elements
 java.util.List<ResourceRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getResourceRefList()
          Returns all resource-ref elements
 java.util.List<SecurityRoleRefType<SessionBeanType<T>>> SessionBeanTypeImpl.getSecurityRoleRefList()
          Returns all security-role-ref elements
 java.util.List<SessionBeanType<EnterpriseBeansType<T>>> EnterpriseBeansTypeImpl.getSessionList()
          Returns all session elements
 java.util.List<TimerType<SessionBeanType<T>>> SessionBeanTypeImpl.getTimerList()
          Returns all timer elements
 IconType<SessionBeanType<T>> SessionBeanTypeImpl.icon()
          Returns the icon element
 InitMethodType<SessionBeanType<T>> SessionBeanTypeImpl.initMethod()
          Returns the init-method element
 MessageDestinationRefType<SessionBeanType<T>> SessionBeanTypeImpl.messageDestinationRef()
          Returns the message-destination-ref element
 PersistenceContextRefType<SessionBeanType<T>> SessionBeanTypeImpl.persistenceContextRef()
          Returns the persistence-context-ref element
 PersistenceUnitRefType<SessionBeanType<T>> SessionBeanTypeImpl.persistenceUnitRef()
          Returns the persistence-unit-ref element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanTypeImpl.postActivate()
          Returns the post-activate element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanTypeImpl.postConstruct()
          Returns the post-construct element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanTypeImpl.preDestroy()
          Returns the pre-destroy element
 LifecycleCallbackType<SessionBeanType<T>> SessionBeanTypeImpl.prePassivate()
          Returns the pre-passivate element
 RemoveMethodType<SessionBeanType<T>> SessionBeanTypeImpl.removeMethod()
          Returns the remove-method element
 ResourceEnvRefType<SessionBeanType<T>> SessionBeanTypeImpl.resourceEnvRef()
          Returns the resource-env-ref element
 ResourceRefType<SessionBeanType<T>> SessionBeanTypeImpl.resourceRef()
          Returns the resource-ref element
 SecurityIdentityType<SessionBeanType<T>> SessionBeanTypeImpl.securityIdentity()
          If not already created, a new security-identity element will be created and returned.
 SecurityRoleRefType<SessionBeanType<T>> SessionBeanTypeImpl.securityRoleRef()
          Returns the security-role-ref element
 StatefulTimeoutType<SessionBeanType<T>> SessionBeanTypeImpl.statefulTimeout()
          If not already created, a new stateful-timeout element will be created and returned.
 NamedMethodType<SessionBeanType<T>> SessionBeanTypeImpl.timeoutMethod()
          If not already created, a new timeout-method element will be created and returned.
 TimerType<SessionBeanType<T>> SessionBeanTypeImpl.timer()
          Returns the timer element