org.apache.geronimo.openejb.xbeans.ejbjar.impl
Class OpenejbGeronimoEjbJarTypeImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by org.apache.geronimo.openejb.xbeans.ejbjar.impl.OpenejbGeronimoEjbJarTypeImpl
All Implemented Interfaces:
Serializable, OpenejbGeronimoEjbJarType, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public class OpenejbGeronimoEjbJarTypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements OpenejbGeronimoEjbJarType

An XML geronimo-ejb-jarType(@http://geronimo.apache.org/xml/ns/j2ee/ejb/openejb-2.0). This is a complex type.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.geronimo.openejb.xbeans.ejbjar.OpenejbGeronimoEjbJarType
OpenejbGeronimoEjbJarType.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.apache.geronimo.openejb.xbeans.ejbjar.OpenejbGeronimoEjbJarType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
OpenejbGeronimoEjbJarTypeImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 GerAbstractNamingEntryType addNewAbstractNamingEntry()
          Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element
 GerEjbLocalRefType addNewEjbLocalRef()
          Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element
 GerEjbRefType addNewEjbRef()
          Appends and returns a new empty value (as xml) as the last "ejb-ref" element
 EnvironmentType addNewEnvironment()
          Appends and returns a new empty "environment" element
 GerMessageDestinationType addNewMessageDestination()
          Appends and returns a new empty value (as xml) as the last "message-destination" element
 OpenejbOpenejbJarType addNewOpenejbJar()
          Appends and returns a new empty "openejb-jar" element
 org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence addNewPersistence()
          Appends and returns a new empty value (as xml) as the last "persistence" element
 GerResourceEnvRefType addNewResourceEnvRef()
          Appends and returns a new empty value (as xml) as the last "resource-env-ref" element
 GerResourceRefType addNewResourceRef()
          Appends and returns a new empty value (as xml) as the last "resource-ref" element
 GerAbstractSecurityType addNewSecurity()
          Appends and returns a new empty "security" element
 AbstractServiceType addNewService()
          Appends and returns a new empty value (as xml) as the last "service" element
 GerServiceRefType addNewServiceRef()
          Appends and returns a new empty value (as xml) as the last "service-ref" element
 OpenejbTssLinkType addNewTssLink()
          Appends and returns a new empty value (as xml) as the last "tss-link" element
 OpenejbWebServiceBindingType addNewWebServiceBinding()
          Appends and returns a new empty value (as xml) as the last "web-service-binding" element
 GerAbstractNamingEntryType[] getAbstractNamingEntryArray()
          Gets array of all "abstract-naming-entry" elements
 GerAbstractNamingEntryType getAbstractNamingEntryArray(int i)
          Gets ith "abstract-naming-entry" element
 GerEjbLocalRefType[] getEjbLocalRefArray()
          Gets array of all "ejb-local-ref" elements
 GerEjbLocalRefType getEjbLocalRefArray(int i)
          Gets ith "ejb-local-ref" element
 GerEjbRefType[] getEjbRefArray()
          Gets array of all "ejb-ref" elements
 GerEjbRefType getEjbRefArray(int i)
          Gets ith "ejb-ref" element
 EnvironmentType getEnvironment()
          Gets the "environment" element
 GerMessageDestinationType[] getMessageDestinationArray()
          Gets array of all "message-destination" elements
 GerMessageDestinationType getMessageDestinationArray(int i)
          Gets ith "message-destination" element
 OpenejbOpenejbJarType getOpenejbJar()
          Gets the "openejb-jar" element
 org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence[] getPersistenceArray()
          Gets array of all "persistence" elements
 org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence getPersistenceArray(int i)
          Gets ith "persistence" element
 GerResourceEnvRefType[] getResourceEnvRefArray()
          Gets array of all "resource-env-ref" elements
 GerResourceEnvRefType getResourceEnvRefArray(int i)
          Gets ith "resource-env-ref" element
 GerResourceRefType[] getResourceRefArray()
          Gets array of all "resource-ref" elements
 GerResourceRefType getResourceRefArray(int i)
          Gets ith "resource-ref" element
 GerAbstractSecurityType getSecurity()
          Gets the "security" element
 AbstractServiceType[] getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType getServiceArray(int i)
          Gets ith "service" element
 GerServiceRefType[] getServiceRefArray()
          Gets array of all "service-ref" elements
 GerServiceRefType getServiceRefArray(int i)
          Gets ith "service-ref" element
 OpenejbTssLinkType[] getTssLinkArray()
          Gets array of all "tss-link" elements
 OpenejbTssLinkType getTssLinkArray(int i)
          Gets ith "tss-link" element
 OpenejbWebServiceBindingType[] getWebServiceBindingArray()
          Gets array of all "web-service-binding" elements
 OpenejbWebServiceBindingType getWebServiceBindingArray(int i)
          Gets ith "web-service-binding" element
 GerAbstractNamingEntryType insertNewAbstractNamingEntry(int i)
          Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element
 GerEjbLocalRefType insertNewEjbLocalRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element
 GerEjbRefType insertNewEjbRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "ejb-ref" element
 GerMessageDestinationType insertNewMessageDestination(int i)
          Inserts and returns a new empty value (as xml) as the ith "message-destination" element
 org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence insertNewPersistence(int i)
          Inserts and returns a new empty value (as xml) as the ith "persistence" element
 GerResourceEnvRefType insertNewResourceEnvRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element
 GerResourceRefType insertNewResourceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "resource-ref" element
 AbstractServiceType insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 GerServiceRefType insertNewServiceRef(int i)
          Inserts and returns a new empty value (as xml) as the ith "service-ref" element
 OpenejbTssLinkType insertNewTssLink(int i)
          Inserts and returns a new empty value (as xml) as the ith "tss-link" element
 OpenejbWebServiceBindingType insertNewWebServiceBinding(int i)
          Inserts and returns a new empty value (as xml) as the ith "web-service-binding" element
 boolean isSetEnvironment()
          True if has "environment" element
 boolean isSetOpenejbJar()
          True if has "openejb-jar" element
 boolean isSetSecurity()
          True if has "security" element
 void removeAbstractNamingEntry(int i)
          Removes the ith "abstract-naming-entry" element
 void removeEjbLocalRef(int i)
          Removes the ith "ejb-local-ref" element
 void removeEjbRef(int i)
          Removes the ith "ejb-ref" element
 void removeMessageDestination(int i)
          Removes the ith "message-destination" element
 void removePersistence(int i)
          Removes the ith "persistence" element
 void removeResourceEnvRef(int i)
          Removes the ith "resource-env-ref" element
 void removeResourceRef(int i)
          Removes the ith "resource-ref" element
 void removeService(int i)
          Removes the ith "service" element
 void removeServiceRef(int i)
          Removes the ith "service-ref" element
 void removeTssLink(int i)
          Removes the ith "tss-link" element
 void removeWebServiceBinding(int i)
          Removes the ith "web-service-binding" element
 void setAbstractNamingEntryArray(GerAbstractNamingEntryType[] abstractNamingEntryArray)
          Sets array of all "abstract-naming-entry" element
 void setAbstractNamingEntryArray(int i, GerAbstractNamingEntryType abstractNamingEntry)
          Sets ith "abstract-naming-entry" element
 void setEjbLocalRefArray(GerEjbLocalRefType[] ejbLocalRefArray)
          Sets array of all "ejb-local-ref" element
 void setEjbLocalRefArray(int i, GerEjbLocalRefType ejbLocalRef)
          Sets ith "ejb-local-ref" element
 void setEjbRefArray(GerEjbRefType[] ejbRefArray)
          Sets array of all "ejb-ref" element
 void setEjbRefArray(int i, GerEjbRefType ejbRef)
          Sets ith "ejb-ref" element
 void setEnvironment(EnvironmentType environment)
          Sets the "environment" element
 void setMessageDestinationArray(GerMessageDestinationType[] messageDestinationArray)
          Sets array of all "message-destination" element
 void setMessageDestinationArray(int i, GerMessageDestinationType messageDestination)
          Sets ith "message-destination" element
 void setOpenejbJar(OpenejbOpenejbJarType openejbJar)
          Sets the "openejb-jar" element
 void setPersistenceArray(int i, org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence persistence)
          Sets ith "persistence" element
 void setPersistenceArray(org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence[] persistenceArray)
          Sets array of all "persistence" element
 void setResourceEnvRefArray(GerResourceEnvRefType[] resourceEnvRefArray)
          Sets array of all "resource-env-ref" element
 void setResourceEnvRefArray(int i, GerResourceEnvRefType resourceEnvRef)
          Sets ith "resource-env-ref" element
 void setResourceRefArray(GerResourceRefType[] resourceRefArray)
          Sets array of all "resource-ref" element
 void setResourceRefArray(int i, GerResourceRefType resourceRef)
          Sets ith "resource-ref" element
 void setSecurity(GerAbstractSecurityType security)
          Sets the "security" element
 void setServiceArray(AbstractServiceType[] serviceArray)
          Sets array of all "service" element
 void setServiceArray(int i, AbstractServiceType service)
          Sets ith "service" element
 void setServiceRefArray(GerServiceRefType[] serviceRefArray)
          Sets array of all "service-ref" element
 void setServiceRefArray(int i, GerServiceRefType serviceRef)
          Sets ith "service-ref" element
 void setTssLinkArray(int i, OpenejbTssLinkType tssLink)
          Sets ith "tss-link" element
 void setTssLinkArray(OpenejbTssLinkType[] tssLinkArray)
          Sets array of all "tss-link" element
 void setWebServiceBindingArray(int i, OpenejbWebServiceBindingType webServiceBinding)
          Sets ith "web-service-binding" element
 void setWebServiceBindingArray(OpenejbWebServiceBindingType[] webServiceBindingArray)
          Sets array of all "web-service-binding" element
 int sizeOfAbstractNamingEntryArray()
          Returns number of "abstract-naming-entry" element
 int sizeOfEjbLocalRefArray()
          Returns number of "ejb-local-ref" element
 int sizeOfEjbRefArray()
          Returns number of "ejb-ref" element
 int sizeOfMessageDestinationArray()
          Returns number of "message-destination" element
 int sizeOfPersistenceArray()
          Returns number of "persistence" element
 int sizeOfResourceEnvRefArray()
          Returns number of "resource-env-ref" element
 int sizeOfResourceRefArray()
          Returns number of "resource-ref" element
 int sizeOfServiceArray()
          Returns number of "service" element
 int sizeOfServiceRefArray()
          Returns number of "service-ref" element
 int sizeOfTssLinkArray()
          Returns number of "tss-link" element
 int sizeOfWebServiceBindingArray()
          Returns number of "web-service-binding" element
 void unsetEnvironment()
          Unsets the "environment" element
 void unsetOpenejbJar()
          Unsets the "openejb-jar" element
 void unsetSecurity()
          Unsets the "security" 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

OpenejbGeronimoEjbJarTypeImpl

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

getEnvironment

public EnvironmentType getEnvironment()
Gets the "environment" element

Specified by:
getEnvironment in interface OpenejbGeronimoEjbJarType

isSetEnvironment

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

Specified by:
isSetEnvironment in interface OpenejbGeronimoEjbJarType

setEnvironment

public void setEnvironment(EnvironmentType environment)
Sets the "environment" element

Specified by:
setEnvironment in interface OpenejbGeronimoEjbJarType

addNewEnvironment

public EnvironmentType addNewEnvironment()
Appends and returns a new empty "environment" element

Specified by:
addNewEnvironment in interface OpenejbGeronimoEjbJarType

unsetEnvironment

public void unsetEnvironment()
Unsets the "environment" element

Specified by:
unsetEnvironment in interface OpenejbGeronimoEjbJarType

getOpenejbJar

public OpenejbOpenejbJarType getOpenejbJar()
Gets the "openejb-jar" element

Specified by:
getOpenejbJar in interface OpenejbGeronimoEjbJarType

isSetOpenejbJar

public boolean isSetOpenejbJar()
True if has "openejb-jar" element

Specified by:
isSetOpenejbJar in interface OpenejbGeronimoEjbJarType

setOpenejbJar

public void setOpenejbJar(OpenejbOpenejbJarType openejbJar)
Sets the "openejb-jar" element

Specified by:
setOpenejbJar in interface OpenejbGeronimoEjbJarType

addNewOpenejbJar

public OpenejbOpenejbJarType addNewOpenejbJar()
Appends and returns a new empty "openejb-jar" element

Specified by:
addNewOpenejbJar in interface OpenejbGeronimoEjbJarType

unsetOpenejbJar

public void unsetOpenejbJar()
Unsets the "openejb-jar" element

Specified by:
unsetOpenejbJar in interface OpenejbGeronimoEjbJarType

getAbstractNamingEntryArray

public GerAbstractNamingEntryType[] getAbstractNamingEntryArray()
Gets array of all "abstract-naming-entry" elements

Specified by:
getAbstractNamingEntryArray in interface OpenejbGeronimoEjbJarType

getAbstractNamingEntryArray

public GerAbstractNamingEntryType getAbstractNamingEntryArray(int i)
Gets ith "abstract-naming-entry" element

Specified by:
getAbstractNamingEntryArray in interface OpenejbGeronimoEjbJarType

sizeOfAbstractNamingEntryArray

public int sizeOfAbstractNamingEntryArray()
Returns number of "abstract-naming-entry" element

Specified by:
sizeOfAbstractNamingEntryArray in interface OpenejbGeronimoEjbJarType

setAbstractNamingEntryArray

public void setAbstractNamingEntryArray(GerAbstractNamingEntryType[] abstractNamingEntryArray)
Sets array of all "abstract-naming-entry" element

Specified by:
setAbstractNamingEntryArray in interface OpenejbGeronimoEjbJarType

setAbstractNamingEntryArray

public void setAbstractNamingEntryArray(int i,
                                        GerAbstractNamingEntryType abstractNamingEntry)
Sets ith "abstract-naming-entry" element

Specified by:
setAbstractNamingEntryArray in interface OpenejbGeronimoEjbJarType

insertNewAbstractNamingEntry

public GerAbstractNamingEntryType insertNewAbstractNamingEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "abstract-naming-entry" element

Specified by:
insertNewAbstractNamingEntry in interface OpenejbGeronimoEjbJarType

addNewAbstractNamingEntry

public GerAbstractNamingEntryType addNewAbstractNamingEntry()
Appends and returns a new empty value (as xml) as the last "abstract-naming-entry" element

Specified by:
addNewAbstractNamingEntry in interface OpenejbGeronimoEjbJarType

removeAbstractNamingEntry

public void removeAbstractNamingEntry(int i)
Removes the ith "abstract-naming-entry" element

Specified by:
removeAbstractNamingEntry in interface OpenejbGeronimoEjbJarType

getEjbRefArray

public GerEjbRefType[] getEjbRefArray()
Gets array of all "ejb-ref" elements

Specified by:
getEjbRefArray in interface OpenejbGeronimoEjbJarType

getEjbRefArray

public GerEjbRefType getEjbRefArray(int i)
Gets ith "ejb-ref" element

Specified by:
getEjbRefArray in interface OpenejbGeronimoEjbJarType

sizeOfEjbRefArray

public int sizeOfEjbRefArray()
Returns number of "ejb-ref" element

Specified by:
sizeOfEjbRefArray in interface OpenejbGeronimoEjbJarType

setEjbRefArray

public void setEjbRefArray(GerEjbRefType[] ejbRefArray)
Sets array of all "ejb-ref" element

Specified by:
setEjbRefArray in interface OpenejbGeronimoEjbJarType

setEjbRefArray

public void setEjbRefArray(int i,
                           GerEjbRefType ejbRef)
Sets ith "ejb-ref" element

Specified by:
setEjbRefArray in interface OpenejbGeronimoEjbJarType

insertNewEjbRef

public GerEjbRefType insertNewEjbRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ejb-ref" element

Specified by:
insertNewEjbRef in interface OpenejbGeronimoEjbJarType

addNewEjbRef

public GerEjbRefType addNewEjbRef()
Appends and returns a new empty value (as xml) as the last "ejb-ref" element

Specified by:
addNewEjbRef in interface OpenejbGeronimoEjbJarType

removeEjbRef

public void removeEjbRef(int i)
Removes the ith "ejb-ref" element

Specified by:
removeEjbRef in interface OpenejbGeronimoEjbJarType

getEjbLocalRefArray

public GerEjbLocalRefType[] getEjbLocalRefArray()
Gets array of all "ejb-local-ref" elements

Specified by:
getEjbLocalRefArray in interface OpenejbGeronimoEjbJarType

getEjbLocalRefArray

public GerEjbLocalRefType getEjbLocalRefArray(int i)
Gets ith "ejb-local-ref" element

Specified by:
getEjbLocalRefArray in interface OpenejbGeronimoEjbJarType

sizeOfEjbLocalRefArray

public int sizeOfEjbLocalRefArray()
Returns number of "ejb-local-ref" element

Specified by:
sizeOfEjbLocalRefArray in interface OpenejbGeronimoEjbJarType

setEjbLocalRefArray

public void setEjbLocalRefArray(GerEjbLocalRefType[] ejbLocalRefArray)
Sets array of all "ejb-local-ref" element

Specified by:
setEjbLocalRefArray in interface OpenejbGeronimoEjbJarType

setEjbLocalRefArray

public void setEjbLocalRefArray(int i,
                                GerEjbLocalRefType ejbLocalRef)
Sets ith "ejb-local-ref" element

Specified by:
setEjbLocalRefArray in interface OpenejbGeronimoEjbJarType

insertNewEjbLocalRef

public GerEjbLocalRefType insertNewEjbLocalRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ejb-local-ref" element

Specified by:
insertNewEjbLocalRef in interface OpenejbGeronimoEjbJarType

addNewEjbLocalRef

public GerEjbLocalRefType addNewEjbLocalRef()
Appends and returns a new empty value (as xml) as the last "ejb-local-ref" element

Specified by:
addNewEjbLocalRef in interface OpenejbGeronimoEjbJarType

removeEjbLocalRef

public void removeEjbLocalRef(int i)
Removes the ith "ejb-local-ref" element

Specified by:
removeEjbLocalRef in interface OpenejbGeronimoEjbJarType

getServiceRefArray

public GerServiceRefType[] getServiceRefArray()
Gets array of all "service-ref" elements

Specified by:
getServiceRefArray in interface OpenejbGeronimoEjbJarType

getServiceRefArray

public GerServiceRefType getServiceRefArray(int i)
Gets ith "service-ref" element

Specified by:
getServiceRefArray in interface OpenejbGeronimoEjbJarType

sizeOfServiceRefArray

public int sizeOfServiceRefArray()
Returns number of "service-ref" element

Specified by:
sizeOfServiceRefArray in interface OpenejbGeronimoEjbJarType

setServiceRefArray

public void setServiceRefArray(GerServiceRefType[] serviceRefArray)
Sets array of all "service-ref" element

Specified by:
setServiceRefArray in interface OpenejbGeronimoEjbJarType

setServiceRefArray

public void setServiceRefArray(int i,
                               GerServiceRefType serviceRef)
Sets ith "service-ref" element

Specified by:
setServiceRefArray in interface OpenejbGeronimoEjbJarType

insertNewServiceRef

public GerServiceRefType insertNewServiceRef(int i)
Inserts and returns a new empty value (as xml) as the ith "service-ref" element

Specified by:
insertNewServiceRef in interface OpenejbGeronimoEjbJarType

addNewServiceRef

public GerServiceRefType addNewServiceRef()
Appends and returns a new empty value (as xml) as the last "service-ref" element

Specified by:
addNewServiceRef in interface OpenejbGeronimoEjbJarType

removeServiceRef

public void removeServiceRef(int i)
Removes the ith "service-ref" element

Specified by:
removeServiceRef in interface OpenejbGeronimoEjbJarType

getResourceRefArray

public GerResourceRefType[] getResourceRefArray()
Gets array of all "resource-ref" elements

Specified by:
getResourceRefArray in interface OpenejbGeronimoEjbJarType

getResourceRefArray

public GerResourceRefType getResourceRefArray(int i)
Gets ith "resource-ref" element

Specified by:
getResourceRefArray in interface OpenejbGeronimoEjbJarType

sizeOfResourceRefArray

public int sizeOfResourceRefArray()
Returns number of "resource-ref" element

Specified by:
sizeOfResourceRefArray in interface OpenejbGeronimoEjbJarType

setResourceRefArray

public void setResourceRefArray(GerResourceRefType[] resourceRefArray)
Sets array of all "resource-ref" element

Specified by:
setResourceRefArray in interface OpenejbGeronimoEjbJarType

setResourceRefArray

public void setResourceRefArray(int i,
                                GerResourceRefType resourceRef)
Sets ith "resource-ref" element

Specified by:
setResourceRefArray in interface OpenejbGeronimoEjbJarType

insertNewResourceRef

public GerResourceRefType insertNewResourceRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-ref" element

Specified by:
insertNewResourceRef in interface OpenejbGeronimoEjbJarType

addNewResourceRef

public GerResourceRefType addNewResourceRef()
Appends and returns a new empty value (as xml) as the last "resource-ref" element

Specified by:
addNewResourceRef in interface OpenejbGeronimoEjbJarType

removeResourceRef

public void removeResourceRef(int i)
Removes the ith "resource-ref" element

Specified by:
removeResourceRef in interface OpenejbGeronimoEjbJarType

getResourceEnvRefArray

public GerResourceEnvRefType[] getResourceEnvRefArray()
Gets array of all "resource-env-ref" elements

Specified by:
getResourceEnvRefArray in interface OpenejbGeronimoEjbJarType

getResourceEnvRefArray

public GerResourceEnvRefType getResourceEnvRefArray(int i)
Gets ith "resource-env-ref" element

Specified by:
getResourceEnvRefArray in interface OpenejbGeronimoEjbJarType

sizeOfResourceEnvRefArray

public int sizeOfResourceEnvRefArray()
Returns number of "resource-env-ref" element

Specified by:
sizeOfResourceEnvRefArray in interface OpenejbGeronimoEjbJarType

setResourceEnvRefArray

public void setResourceEnvRefArray(GerResourceEnvRefType[] resourceEnvRefArray)
Sets array of all "resource-env-ref" element

Specified by:
setResourceEnvRefArray in interface OpenejbGeronimoEjbJarType

setResourceEnvRefArray

public void setResourceEnvRefArray(int i,
                                   GerResourceEnvRefType resourceEnvRef)
Sets ith "resource-env-ref" element

Specified by:
setResourceEnvRefArray in interface OpenejbGeronimoEjbJarType

insertNewResourceEnvRef

public GerResourceEnvRefType insertNewResourceEnvRef(int i)
Inserts and returns a new empty value (as xml) as the ith "resource-env-ref" element

Specified by:
insertNewResourceEnvRef in interface OpenejbGeronimoEjbJarType

addNewResourceEnvRef

public GerResourceEnvRefType addNewResourceEnvRef()
Appends and returns a new empty value (as xml) as the last "resource-env-ref" element

Specified by:
addNewResourceEnvRef in interface OpenejbGeronimoEjbJarType

removeResourceEnvRef

public void removeResourceEnvRef(int i)
Removes the ith "resource-env-ref" element

Specified by:
removeResourceEnvRef in interface OpenejbGeronimoEjbJarType

getMessageDestinationArray

public GerMessageDestinationType[] getMessageDestinationArray()
Gets array of all "message-destination" elements

Specified by:
getMessageDestinationArray in interface OpenejbGeronimoEjbJarType

getMessageDestinationArray

public GerMessageDestinationType getMessageDestinationArray(int i)
Gets ith "message-destination" element

Specified by:
getMessageDestinationArray in interface OpenejbGeronimoEjbJarType

sizeOfMessageDestinationArray

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

Specified by:
sizeOfMessageDestinationArray in interface OpenejbGeronimoEjbJarType

setMessageDestinationArray

public void setMessageDestinationArray(GerMessageDestinationType[] messageDestinationArray)
Sets array of all "message-destination" element

Specified by:
setMessageDestinationArray in interface OpenejbGeronimoEjbJarType

setMessageDestinationArray

public void setMessageDestinationArray(int i,
                                       GerMessageDestinationType messageDestination)
Sets ith "message-destination" element

Specified by:
setMessageDestinationArray in interface OpenejbGeronimoEjbJarType

insertNewMessageDestination

public GerMessageDestinationType insertNewMessageDestination(int i)
Inserts and returns a new empty value (as xml) as the ith "message-destination" element

Specified by:
insertNewMessageDestination in interface OpenejbGeronimoEjbJarType

addNewMessageDestination

public GerMessageDestinationType addNewMessageDestination()
Appends and returns a new empty value (as xml) as the last "message-destination" element

Specified by:
addNewMessageDestination in interface OpenejbGeronimoEjbJarType

removeMessageDestination

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

Specified by:
removeMessageDestination in interface OpenejbGeronimoEjbJarType

getTssLinkArray

public OpenejbTssLinkType[] getTssLinkArray()
Gets array of all "tss-link" elements

Specified by:
getTssLinkArray in interface OpenejbGeronimoEjbJarType

getTssLinkArray

public OpenejbTssLinkType getTssLinkArray(int i)
Gets ith "tss-link" element

Specified by:
getTssLinkArray in interface OpenejbGeronimoEjbJarType

sizeOfTssLinkArray

public int sizeOfTssLinkArray()
Returns number of "tss-link" element

Specified by:
sizeOfTssLinkArray in interface OpenejbGeronimoEjbJarType

setTssLinkArray

public void setTssLinkArray(OpenejbTssLinkType[] tssLinkArray)
Sets array of all "tss-link" element

Specified by:
setTssLinkArray in interface OpenejbGeronimoEjbJarType

setTssLinkArray

public void setTssLinkArray(int i,
                            OpenejbTssLinkType tssLink)
Sets ith "tss-link" element

Specified by:
setTssLinkArray in interface OpenejbGeronimoEjbJarType

insertNewTssLink

public OpenejbTssLinkType insertNewTssLink(int i)
Inserts and returns a new empty value (as xml) as the ith "tss-link" element

Specified by:
insertNewTssLink in interface OpenejbGeronimoEjbJarType

addNewTssLink

public OpenejbTssLinkType addNewTssLink()
Appends and returns a new empty value (as xml) as the last "tss-link" element

Specified by:
addNewTssLink in interface OpenejbGeronimoEjbJarType

removeTssLink

public void removeTssLink(int i)
Removes the ith "tss-link" element

Specified by:
removeTssLink in interface OpenejbGeronimoEjbJarType

getWebServiceBindingArray

public OpenejbWebServiceBindingType[] getWebServiceBindingArray()
Gets array of all "web-service-binding" elements

Specified by:
getWebServiceBindingArray in interface OpenejbGeronimoEjbJarType

getWebServiceBindingArray

public OpenejbWebServiceBindingType getWebServiceBindingArray(int i)
Gets ith "web-service-binding" element

Specified by:
getWebServiceBindingArray in interface OpenejbGeronimoEjbJarType

sizeOfWebServiceBindingArray

public int sizeOfWebServiceBindingArray()
Returns number of "web-service-binding" element

Specified by:
sizeOfWebServiceBindingArray in interface OpenejbGeronimoEjbJarType

setWebServiceBindingArray

public void setWebServiceBindingArray(OpenejbWebServiceBindingType[] webServiceBindingArray)
Sets array of all "web-service-binding" element

Specified by:
setWebServiceBindingArray in interface OpenejbGeronimoEjbJarType

setWebServiceBindingArray

public void setWebServiceBindingArray(int i,
                                      OpenejbWebServiceBindingType webServiceBinding)
Sets ith "web-service-binding" element

Specified by:
setWebServiceBindingArray in interface OpenejbGeronimoEjbJarType

insertNewWebServiceBinding

public OpenejbWebServiceBindingType insertNewWebServiceBinding(int i)
Inserts and returns a new empty value (as xml) as the ith "web-service-binding" element

Specified by:
insertNewWebServiceBinding in interface OpenejbGeronimoEjbJarType

addNewWebServiceBinding

public OpenejbWebServiceBindingType addNewWebServiceBinding()
Appends and returns a new empty value (as xml) as the last "web-service-binding" element

Specified by:
addNewWebServiceBinding in interface OpenejbGeronimoEjbJarType

removeWebServiceBinding

public void removeWebServiceBinding(int i)
Removes the ith "web-service-binding" element

Specified by:
removeWebServiceBinding in interface OpenejbGeronimoEjbJarType

getSecurity

public GerAbstractSecurityType getSecurity()
Gets the "security" element

Specified by:
getSecurity in interface OpenejbGeronimoEjbJarType

isSetSecurity

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

Specified by:
isSetSecurity in interface OpenejbGeronimoEjbJarType

setSecurity

public void setSecurity(GerAbstractSecurityType security)
Sets the "security" element

Specified by:
setSecurity in interface OpenejbGeronimoEjbJarType

addNewSecurity

public GerAbstractSecurityType addNewSecurity()
Appends and returns a new empty "security" element

Specified by:
addNewSecurity in interface OpenejbGeronimoEjbJarType

unsetSecurity

public void unsetSecurity()
Unsets the "security" element

Specified by:
unsetSecurity in interface OpenejbGeronimoEjbJarType

getServiceArray

public AbstractServiceType[] getServiceArray()
Gets array of all "service" elements

Specified by:
getServiceArray in interface OpenejbGeronimoEjbJarType

getServiceArray

public AbstractServiceType getServiceArray(int i)
Gets ith "service" element

Specified by:
getServiceArray in interface OpenejbGeronimoEjbJarType

sizeOfServiceArray

public int sizeOfServiceArray()
Returns number of "service" element

Specified by:
sizeOfServiceArray in interface OpenejbGeronimoEjbJarType

setServiceArray

public void setServiceArray(AbstractServiceType[] serviceArray)
Sets array of all "service" element

Specified by:
setServiceArray in interface OpenejbGeronimoEjbJarType

setServiceArray

public void setServiceArray(int i,
                            AbstractServiceType service)
Sets ith "service" element

Specified by:
setServiceArray in interface OpenejbGeronimoEjbJarType

insertNewService

public AbstractServiceType insertNewService(int i)
Inserts and returns a new empty value (as xml) as the ith "service" element

Specified by:
insertNewService in interface OpenejbGeronimoEjbJarType

addNewService

public AbstractServiceType addNewService()
Appends and returns a new empty value (as xml) as the last "service" element

Specified by:
addNewService in interface OpenejbGeronimoEjbJarType

removeService

public void removeService(int i)
Removes the ith "service" element

Specified by:
removeService in interface OpenejbGeronimoEjbJarType

getPersistenceArray

public org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence[] getPersistenceArray()
Gets array of all "persistence" elements

Specified by:
getPersistenceArray in interface OpenejbGeronimoEjbJarType

getPersistenceArray

public org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence getPersistenceArray(int i)
Gets ith "persistence" element

Specified by:
getPersistenceArray in interface OpenejbGeronimoEjbJarType

sizeOfPersistenceArray

public int sizeOfPersistenceArray()
Returns number of "persistence" element

Specified by:
sizeOfPersistenceArray in interface OpenejbGeronimoEjbJarType

setPersistenceArray

public void setPersistenceArray(org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence[] persistenceArray)
Sets array of all "persistence" element

Specified by:
setPersistenceArray in interface OpenejbGeronimoEjbJarType

setPersistenceArray

public void setPersistenceArray(int i,
                                org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence persistence)
Sets ith "persistence" element

Specified by:
setPersistenceArray in interface OpenejbGeronimoEjbJarType

insertNewPersistence

public org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence insertNewPersistence(int i)
Inserts and returns a new empty value (as xml) as the ith "persistence" element

Specified by:
insertNewPersistence in interface OpenejbGeronimoEjbJarType

addNewPersistence

public org.apache.geronimo.xbeans.persistence.PersistenceDocument.Persistence addNewPersistence()
Appends and returns a new empty value (as xml) as the last "persistence" element

Specified by:
addNewPersistence in interface OpenejbGeronimoEjbJarType

removePersistence

public void removePersistence(int i)
Removes the ith "persistence" element

Specified by:
removePersistence in interface OpenejbGeronimoEjbJarType


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.