public class EntityBeanType
extends java.lang.Object
Java class for entity-beanType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entity-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="ejb-class" type="{http://java.sun.com/xml/ns/javaee}ejb-classType"/>
<element name="persistence-type" type="{http://java.sun.com/xml/ns/javaee}persistence-typeType"/>
<element name="prim-key-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/>
<element name="reentrant" type="{http://java.sun.com/xml/ns/javaee}true-falseType"/>
<element name="cmp-version" type="{http://java.sun.com/xml/ns/javaee}cmp-versionType" minOccurs="0"/>
<element name="abstract-schema-name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType" minOccurs="0"/>
<element name="cmp-field" type="{http://java.sun.com/xml/ns/javaee}cmp-fieldType" maxOccurs="unbounded" minOccurs="0"/>
<element name="primkey-field" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
<group ref="{http://java.sun.com/xml/ns/javaee}jndiEnvironmentRefsGroup"/>
<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"/>
<element name="query" type="{http://java.sun.com/xml/ns/javaee}queryType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EntityBeanType() |
| Modifier and Type | Method and Description |
|---|---|
JavaIdentifierType |
getAbstractSchemaName()
Gets the value of the abstractSchemaName property.
|
java.util.List<CmpFieldType> |
getCmpField()
Gets the value of the cmpField property.
|
CmpVersionType |
getCmpVersion()
Gets the value of the cmpVersion property.
|
java.util.List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
java.util.List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
EjbClassType |
getEjbClass()
Gets the value of the ejbClass property.
|
java.util.List<EjbLocalRefType> |
getEjbLocalRef()
Gets the value of the ejbLocalRef property.
|
EjbNameType |
getEjbName()
Gets the value of the ejbName property.
|
java.util.List<EjbRefType> |
getEjbRef()
Gets the value of the ejbRef property.
|
java.util.List<EnvEntryType> |
getEnvEntry()
Gets the value of the envEntry property.
|
HomeType |
getHome()
Gets the value of the home property.
|
java.util.List<IconType> |
getIcon()
Gets the value of the icon property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
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.
|
java.util.List<MessageDestinationRefType> |
getMessageDestinationRef()
Gets the value of the messageDestinationRef property.
|
java.util.List<PersistenceContextRefType> |
getPersistenceContextRef()
Gets the value of the persistenceContextRef property.
|
PersistenceTypeType |
getPersistenceType()
Gets the value of the persistenceType property.
|
java.util.List<PersistenceUnitRefType> |
getPersistenceUnitRef()
Gets the value of the persistenceUnitRef property.
|
java.util.List<LifecycleCallbackType> |
getPostConstruct()
Gets the value of the postConstruct property.
|
java.util.List<LifecycleCallbackType> |
getPreDestroy()
Gets the value of the preDestroy property.
|
FullyQualifiedClassType |
getPrimKeyClass()
Gets the value of the primKeyClass property.
|
String |
getPrimkeyField()
Gets the value of the primkeyField property.
|
java.util.List<QueryType> |
getQuery()
Gets the value of the query property.
|
TrueFalseType |
getReentrant()
Gets the value of the reentrant property.
|
RemoteType |
getRemote()
Gets the value of the remote property.
|
java.util.List<ResourceEnvRefType> |
getResourceEnvRef()
Gets the value of the resourceEnvRef property.
|
java.util.List<ResourceRefType> |
getResourceRef()
Gets the value of the resourceRef property.
|
SecurityIdentityType |
getSecurityIdentity()
Gets the value of the securityIdentity property.
|
java.util.List<SecurityRoleRefType> |
getSecurityRoleRef()
Gets the value of the securityRoleRef property.
|
java.util.List<ServiceRefType> |
getServiceRef()
Gets the value of the serviceRef property.
|
void |
setAbstractSchemaName(JavaIdentifierType value)
Sets the value of the abstractSchemaName property.
|
void |
setCmpVersion(CmpVersionType value)
Sets the value of the cmpVersion property.
|
void |
setEjbClass(EjbClassType value)
Sets the value of the ejbClass property.
|
void |
setEjbName(EjbNameType value)
Sets the value of the ejbName property.
|
void |
setHome(HomeType value)
Sets the value of the home property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
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.
|
void |
setPersistenceType(PersistenceTypeType value)
Sets the value of the persistenceType property.
|
void |
setPrimKeyClass(FullyQualifiedClassType value)
Sets the value of the primKeyClass property.
|
void |
setPrimkeyField(String value)
Sets the value of the primkeyField property.
|
void |
setReentrant(TrueFalseType value)
Sets the value of the reentrant property.
|
void |
setRemote(RemoteType value)
Sets the value of the remote property.
|
void |
setSecurityIdentity(SecurityIdentityType value)
Sets the value of the securityIdentity property.
|
protected java.util.List<DescriptionType> description
protected java.util.List<DisplayNameType> displayName
protected java.util.List<IconType> icon
protected EjbNameType ejbName
protected XsdStringType mappedName
protected HomeType home
protected RemoteType remote
protected LocalHomeType localHome
protected LocalType local
protected EjbClassType ejbClass
protected PersistenceTypeType persistenceType
protected FullyQualifiedClassType primKeyClass
protected TrueFalseType reentrant
protected CmpVersionType cmpVersion
protected JavaIdentifierType abstractSchemaName
protected java.util.List<CmpFieldType> cmpField
protected String primkeyField
protected java.util.List<EnvEntryType> envEntry
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.util.List<MessageDestinationRefType> messageDestinationRef
protected java.util.List<PersistenceContextRefType> persistenceContextRef
protected java.util.List<PersistenceUnitRefType> persistenceUnitRef
protected java.util.List<LifecycleCallbackType> postConstruct
protected java.util.List<LifecycleCallbackType> preDestroy
protected java.util.List<SecurityRoleRefType> securityRoleRef
protected SecurityIdentityType securityIdentity
protected java.util.List<QueryType> query
protected java.lang.String id
public java.util.List<DescriptionType> getDescription()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
public java.util.List<DisplayNameType> getDisplayName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
public java.util.List<IconType> getIcon()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
public EjbNameType getEjbName()
EjbNameTypepublic void setEjbName(EjbNameType value)
value - allowed object is
EjbNameTypepublic XsdStringType getMappedName()
XsdStringTypepublic void setMappedName(XsdStringType value)
value - allowed object is
XsdStringTypepublic HomeType getHome()
HomeTypepublic void setHome(HomeType value)
value - allowed object is
HomeTypepublic RemoteType getRemote()
RemoteTypepublic void setRemote(RemoteType value)
value - allowed object is
RemoteTypepublic LocalHomeType getLocalHome()
LocalHomeTypepublic void setLocalHome(LocalHomeType value)
value - allowed object is
LocalHomeTypepublic LocalType getLocal()
LocalTypepublic void setLocal(LocalType value)
value - allowed object is
LocalTypepublic EjbClassType getEjbClass()
EjbClassTypepublic void setEjbClass(EjbClassType value)
value - allowed object is
EjbClassTypepublic PersistenceTypeType getPersistenceType()
PersistenceTypeTypepublic void setPersistenceType(PersistenceTypeType value)
value - allowed object is
PersistenceTypeTypepublic FullyQualifiedClassType getPrimKeyClass()
FullyQualifiedClassTypepublic void setPrimKeyClass(FullyQualifiedClassType value)
value - allowed object is
FullyQualifiedClassTypepublic TrueFalseType getReentrant()
TrueFalseTypepublic void setReentrant(TrueFalseType value)
value - allowed object is
TrueFalseTypepublic CmpVersionType getCmpVersion()
CmpVersionTypepublic void setCmpVersion(CmpVersionType value)
value - allowed object is
CmpVersionTypepublic JavaIdentifierType getAbstractSchemaName()
JavaIdentifierTypepublic void setAbstractSchemaName(JavaIdentifierType value)
value - allowed object is
JavaIdentifierTypepublic java.util.List<CmpFieldType> getCmpField()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cmpField property.
For example, to add a new item, do as follows:
getCmpField().add(newItem);
Objects of the following type(s) are allowed in the list
CmpFieldType
public String getPrimkeyField()
Stringpublic void setPrimkeyField(String value)
value - allowed object is
Stringpublic java.util.List<EnvEntryType> getEnvEntry()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the envEntry property.
For example, to add a new item, do as follows:
getEnvEntry().add(newItem);
Objects of the following type(s) are allowed in the list
EnvEntryType
public java.util.List<EjbRefType> getEjbRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ejbRef property.
For example, to add a new item, do as follows:
getEjbRef().add(newItem);
Objects of the following type(s) are allowed in the list
EjbRefType
public java.util.List<EjbLocalRefType> getEjbLocalRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ejbLocalRef property.
For example, to add a new item, do as follows:
getEjbLocalRef().add(newItem);
Objects of the following type(s) are allowed in the list
EjbLocalRefType
public java.util.List<ServiceRefType> getServiceRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the serviceRef property.
For example, to add a new item, do as follows:
getServiceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceRefType
public java.util.List<ResourceRefType> getResourceRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resourceRef property.
For example, to add a new item, do as follows:
getResourceRef().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceRefType
public java.util.List<ResourceEnvRefType> getResourceEnvRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the resourceEnvRef property.
For example, to add a new item, do as follows:
getResourceEnvRef().add(newItem);
Objects of the following type(s) are allowed in the list
ResourceEnvRefType
public java.util.List<MessageDestinationRefType> getMessageDestinationRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the messageDestinationRef property.
For example, to add a new item, do as follows:
getMessageDestinationRef().add(newItem);
Objects of the following type(s) are allowed in the list
MessageDestinationRefType
public java.util.List<PersistenceContextRefType> getPersistenceContextRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the persistenceContextRef property.
For example, to add a new item, do as follows:
getPersistenceContextRef().add(newItem);
Objects of the following type(s) are allowed in the list
PersistenceContextRefType
public java.util.List<PersistenceUnitRefType> getPersistenceUnitRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the persistenceUnitRef property.
For example, to add a new item, do as follows:
getPersistenceUnitRef().add(newItem);
Objects of the following type(s) are allowed in the list
PersistenceUnitRefType
public java.util.List<LifecycleCallbackType> getPostConstruct()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the postConstruct property.
For example, to add a new item, do as follows:
getPostConstruct().add(newItem);
Objects of the following type(s) are allowed in the list
LifecycleCallbackType
public java.util.List<LifecycleCallbackType> getPreDestroy()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the preDestroy property.
For example, to add a new item, do as follows:
getPreDestroy().add(newItem);
Objects of the following type(s) are allowed in the list
LifecycleCallbackType
public java.util.List<SecurityRoleRefType> getSecurityRoleRef()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the securityRoleRef property.
For example, to add a new item, do as follows:
getSecurityRoleRef().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityRoleRefType
public SecurityIdentityType getSecurityIdentity()
SecurityIdentityTypepublic void setSecurityIdentity(SecurityIdentityType value)
value - allowed object is
SecurityIdentityTypepublic java.util.List<QueryType> getQuery()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the query property.
For example, to add a new item, do as follows:
getQuery().add(newItem);
Objects of the following type(s) are allowed in the list
QueryType
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String