public class SessionBeanType extends java.lang.Object implements EnterpriseBean, RpcBean
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> <element name="ejb-name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="local-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="cache-size" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <group ref="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}tssGroup" minOccurs="0"/> <group ref="{http://geronimo.apache.org/xml/ns/naming-1.2}jndiEnvironmentRefsGroup"/> <element name="web-service-address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="web-service-virtual-host" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="web-service-security" type="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}web-service-securityType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.util.List<<any>> |
abstractNamingEntry |
protected java.lang.Integer |
cacheSize |
protected java.util.List<EjbLocalRefType> |
ejbLocalRef |
protected java.lang.String |
ejbName |
protected java.util.List<EjbRefType> |
ejbRef |
protected java.lang.String |
id |
protected java.util.List<Jndi> |
jndi |
protected java.util.List<java.lang.String> |
jndiName |
protected java.util.List<java.lang.String> |
localJndiName |
protected java.util.List<PersistenceContextRefType> |
persistenceContextRef |
protected java.util.List<PersistenceUnitRefType> |
persistenceUnitRef |
protected java.util.Properties |
properties |
protected java.util.List<ResourceEnvRefType> |
resourceEnvRef |
protected java.util.List<ResourceRefType> |
resourceRef |
protected java.util.List<ServiceRefType> |
serviceRef |
protected PatternType |
tss |
protected java.lang.String |
tssLink |
protected java.lang.String |
webServiceAddress |
protected WebServiceSecurityType |
webServiceSecurity |
protected java.util.List<java.lang.String> |
webServiceVirtualHost |
Constructor and Description |
---|
SessionBeanType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<<any>> |
getAbstractNamingEntry() |
java.lang.Integer |
getCacheSize()
Gets the value of the cacheSize property.
|
java.util.List<EjbLocalRefType> |
getEjbLocalRef() |
java.lang.String |
getEjbName()
Gets the value of the ejbName property.
|
java.util.List<EjbRefType> |
getEjbRef() |
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<Jndi> |
getJndi() |
java.util.List<java.lang.String> |
getJndiName()
Gets the value of the jndiName property.
|
java.util.List<java.lang.String> |
getLocalJndiName()
Gets the value of the localJndiName property.
|
java.util.List<PersistenceContextRefType> |
getPersistenceContextRef() |
java.util.List<PersistenceUnitRefType> |
getPersistenceUnitRef() |
java.util.Properties |
getProperties() |
java.util.List<ResourceEnvRefType> |
getResourceEnvRef() |
java.util.List<ResourceRefType> |
getResourceRef() |
java.util.List<ServiceRefType> |
getServiceRef() |
PatternType |
getTss()
Gets the value of the tss property.
|
java.lang.String |
getTssLink()
Gets the value of the tssLink property.
|
java.lang.String |
getWebServiceAddress()
Gets the value of the webServiceAddress property.
|
WebServiceSecurityType |
getWebServiceSecurity()
Gets the value of the webServiceSecurity property.
|
java.util.List<java.lang.String> |
getWebServiceVirtualHost()
Gets the value of the webServiceVirtualHost property.
|
void |
setCacheSize(java.lang.Integer value)
Sets the value of the cacheSize property.
|
void |
setEjbName(java.lang.String value)
Sets the value of the ejbName property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setTss(PatternType value)
Sets the value of the tss property.
|
void |
setTssLink(java.lang.String value)
Sets the value of the tssLink property.
|
void |
setWebServiceAddress(java.lang.String value)
Sets the value of the webServiceAddress property.
|
void |
setWebServiceSecurity(WebServiceSecurityType value)
Sets the value of the webServiceSecurity property.
|
protected java.lang.String ejbName
protected java.util.List<java.lang.String> jndiName
protected java.util.List<java.lang.String> localJndiName
protected java.util.List<Jndi> jndi
protected java.lang.Integer cacheSize
protected java.lang.String tssLink
protected PatternType tss
protected java.util.Properties properties
protected java.util.List<<any>> abstractNamingEntry
protected java.util.List<PersistenceContextRefType> persistenceContextRef
protected java.util.List<PersistenceUnitRefType> persistenceUnitRef
protected java.util.List<EjbRefType> ejbRef
protected java.util.List<EjbLocalRefType> ejbLocalRef
protected java.util.List<ServiceRefType> serviceRef
protected java.util.List<ResourceRefType> resourceRef
protected java.util.List<ResourceEnvRefType> resourceEnvRef
protected java.lang.String webServiceAddress
protected java.util.List<java.lang.String> webServiceVirtualHost
protected WebServiceSecurityType webServiceSecurity
protected java.lang.String id
public java.lang.String getEjbName()
getEjbName
in interface EnterpriseBean
String
public void setEjbName(java.lang.String value)
setEjbName
in interface EnterpriseBean
value
- allowed object is
String
public java.util.List<java.lang.String> getJndiName()
set
method for the jndiName property.
For example, to add a new item, do as follows:
getJndiName().add(newItem);Objects of the following type(s) are allowed in the list
String
getJndiName
in interface EnterpriseBean
getJndiName
in interface RpcBean
public java.util.List<java.lang.String> getLocalJndiName()
set
method for the localJndiName property.
For example, to add a new item, do as follows:
getLocalJndiName().add(newItem);Objects of the following type(s) are allowed in the list
String
getLocalJndiName
in interface EnterpriseBean
getLocalJndiName
in interface RpcBean
public java.util.List<Jndi> getJndi()
getJndi
in interface EnterpriseBean
public java.lang.Integer getCacheSize()
Integer
public void setCacheSize(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getTssLink()
getTssLink
in interface RpcBean
String
public void setTssLink(java.lang.String value)
setTssLink
in interface RpcBean
value
- allowed object is
String
public PatternType getTss()
getTss
in interface RpcBean
PatternType
public void setTss(PatternType value)
setTss
in interface RpcBean
value
- allowed object is
PatternType
public java.util.List<<any>> getAbstractNamingEntry()
getAbstractNamingEntry
in interface EnterpriseBean
public java.util.List<PersistenceContextRefType> getPersistenceContextRef()
getPersistenceContextRef
in interface EnterpriseBean
public java.util.List<PersistenceUnitRefType> getPersistenceUnitRef()
getPersistenceUnitRef
in interface EnterpriseBean
public java.util.List<EjbRefType> getEjbRef()
getEjbRef
in interface EnterpriseBean
public java.util.List<EjbLocalRefType> getEjbLocalRef()
getEjbLocalRef
in interface EnterpriseBean
public java.util.List<ServiceRefType> getServiceRef()
getServiceRef
in interface EnterpriseBean
public java.util.List<ResourceRefType> getResourceRef()
getResourceRef
in interface EnterpriseBean
public java.util.List<ResourceEnvRefType> getResourceEnvRef()
getResourceEnvRef
in interface EnterpriseBean
public java.lang.String getWebServiceAddress()
String
public void setWebServiceAddress(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.String> getWebServiceVirtualHost()
set
method for the webServiceVirtualHost property.
For example, to add a new item, do as follows:
getWebServiceVirtualHost().add(newItem);Objects of the following type(s) are allowed in the list
String
public WebServiceSecurityType getWebServiceSecurity()
WebServiceSecurityType
public void setWebServiceSecurity(WebServiceSecurityType value)
value
- allowed object is
WebServiceSecurityType
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String
public java.util.Properties getProperties()
getProperties
in interface EnterpriseBean