|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.jee.oejb2.OpenejbJarType
public class OpenejbJarType
Java class for openejb-jarType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="openejb-jarType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://geronimo.apache.org/xml/ns/deployment-1.2}environment" minOccurs="0"/>
<element ref="{http://geronimo.apache.org/xml/ns/naming-1.2}cmp-connection-factory" minOccurs="0"/>
<element name="ejb-ql-compiler-factory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="db-syntax-factory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="enforce-foreign-key-constraints" type="{http://geronimo.apache.org/xml/ns/deployment-1.2}emptyType" minOccurs="0"/>
<element name="enterprise-beans">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="session" type="{http://openejb.apache.org/xml/ns/openejb-jar-2.2}session-beanType"/>
<element name="entity" type="{http://openejb.apache.org/xml/ns/openejb-jar-2.2}entity-beanType"/>
<element name="message-driven" type="{http://openejb.apache.org/xml/ns/openejb-jar-2.2}message-driven-beanType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="relationships" type="{http://openejb.apache.org/xml/ns/openejb-jar-2.2}relationshipsType" minOccurs="0"/>
<element ref="{http://geronimo.apache.org/xml/ns/naming-1.2}message-destination" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}security" minOccurs="0"/>
<element ref="{http://geronimo.apache.org/xml/ns/deployment-1.2}service" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ResourceLocatorType |
cmpConnectionFactory
|
protected java.lang.String |
dbSyntaxFactory
|
protected java.lang.String |
ejbQlCompilerFactory
|
protected java.util.List<EjbRelationType> |
ejbRelation
|
protected EmptyType |
enforceForeignKeyConstraints
|
protected java.util.List<EnterpriseBean> |
enterpriseBeans
|
protected EnvironmentType |
environment
|
protected java.util.List<MessageDestinationType> |
messageDestination
|
protected java.util.List<Persistence> |
persistence
|
protected java.util.Properties |
properties
|
protected javax.xml.bind.JAXBElement<? extends AbstractSecurityType> |
security
|
protected java.util.List<javax.xml.bind.JAXBElement<? extends AbstractServiceType>> |
service
|
| Constructor Summary | |
|---|---|
OpenejbJarType()
|
|
| Method Summary | |
|---|---|
ResourceLocatorType |
getCmpConnectionFactory()
Gets the value of the cmpConnectionFactory property. |
java.lang.String |
getDbSyntaxFactory()
Gets the value of the dbSyntaxFactory property. |
java.lang.String |
getEjbQlCompilerFactory()
Gets the value of the ejbQlCompilerFactory property. |
java.util.List<EjbRelationType> |
getEjbRelation()
|
java.util.List<EnterpriseBean> |
getEnterpriseBeans()
|
EnvironmentType |
getEnvironment()
Gets the value of the environment property. |
java.util.List<MessageDestinationType> |
getMessageDestination()
|
java.util.List<Persistence> |
getPersistence()
|
java.util.Properties |
getProperties()
|
javax.xml.bind.JAXBElement<? extends AbstractSecurityType> |
getSecurity()
|
java.util.List<javax.xml.bind.JAXBElement<? extends AbstractServiceType>> |
getService()
|
boolean |
isEnforceForeignKeyConstraints()
|
void |
setCmpConnectionFactory(ResourceLocatorType value)
Sets the value of the cmpConnectionFactory property. |
void |
setDbSyntaxFactory(java.lang.String value)
|
void |
setEjbQlCompilerFactory(java.lang.String value)
Sets the value of the ejbQlCompilerFactory property. |
void |
setEjbRelation(java.util.List<EjbRelationType> ejbRelation)
|
void |
setEnforceForeignKeyConstraints(boolean value)
|
void |
setEnvironment(EnvironmentType value)
Sets the value of the environment property. |
void |
setSecurity(javax.xml.bind.JAXBElement<? extends AbstractSecurityType> security)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Properties properties
protected EnvironmentType environment
protected ResourceLocatorType cmpConnectionFactory
protected java.lang.String ejbQlCompilerFactory
protected java.lang.String dbSyntaxFactory
protected EmptyType enforceForeignKeyConstraints
protected java.util.List<EnterpriseBean> enterpriseBeans
protected java.util.List<EjbRelationType> ejbRelation
protected java.util.List<MessageDestinationType> messageDestination
protected javax.xml.bind.JAXBElement<? extends AbstractSecurityType> security
protected java.util.List<javax.xml.bind.JAXBElement<? extends AbstractServiceType>> service
protected java.util.List<Persistence> persistence
| Constructor Detail |
|---|
public OpenejbJarType()
| Method Detail |
|---|
public EnvironmentType getEnvironment()
EnvironmentTypepublic void setEnvironment(EnvironmentType value)
value - allowed object is
EnvironmentTypepublic ResourceLocatorType getCmpConnectionFactory()
ResourceLocatorTypepublic void setCmpConnectionFactory(ResourceLocatorType value)
value - allowed object is
ResourceLocatorTypepublic java.lang.String getEjbQlCompilerFactory()
Stringpublic void setEjbQlCompilerFactory(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDbSyntaxFactory()
Stringpublic void setDbSyntaxFactory(java.lang.String value)
public boolean isEnforceForeignKeyConstraints()
public void setEnforceForeignKeyConstraints(boolean value)
public java.util.List<EnterpriseBean> getEnterpriseBeans()
public java.util.List<EjbRelationType> getEjbRelation()
public void setEjbRelation(java.util.List<EjbRelationType> ejbRelation)
public java.util.List<MessageDestinationType> getMessageDestination()
public javax.xml.bind.JAXBElement<? extends AbstractSecurityType> getSecurity()
public void setSecurity(javax.xml.bind.JAXBElement<? extends AbstractSecurityType> security)
public java.util.List<javax.xml.bind.JAXBElement<? extends AbstractServiceType>> getService()
public java.util.List<Persistence> getPersistence()
public java.util.Properties getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||