org.openejb.xbeans.ejbjar.impl
Class OpenejbOpenejbJarTypeImpl

java.lang.Object
  extended byorg.apache.xmlbeans.impl.values.XmlObjectBase
      extended byorg.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended byorg.openejb.xbeans.ejbjar.impl.OpenejbOpenejbJarTypeImpl
All Implemented Interfaces:
OpenejbOpenejbJarType, Serializable, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public class OpenejbOpenejbJarTypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements OpenejbOpenejbJarType

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

See Also:
Serialized Form

Nested Class Summary
static class OpenejbOpenejbJarTypeImpl.EnterpriseBeansImpl
          An XML enterprise-beans(@http://www.openejb.org/xml/ns/openejb-jar-2.1).
 
Nested classes inherited from class org.openejb.xbeans.ejbjar.OpenejbOpenejbJarType
OpenejbOpenejbJarType.EnterpriseBeans, OpenejbOpenejbJarType.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.openejb.xbeans.ejbjar.OpenejbOpenejbJarType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
OpenejbOpenejbJarTypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

OpenejbOpenejbJarTypeImpl

public OpenejbOpenejbJarTypeImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getEnvironment

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

Specified by:
getEnvironment in interface OpenejbOpenejbJarType

isSetEnvironment

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

Specified by:
isSetEnvironment in interface OpenejbOpenejbJarType

setEnvironment

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

Specified by:
setEnvironment in interface OpenejbOpenejbJarType

addNewEnvironment

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

Specified by:
addNewEnvironment in interface OpenejbOpenejbJarType

unsetEnvironment

public void unsetEnvironment()
Unsets the "environment" element

Specified by:
unsetEnvironment in interface OpenejbOpenejbJarType

getCmpConnectionFactory

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

Specified by:
getCmpConnectionFactory in interface OpenejbOpenejbJarType

isSetCmpConnectionFactory

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

Specified by:
isSetCmpConnectionFactory in interface OpenejbOpenejbJarType

setCmpConnectionFactory

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

Specified by:
setCmpConnectionFactory in interface OpenejbOpenejbJarType

addNewCmpConnectionFactory

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

Specified by:
addNewCmpConnectionFactory in interface OpenejbOpenejbJarType

unsetCmpConnectionFactory

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

Specified by:
unsetCmpConnectionFactory in interface OpenejbOpenejbJarType

getEjbQlCompilerFactory

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

Specified by:
getEjbQlCompilerFactory in interface OpenejbOpenejbJarType

xgetEjbQlCompilerFactory

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

Specified by:
xgetEjbQlCompilerFactory in interface OpenejbOpenejbJarType

isSetEjbQlCompilerFactory

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

Specified by:
isSetEjbQlCompilerFactory in interface OpenejbOpenejbJarType

setEjbQlCompilerFactory

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

Specified by:
setEjbQlCompilerFactory in interface OpenejbOpenejbJarType

xsetEjbQlCompilerFactory

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

Specified by:
xsetEjbQlCompilerFactory in interface OpenejbOpenejbJarType

unsetEjbQlCompilerFactory

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

Specified by:
unsetEjbQlCompilerFactory in interface OpenejbOpenejbJarType

getDbSyntaxFactory

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

Specified by:
getDbSyntaxFactory in interface OpenejbOpenejbJarType

xgetDbSyntaxFactory

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

Specified by:
xgetDbSyntaxFactory in interface OpenejbOpenejbJarType

isSetDbSyntaxFactory

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

Specified by:
isSetDbSyntaxFactory in interface OpenejbOpenejbJarType

setDbSyntaxFactory

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

Specified by:
setDbSyntaxFactory in interface OpenejbOpenejbJarType

xsetDbSyntaxFactory

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

Specified by:
xsetDbSyntaxFactory in interface OpenejbOpenejbJarType

unsetDbSyntaxFactory

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

Specified by:
unsetDbSyntaxFactory in interface OpenejbOpenejbJarType

getEnforceForeignKeyConstraints

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

Specified by:
getEnforceForeignKeyConstraints in interface OpenejbOpenejbJarType

isSetEnforceForeignKeyConstraints

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

Specified by:
isSetEnforceForeignKeyConstraints in interface OpenejbOpenejbJarType

setEnforceForeignKeyConstraints

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

Specified by:
setEnforceForeignKeyConstraints in interface OpenejbOpenejbJarType

addNewEnforceForeignKeyConstraints

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

Specified by:
addNewEnforceForeignKeyConstraints in interface OpenejbOpenejbJarType

unsetEnforceForeignKeyConstraints

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

Specified by:
unsetEnforceForeignKeyConstraints in interface OpenejbOpenejbJarType

getEnterpriseBeans

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

Specified by:
getEnterpriseBeans in interface OpenejbOpenejbJarType

setEnterpriseBeans

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

Specified by:
setEnterpriseBeans in interface OpenejbOpenejbJarType

addNewEnterpriseBeans

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

Specified by:
addNewEnterpriseBeans in interface OpenejbOpenejbJarType

getRelationships

public OpenejbRelationshipsType getRelationships()
Gets the "relationships" element

Specified by:
getRelationships in interface OpenejbOpenejbJarType

isSetRelationships

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

Specified by:
isSetRelationships in interface OpenejbOpenejbJarType

setRelationships

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

Specified by:
setRelationships in interface OpenejbOpenejbJarType

addNewRelationships

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

Specified by:
addNewRelationships in interface OpenejbOpenejbJarType

unsetRelationships

public void unsetRelationships()
Unsets the "relationships" element

Specified by:
unsetRelationships in interface OpenejbOpenejbJarType

getMessageDestinationArray

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

Specified by:
getMessageDestinationArray in interface OpenejbOpenejbJarType

getMessageDestinationArray

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

Specified by:
getMessageDestinationArray in interface OpenejbOpenejbJarType

sizeOfMessageDestinationArray

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

Specified by:
sizeOfMessageDestinationArray in interface OpenejbOpenejbJarType

setMessageDestinationArray

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

Specified by:
setMessageDestinationArray in interface OpenejbOpenejbJarType

setMessageDestinationArray

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

Specified by:
setMessageDestinationArray in interface OpenejbOpenejbJarType

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

Specified by:
insertNewMessageDestination in interface OpenejbOpenejbJarType

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

Specified by:
addNewMessageDestination in interface OpenejbOpenejbJarType

removeMessageDestination

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

Specified by:
removeMessageDestination in interface OpenejbOpenejbJarType

getSecurity

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

Specified by:
getSecurity in interface OpenejbOpenejbJarType

isSetSecurity

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

Specified by:
isSetSecurity in interface OpenejbOpenejbJarType

setSecurity

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

Specified by:
setSecurity in interface OpenejbOpenejbJarType

addNewSecurity

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

Specified by:
addNewSecurity in interface OpenejbOpenejbJarType

unsetSecurity

public void unsetSecurity()
Unsets the "security" element

Specified by:
unsetSecurity in interface OpenejbOpenejbJarType

getGbeanArray

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

Specified by:
getGbeanArray in interface OpenejbOpenejbJarType

getGbeanArray

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

Specified by:
getGbeanArray in interface OpenejbOpenejbJarType

sizeOfGbeanArray

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

Specified by:
sizeOfGbeanArray in interface OpenejbOpenejbJarType

setGbeanArray

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

Specified by:
setGbeanArray in interface OpenejbOpenejbJarType

setGbeanArray

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

Specified by:
setGbeanArray in interface OpenejbOpenejbJarType

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

Specified by:
insertNewGbean in interface OpenejbOpenejbJarType

addNewGbean

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

Specified by:
addNewGbean in interface OpenejbOpenejbJarType

removeGbean

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

Specified by:
removeGbean in interface OpenejbOpenejbJarType


Copyright © 1999-2006 OpenEJB. All Rights Reserved.