public class OpenejbJarType extends Object
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://tomee.apache.org/xml/ns/openejb-jar-2.2}session-beanType"/>
<element name="entity" type="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}entity-beanType"/>
<element name="message-driven" type="{http://tomee.apache.org/xml/ns/openejb-jar-2.2}message-driven-beanType"/>
</choice>
</restriction>
</complexContent>
</complexType>
</element>
<element name="relationships" type="{http://tomee.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>
| Modifier and Type | Field and Description |
|---|---|
protected ResourceLocatorType |
cmpConnectionFactory |
protected String |
dbSyntaxFactory |
protected String |
ejbQlCompilerFactory |
protected List<EjbRelationType> |
ejbRelation |
protected EmptyType |
enforceForeignKeyConstraints |
protected List<EnterpriseBean> |
enterpriseBeans |
protected EnvironmentType |
environment |
protected List<MessageDestinationType> |
messageDestination |
protected List<Persistence> |
persistence |
protected Properties |
properties |
protected JAXBElement<? extends AbstractSecurityType> |
security |
protected List<JAXBElement<? extends AbstractServiceType>> |
service |
| Constructor and Description |
|---|
OpenejbJarType() |
protected Properties properties
protected EnvironmentType environment
protected ResourceLocatorType cmpConnectionFactory
protected String ejbQlCompilerFactory
protected String dbSyntaxFactory
protected EmptyType enforceForeignKeyConstraints
protected List<EnterpriseBean> enterpriseBeans
protected List<EjbRelationType> ejbRelation
protected List<MessageDestinationType> messageDestination
protected JAXBElement<? extends AbstractSecurityType> security
protected List<JAXBElement<? extends AbstractServiceType>> service
protected List<Persistence> persistence
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 String getEjbQlCompilerFactory()
Stringpublic void setEjbQlCompilerFactory(String value)
value - allowed object is
Stringpublic String getDbSyntaxFactory()
Stringpublic void setDbSyntaxFactory(String value)
public boolean isEnforceForeignKeyConstraints()
public void setEnforceForeignKeyConstraints(boolean value)
public List<EnterpriseBean> getEnterpriseBeans()
public List<EjbRelationType> getEjbRelation()
public void setEjbRelation(List<EjbRelationType> ejbRelation)
public List<MessageDestinationType> getMessageDestination()
public JAXBElement<? extends AbstractSecurityType> getSecurity()
public void setSecurity(JAXBElement<? extends AbstractSecurityType> security)
public List<JAXBElement<? extends AbstractServiceType>> getService()
public List<Persistence> getPersistence()
public Properties getProperties()
Copyright © 1999–2017 The Apache Software Foundation. All rights reserved.