org.openejb.xbeans.ejbjar
Interface OpenejbOpenejbJarType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
OpenejbOpenejbJarTypeImpl

public interface OpenejbOpenejbJarType
extends org.apache.xmlbeans.XmlObject

An XML openejb-jarType(@http://www.openejb.org/xml/ns/openejb-jar-2.1). This is a complex type.


Nested Class Summary
static interface OpenejbOpenejbJarType.EnterpriseBeans
          An XML enterprise-beans(@http://www.openejb.org/xml/ns/openejb-jar-2.1).
static class OpenejbOpenejbJarType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType addNewCmpConnectionFactory()
          Appends and returns a new empty "cmp-connection-factory" element
 OpenejbEmptyType addNewEnforceForeignKeyConstraints()
          Appends and returns a new empty "enforce-foreign-key-constraints" element
 OpenejbOpenejbJarType.EnterpriseBeans addNewEnterpriseBeans()
          Appends and returns a new empty "enterprise-beans" element
 org.apache.geronimo.deployment.xbeans.EnvironmentType addNewEnvironment()
          Appends and returns a new empty "environment" element
 org.apache.geronimo.deployment.xbeans.GbeanType addNewGbean()
          Appends and returns a new empty value (as xml) as the last "gbean" element
 org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType addNewMessageDestination()
          Appends and returns a new empty value (as xml) as the last "message-destination" element
 OpenejbRelationshipsType addNewRelationships()
          Appends and returns a new empty "relationships" element
 org.apache.geronimo.xbeans.geronimo.security.GerSecurityType addNewSecurity()
          Appends and returns a new empty "security" element
 org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType getCmpConnectionFactory()
          Gets the "cmp-connection-factory" element
 String getDbSyntaxFactory()
          Gets the "db-syntax-factory" element
 String getEjbQlCompilerFactory()
          Gets the "ejb-ql-compiler-factory" element
 OpenejbEmptyType getEnforceForeignKeyConstraints()
          Gets the "enforce-foreign-key-constraints" element
 OpenejbOpenejbJarType.EnterpriseBeans getEnterpriseBeans()
          Gets the "enterprise-beans" element
 org.apache.geronimo.deployment.xbeans.EnvironmentType getEnvironment()
          Gets the "environment" element
 org.apache.geronimo.deployment.xbeans.GbeanType[] getGbeanArray()
          Gets array of all "gbean" elements
 org.apache.geronimo.deployment.xbeans.GbeanType getGbeanArray(int i)
          Gets ith "gbean" element
 org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType[] getMessageDestinationArray()
          Gets array of all "message-destination" elements
 org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType getMessageDestinationArray(int i)
          Gets ith "message-destination" element
 OpenejbRelationshipsType getRelationships()
          Gets the "relationships" element
 org.apache.geronimo.xbeans.geronimo.security.GerSecurityType getSecurity()
          Gets the "security" element
 org.apache.geronimo.deployment.xbeans.GbeanType insertNewGbean(int i)
          Inserts and returns a new empty value (as xml) as the ith "gbean" element
 org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType insertNewMessageDestination(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination" element
 boolean isSetCmpConnectionFactory()
          True if has "cmp-connection-factory" element
 boolean isSetDbSyntaxFactory()
          True if has "db-syntax-factory" element
 boolean isSetEjbQlCompilerFactory()
          True if has "ejb-ql-compiler-factory" element
 boolean isSetEnforceForeignKeyConstraints()
          True if has "enforce-foreign-key-constraints" element
 boolean isSetEnvironment()
          True if has "environment" element
 boolean isSetRelationships()
          True if has "relationships" element
 boolean isSetSecurity()
          True if has "security" element
 void removeGbean(int i)
          Removes the ith "gbean" element
 void removeMessageDestination(int i)
          Removes the ith "message-destination" element
 void setCmpConnectionFactory(org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType cmpConnectionFactory)
          Sets the "cmp-connection-factory" element
 void setDbSyntaxFactory(String dbSyntaxFactory)
          Sets the "db-syntax-factory" element
 void setEjbQlCompilerFactory(String ejbQlCompilerFactory)
          Sets the "ejb-ql-compiler-factory" element
 void setEnforceForeignKeyConstraints(OpenejbEmptyType enforceForeignKeyConstraints)
          Sets the "enforce-foreign-key-constraints" element
 void setEnterpriseBeans(OpenejbOpenejbJarType.EnterpriseBeans enterpriseBeans)
          Sets the "enterprise-beans" element
 void setEnvironment(org.apache.geronimo.deployment.xbeans.EnvironmentType environment)
          Sets the "environment" element
 void setGbeanArray(org.apache.geronimo.deployment.xbeans.GbeanType[] gbeanArray)
          Sets array of all "gbean" element
 void setGbeanArray(int i, org.apache.geronimo.deployment.xbeans.GbeanType gbean)
          Sets ith "gbean" element
 void setMessageDestinationArray(org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType[] messageDestinationArray)
          Sets array of all "message-destination" element
 void setMessageDestinationArray(int i, org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType messageDestination)
          Sets ith "message-destination" element
 void setRelationships(OpenejbRelationshipsType relationships)
          Sets the "relationships" element
 void setSecurity(org.apache.geronimo.xbeans.geronimo.security.GerSecurityType security)
          Sets the "security" element
 int sizeOfGbeanArray()
          Returns number of "gbean" element
 int sizeOfMessageDestinationArray()
          Returns number of "message-destination" element
 void unsetCmpConnectionFactory()
          Unsets the "cmp-connection-factory" element
 void unsetDbSyntaxFactory()
          Unsets the "db-syntax-factory" element
 void unsetEjbQlCompilerFactory()
          Unsets the "ejb-ql-compiler-factory" element
 void unsetEnforceForeignKeyConstraints()
          Unsets the "enforce-foreign-key-constraints" element
 void unsetEnvironment()
          Unsets the "environment" element
 void unsetRelationships()
          Unsets the "relationships" element
 void unsetSecurity()
          Unsets the "security" element
 org.apache.xmlbeans.XmlString xgetDbSyntaxFactory()
          Gets (as xml) the "db-syntax-factory" element
 org.apache.xmlbeans.XmlString xgetEjbQlCompilerFactory()
          Gets (as xml) the "ejb-ql-compiler-factory" element
 void xsetDbSyntaxFactory(org.apache.xmlbeans.XmlString dbSyntaxFactory)
          Sets (as xml) the "db-syntax-factory" element
 void xsetEjbQlCompilerFactory(org.apache.xmlbeans.XmlString ejbQlCompilerFactory)
          Sets (as xml) the "ejb-ql-compiler-factory" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getEnvironment

public org.apache.geronimo.deployment.xbeans.EnvironmentType getEnvironment()
Gets the "environment" element


isSetEnvironment

public boolean isSetEnvironment()
True if has "environment" element


setEnvironment

public void setEnvironment(org.apache.geronimo.deployment.xbeans.EnvironmentType environment)
Sets the "environment" element


addNewEnvironment

public org.apache.geronimo.deployment.xbeans.EnvironmentType addNewEnvironment()
Appends and returns a new empty "environment" element


unsetEnvironment

public void unsetEnvironment()
Unsets the "environment" element


getCmpConnectionFactory

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType getCmpConnectionFactory()
Gets the "cmp-connection-factory" element


isSetCmpConnectionFactory

public boolean isSetCmpConnectionFactory()
True if has "cmp-connection-factory" element


setCmpConnectionFactory

public void setCmpConnectionFactory(org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType cmpConnectionFactory)
Sets the "cmp-connection-factory" element


addNewCmpConnectionFactory

public org.apache.geronimo.xbeans.geronimo.naming.GerResourceLocatorType addNewCmpConnectionFactory()
Appends and returns a new empty "cmp-connection-factory" element


unsetCmpConnectionFactory

public void unsetCmpConnectionFactory()
Unsets the "cmp-connection-factory" element


getEjbQlCompilerFactory

public String getEjbQlCompilerFactory()
Gets the "ejb-ql-compiler-factory" element


xgetEjbQlCompilerFactory

public org.apache.xmlbeans.XmlString xgetEjbQlCompilerFactory()
Gets (as xml) the "ejb-ql-compiler-factory" element


isSetEjbQlCompilerFactory

public boolean isSetEjbQlCompilerFactory()
True if has "ejb-ql-compiler-factory" element


setEjbQlCompilerFactory

public void setEjbQlCompilerFactory(String ejbQlCompilerFactory)
Sets the "ejb-ql-compiler-factory" element


xsetEjbQlCompilerFactory

public void xsetEjbQlCompilerFactory(org.apache.xmlbeans.XmlString ejbQlCompilerFactory)
Sets (as xml) the "ejb-ql-compiler-factory" element


unsetEjbQlCompilerFactory

public void unsetEjbQlCompilerFactory()
Unsets the "ejb-ql-compiler-factory" element


getDbSyntaxFactory

public String getDbSyntaxFactory()
Gets the "db-syntax-factory" element


xgetDbSyntaxFactory

public org.apache.xmlbeans.XmlString xgetDbSyntaxFactory()
Gets (as xml) the "db-syntax-factory" element


isSetDbSyntaxFactory

public boolean isSetDbSyntaxFactory()
True if has "db-syntax-factory" element


setDbSyntaxFactory

public void setDbSyntaxFactory(String dbSyntaxFactory)
Sets the "db-syntax-factory" element


xsetDbSyntaxFactory

public void xsetDbSyntaxFactory(org.apache.xmlbeans.XmlString dbSyntaxFactory)
Sets (as xml) the "db-syntax-factory" element


unsetDbSyntaxFactory

public void unsetDbSyntaxFactory()
Unsets the "db-syntax-factory" element


getEnforceForeignKeyConstraints

public OpenejbEmptyType getEnforceForeignKeyConstraints()
Gets the "enforce-foreign-key-constraints" element


isSetEnforceForeignKeyConstraints

public boolean isSetEnforceForeignKeyConstraints()
True if has "enforce-foreign-key-constraints" element


setEnforceForeignKeyConstraints

public void setEnforceForeignKeyConstraints(OpenejbEmptyType enforceForeignKeyConstraints)
Sets the "enforce-foreign-key-constraints" element


addNewEnforceForeignKeyConstraints

public OpenejbEmptyType addNewEnforceForeignKeyConstraints()
Appends and returns a new empty "enforce-foreign-key-constraints" element


unsetEnforceForeignKeyConstraints

public void unsetEnforceForeignKeyConstraints()
Unsets the "enforce-foreign-key-constraints" element


getEnterpriseBeans

public OpenejbOpenejbJarType.EnterpriseBeans getEnterpriseBeans()
Gets the "enterprise-beans" element


setEnterpriseBeans

public void setEnterpriseBeans(OpenejbOpenejbJarType.EnterpriseBeans enterpriseBeans)
Sets the "enterprise-beans" element


addNewEnterpriseBeans

public OpenejbOpenejbJarType.EnterpriseBeans addNewEnterpriseBeans()
Appends and returns a new empty "enterprise-beans" element


getRelationships

public OpenejbRelationshipsType getRelationships()
Gets the "relationships" element


isSetRelationships

public boolean isSetRelationships()
True if has "relationships" element


setRelationships

public void setRelationships(OpenejbRelationshipsType relationships)
Sets the "relationships" element


addNewRelationships

public OpenejbRelationshipsType addNewRelationships()
Appends and returns a new empty "relationships" element


unsetRelationships

public void unsetRelationships()
Unsets the "relationships" element


getMessageDestinationArray

public org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType[] getMessageDestinationArray()
Gets array of all "message-destination" elements


getMessageDestinationArray

public org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType getMessageDestinationArray(int i)
Gets ith "message-destination" element


sizeOfMessageDestinationArray

public int sizeOfMessageDestinationArray()
Returns number of "message-destination" element


setMessageDestinationArray

public void setMessageDestinationArray(org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType[] messageDestinationArray)
Sets array of all "message-destination" element


setMessageDestinationArray

public void setMessageDestinationArray(int i,
                                       org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType messageDestination)
Sets ith "message-destination" element


insertNewMessageDestination

public org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType insertNewMessageDestination(int i)
Inserts and returns a new empty value (as xml) as the ith "message-destination" element


addNewMessageDestination

public org.apache.geronimo.xbeans.geronimo.naming.GerMessageDestinationType addNewMessageDestination()
Appends and returns a new empty value (as xml) as the last "message-destination" element


removeMessageDestination

public void removeMessageDestination(int i)
Removes the ith "message-destination" element


getSecurity

public org.apache.geronimo.xbeans.geronimo.security.GerSecurityType getSecurity()
Gets the "security" element


isSetSecurity

public boolean isSetSecurity()
True if has "security" element


setSecurity

public void setSecurity(org.apache.geronimo.xbeans.geronimo.security.GerSecurityType security)
Sets the "security" element


addNewSecurity

public org.apache.geronimo.xbeans.geronimo.security.GerSecurityType addNewSecurity()
Appends and returns a new empty "security" element


unsetSecurity

public void unsetSecurity()
Unsets the "security" element


getGbeanArray

public org.apache.geronimo.deployment.xbeans.GbeanType[] getGbeanArray()
Gets array of all "gbean" elements


getGbeanArray

public org.apache.geronimo.deployment.xbeans.GbeanType getGbeanArray(int i)
Gets ith "gbean" element


sizeOfGbeanArray

public int sizeOfGbeanArray()
Returns number of "gbean" element


setGbeanArray

public void setGbeanArray(org.apache.geronimo.deployment.xbeans.GbeanType[] gbeanArray)
Sets array of all "gbean" element


setGbeanArray

public void setGbeanArray(int i,
                          org.apache.geronimo.deployment.xbeans.GbeanType gbean)
Sets ith "gbean" element


insertNewGbean

public org.apache.geronimo.deployment.xbeans.GbeanType insertNewGbean(int i)
Inserts and returns a new empty value (as xml) as the ith "gbean" element


addNewGbean

public org.apache.geronimo.deployment.xbeans.GbeanType addNewGbean()
Appends and returns a new empty value (as xml) as the last "gbean" element


removeGbean

public void removeGbean(int i)
Removes the ith "gbean" element



Copyright © 1999-2006 OpenEJB. All Rights Reserved.