org.apache.geronimo.xbeans.geronimo.web.tomcat.impl
Class TomcatWebAppTypeImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by org.apache.geronimo.xbeans.geronimo.web.tomcat.impl.TomcatWebAppTypeImpl
All Implemented Interfaces:
Serializable, TomcatWebAppType, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource

public class TomcatWebAppTypeImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements TomcatWebAppType

An XML web-appType(@http://geronimo.apache.org/xml/ns/j2ee/web/tomcat-2.0.1). This is a complex type.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.geronimo.xbeans.geronimo.web.tomcat.TomcatWebAppType
TomcatWebAppType.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.xbeans.geronimo.web.tomcat.TomcatWebAppType
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
TomcatWebAppTypeImpl(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
 GerAbstractClusteringType addNewClustering()
          Appends and returns a new empty "clustering" element
 TomcatEmptyType addNewCrossContext()
          Appends and returns a new empty "cross-context" element
 TomcatEmptyType addNewDisableCookies()
          Appends and returns a new empty "disable-cookies" 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
 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
 GerGbeanLocatorType addNewWebContainer()
          Appends and returns a new empty "web-container" element
 GerAbstractNamingEntryType[] getAbstractNamingEntryArray()
          Gets array of all "abstract-naming-entry" elements
 GerAbstractNamingEntryType getAbstractNamingEntryArray(int i)
          Gets ith "abstract-naming-entry" element
 String getCluster()
          Gets the "cluster" element
 GerAbstractClusteringType getClustering()
          Gets the "clustering" element
 String getContextRoot()
          Gets the "context-root" element
 TomcatEmptyType getCrossContext()
          Gets the "cross-context" element
 TomcatEmptyType getDisableCookies()
          Gets the "disable-cookies" 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
 String getHost()
          Gets the "host" element
 String getListenerChain()
          Gets the "listener-chain" element
 String getManager()
          Gets the "manager" element
 GerMessageDestinationType[] getMessageDestinationArray()
          Gets array of all "message-destination" elements
 GerMessageDestinationType getMessageDestinationArray(int i)
          Gets ith "message-destination" 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
 String getSecurityRealmName()
          Gets the "security-realm-name" 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
 String getTomcatRealm()
          Gets the "tomcat-realm" element
 String getValveChain()
          Gets the "valve-chain" element
 GerGbeanLocatorType getWebContainer()
          Gets the "web-container" element
 String getWorkDir()
          Gets the "work-dir" 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
 boolean isSetCluster()
          True if has "cluster" element
 boolean isSetClustering()
          True if has "clustering" element
 boolean isSetContextRoot()
          True if has "context-root" element
 boolean isSetCrossContext()
          True if has "cross-context" element
 boolean isSetDisableCookies()
          True if has "disable-cookies" element
 boolean isSetEnvironment()
          True if has "environment" element
 boolean isSetHost()
          True if has "host" element
 boolean isSetListenerChain()
          True if has "listener-chain" element
 boolean isSetManager()
          True if has "manager" element
 boolean isSetSecurity()
          True if has "security" element
 boolean isSetSecurityRealmName()
          True if has "security-realm-name" element
 boolean isSetTomcatRealm()
          True if has "tomcat-realm" element
 boolean isSetValveChain()
          True if has "valve-chain" element
 boolean isSetWebContainer()
          True if has "web-container" element
 boolean isSetWorkDir()
          True if has "work-dir" 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 setAbstractNamingEntryArray(GerAbstractNamingEntryType[] abstractNamingEntryArray)
          Sets array of all "abstract-naming-entry" element
 void setAbstractNamingEntryArray(int i, GerAbstractNamingEntryType abstractNamingEntry)
          Sets ith "abstract-naming-entry" element
 void setCluster(String cluster)
          Sets the "cluster" element
 void setClustering(GerAbstractClusteringType clustering)
          Sets the "clustering" element
 void setContextRoot(String contextRoot)
          Sets the "context-root" element
 void setCrossContext(TomcatEmptyType crossContext)
          Sets the "cross-context" element
 void setDisableCookies(TomcatEmptyType disableCookies)
          Sets the "disable-cookies" 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 setHost(String host)
          Sets the "host" element
 void setListenerChain(String listenerChain)
          Sets the "listener-chain" element
 void setManager(String manager)
          Sets the "manager" element
 void setMessageDestinationArray(GerMessageDestinationType[] messageDestinationArray)
          Sets array of all "message-destination" element
 void setMessageDestinationArray(int i, GerMessageDestinationType messageDestination)
          Sets ith "message-destination" 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 setSecurityRealmName(String securityRealmName)
          Sets the "security-realm-name" 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 setTomcatRealm(String tomcatRealm)
          Sets the "tomcat-realm" element
 void setValveChain(String valveChain)
          Sets the "valve-chain" element
 void setWebContainer(GerGbeanLocatorType webContainer)
          Sets the "web-container" element
 void setWorkDir(String workDir)
          Sets the "work-dir" 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
 void unsetCluster()
          Unsets the "cluster" element
 void unsetClustering()
          Unsets the "clustering" element
 void unsetContextRoot()
          Unsets the "context-root" element
 void unsetCrossContext()
          Unsets the "cross-context" element
 void unsetDisableCookies()
          Unsets the "disable-cookies" element
 void unsetEnvironment()
          Unsets the "environment" element
 void unsetHost()
          Unsets the "host" element
 void unsetListenerChain()
          Unsets the "listener-chain" element
 void unsetManager()
          Unsets the "manager" element
 void unsetSecurity()
          Unsets the "security" element
 void unsetSecurityRealmName()
          Unsets the "security-realm-name" element
 void unsetTomcatRealm()
          Unsets the "tomcat-realm" element
 void unsetValveChain()
          Unsets the "valve-chain" element
 void unsetWebContainer()
          Unsets the "web-container" element
 void unsetWorkDir()
          Unsets the "work-dir" element
 org.apache.xmlbeans.XmlString xgetCluster()
          Gets (as xml) the "cluster" element
 org.apache.xmlbeans.XmlString xgetContextRoot()
          Gets (as xml) the "context-root" element
 org.apache.xmlbeans.XmlString xgetHost()
          Gets (as xml) the "host" element
 org.apache.xmlbeans.XmlString xgetListenerChain()
          Gets (as xml) the "listener-chain" element
 org.apache.xmlbeans.XmlString xgetManager()
          Gets (as xml) the "manager" element
 org.apache.xmlbeans.XmlString xgetSecurityRealmName()
          Gets (as xml) the "security-realm-name" element
 org.apache.xmlbeans.XmlString xgetTomcatRealm()
          Gets (as xml) the "tomcat-realm" element
 org.apache.xmlbeans.XmlString xgetValveChain()
          Gets (as xml) the "valve-chain" element
 org.apache.xmlbeans.XmlString xgetWorkDir()
          Gets (as xml) the "work-dir" element
 void xsetCluster(org.apache.xmlbeans.XmlString cluster)
          Sets (as xml) the "cluster" element
 void xsetContextRoot(org.apache.xmlbeans.XmlString contextRoot)
          Sets (as xml) the "context-root" element
 void xsetHost(org.apache.xmlbeans.XmlString host)
          Sets (as xml) the "host" element
 void xsetListenerChain(org.apache.xmlbeans.XmlString listenerChain)
          Sets (as xml) the "listener-chain" element
 void xsetManager(org.apache.xmlbeans.XmlString manager)
          Sets (as xml) the "manager" element
 void xsetSecurityRealmName(org.apache.xmlbeans.XmlString securityRealmName)
          Sets (as xml) the "security-realm-name" element
 void xsetTomcatRealm(org.apache.xmlbeans.XmlString tomcatRealm)
          Sets (as xml) the "tomcat-realm" element
 void xsetValveChain(org.apache.xmlbeans.XmlString valveChain)
          Sets (as xml) the "valve-chain" element
 void xsetWorkDir(org.apache.xmlbeans.XmlString workDir)
          Sets (as xml) the "work-dir" 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

TomcatWebAppTypeImpl

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

getEnvironment

public EnvironmentType getEnvironment()
Gets the "environment" element

Specified by:
getEnvironment in interface TomcatWebAppType

isSetEnvironment

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

Specified by:
isSetEnvironment in interface TomcatWebAppType

setEnvironment

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

Specified by:
setEnvironment in interface TomcatWebAppType

addNewEnvironment

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

Specified by:
addNewEnvironment in interface TomcatWebAppType

unsetEnvironment

public void unsetEnvironment()
Unsets the "environment" element

Specified by:
unsetEnvironment in interface TomcatWebAppType

getContextRoot

public String getContextRoot()
Gets the "context-root" element

Specified by:
getContextRoot in interface TomcatWebAppType

xgetContextRoot

public org.apache.xmlbeans.XmlString xgetContextRoot()
Gets (as xml) the "context-root" element

Specified by:
xgetContextRoot in interface TomcatWebAppType

isSetContextRoot

public boolean isSetContextRoot()
True if has "context-root" element

Specified by:
isSetContextRoot in interface TomcatWebAppType

setContextRoot

public void setContextRoot(String contextRoot)
Sets the "context-root" element

Specified by:
setContextRoot in interface TomcatWebAppType

xsetContextRoot

public void xsetContextRoot(org.apache.xmlbeans.XmlString contextRoot)
Sets (as xml) the "context-root" element

Specified by:
xsetContextRoot in interface TomcatWebAppType

unsetContextRoot

public void unsetContextRoot()
Unsets the "context-root" element

Specified by:
unsetContextRoot in interface TomcatWebAppType

getWorkDir

public String getWorkDir()
Gets the "work-dir" element

Specified by:
getWorkDir in interface TomcatWebAppType

xgetWorkDir

public org.apache.xmlbeans.XmlString xgetWorkDir()
Gets (as xml) the "work-dir" element

Specified by:
xgetWorkDir in interface TomcatWebAppType

isSetWorkDir

public boolean isSetWorkDir()
True if has "work-dir" element

Specified by:
isSetWorkDir in interface TomcatWebAppType

setWorkDir

public void setWorkDir(String workDir)
Sets the "work-dir" element

Specified by:
setWorkDir in interface TomcatWebAppType

xsetWorkDir

public void xsetWorkDir(org.apache.xmlbeans.XmlString workDir)
Sets (as xml) the "work-dir" element

Specified by:
xsetWorkDir in interface TomcatWebAppType

unsetWorkDir

public void unsetWorkDir()
Unsets the "work-dir" element

Specified by:
unsetWorkDir in interface TomcatWebAppType

getClustering

public GerAbstractClusteringType getClustering()
Gets the "clustering" element

Specified by:
getClustering in interface TomcatWebAppType

isSetClustering

public boolean isSetClustering()
True if has "clustering" element

Specified by:
isSetClustering in interface TomcatWebAppType

setClustering

public void setClustering(GerAbstractClusteringType clustering)
Sets the "clustering" element

Specified by:
setClustering in interface TomcatWebAppType

addNewClustering

public GerAbstractClusteringType addNewClustering()
Appends and returns a new empty "clustering" element

Specified by:
addNewClustering in interface TomcatWebAppType

unsetClustering

public void unsetClustering()
Unsets the "clustering" element

Specified by:
unsetClustering in interface TomcatWebAppType

getWebContainer

public GerGbeanLocatorType getWebContainer()
Gets the "web-container" element

Specified by:
getWebContainer in interface TomcatWebAppType

isSetWebContainer

public boolean isSetWebContainer()
True if has "web-container" element

Specified by:
isSetWebContainer in interface TomcatWebAppType

setWebContainer

public void setWebContainer(GerGbeanLocatorType webContainer)
Sets the "web-container" element

Specified by:
setWebContainer in interface TomcatWebAppType

addNewWebContainer

public GerGbeanLocatorType addNewWebContainer()
Appends and returns a new empty "web-container" element

Specified by:
addNewWebContainer in interface TomcatWebAppType

unsetWebContainer

public void unsetWebContainer()
Unsets the "web-container" element

Specified by:
unsetWebContainer in interface TomcatWebAppType

getHost

public String getHost()
Gets the "host" element

Specified by:
getHost in interface TomcatWebAppType

xgetHost

public org.apache.xmlbeans.XmlString xgetHost()
Gets (as xml) the "host" element

Specified by:
xgetHost in interface TomcatWebAppType

isSetHost

public boolean isSetHost()
True if has "host" element

Specified by:
isSetHost in interface TomcatWebAppType

setHost

public void setHost(String host)
Sets the "host" element

Specified by:
setHost in interface TomcatWebAppType

xsetHost

public void xsetHost(org.apache.xmlbeans.XmlString host)
Sets (as xml) the "host" element

Specified by:
xsetHost in interface TomcatWebAppType

unsetHost

public void unsetHost()
Unsets the "host" element

Specified by:
unsetHost in interface TomcatWebAppType

getCrossContext

public TomcatEmptyType getCrossContext()
Gets the "cross-context" element

Specified by:
getCrossContext in interface TomcatWebAppType

isSetCrossContext

public boolean isSetCrossContext()
True if has "cross-context" element

Specified by:
isSetCrossContext in interface TomcatWebAppType

setCrossContext

public void setCrossContext(TomcatEmptyType crossContext)
Sets the "cross-context" element

Specified by:
setCrossContext in interface TomcatWebAppType

addNewCrossContext

public TomcatEmptyType addNewCrossContext()
Appends and returns a new empty "cross-context" element

Specified by:
addNewCrossContext in interface TomcatWebAppType

unsetCrossContext

public void unsetCrossContext()
Unsets the "cross-context" element

Specified by:
unsetCrossContext in interface TomcatWebAppType

getDisableCookies

public TomcatEmptyType getDisableCookies()
Gets the "disable-cookies" element

Specified by:
getDisableCookies in interface TomcatWebAppType

isSetDisableCookies

public boolean isSetDisableCookies()
True if has "disable-cookies" element

Specified by:
isSetDisableCookies in interface TomcatWebAppType

setDisableCookies

public void setDisableCookies(TomcatEmptyType disableCookies)
Sets the "disable-cookies" element

Specified by:
setDisableCookies in interface TomcatWebAppType

addNewDisableCookies

public TomcatEmptyType addNewDisableCookies()
Appends and returns a new empty "disable-cookies" element

Specified by:
addNewDisableCookies in interface TomcatWebAppType

unsetDisableCookies

public void unsetDisableCookies()
Unsets the "disable-cookies" element

Specified by:
unsetDisableCookies in interface TomcatWebAppType

getValveChain

public String getValveChain()
Gets the "valve-chain" element

Specified by:
getValveChain in interface TomcatWebAppType

xgetValveChain

public org.apache.xmlbeans.XmlString xgetValveChain()
Gets (as xml) the "valve-chain" element

Specified by:
xgetValveChain in interface TomcatWebAppType

isSetValveChain

public boolean isSetValveChain()
True if has "valve-chain" element

Specified by:
isSetValveChain in interface TomcatWebAppType

setValveChain

public void setValveChain(String valveChain)
Sets the "valve-chain" element

Specified by:
setValveChain in interface TomcatWebAppType

xsetValveChain

public void xsetValveChain(org.apache.xmlbeans.XmlString valveChain)
Sets (as xml) the "valve-chain" element

Specified by:
xsetValveChain in interface TomcatWebAppType

unsetValveChain

public void unsetValveChain()
Unsets the "valve-chain" element

Specified by:
unsetValveChain in interface TomcatWebAppType

getListenerChain

public String getListenerChain()
Gets the "listener-chain" element

Specified by:
getListenerChain in interface TomcatWebAppType

xgetListenerChain

public org.apache.xmlbeans.XmlString xgetListenerChain()
Gets (as xml) the "listener-chain" element

Specified by:
xgetListenerChain in interface TomcatWebAppType

isSetListenerChain

public boolean isSetListenerChain()
True if has "listener-chain" element

Specified by:
isSetListenerChain in interface TomcatWebAppType

setListenerChain

public void setListenerChain(String listenerChain)
Sets the "listener-chain" element

Specified by:
setListenerChain in interface TomcatWebAppType

xsetListenerChain

public void xsetListenerChain(org.apache.xmlbeans.XmlString listenerChain)
Sets (as xml) the "listener-chain" element

Specified by:
xsetListenerChain in interface TomcatWebAppType

unsetListenerChain

public void unsetListenerChain()
Unsets the "listener-chain" element

Specified by:
unsetListenerChain in interface TomcatWebAppType

getTomcatRealm

public String getTomcatRealm()
Gets the "tomcat-realm" element

Specified by:
getTomcatRealm in interface TomcatWebAppType

xgetTomcatRealm

public org.apache.xmlbeans.XmlString xgetTomcatRealm()
Gets (as xml) the "tomcat-realm" element

Specified by:
xgetTomcatRealm in interface TomcatWebAppType

isSetTomcatRealm

public boolean isSetTomcatRealm()
True if has "tomcat-realm" element

Specified by:
isSetTomcatRealm in interface TomcatWebAppType

setTomcatRealm

public void setTomcatRealm(String tomcatRealm)
Sets the "tomcat-realm" element

Specified by:
setTomcatRealm in interface TomcatWebAppType

xsetTomcatRealm

public void xsetTomcatRealm(org.apache.xmlbeans.XmlString tomcatRealm)
Sets (as xml) the "tomcat-realm" element

Specified by:
xsetTomcatRealm in interface TomcatWebAppType

unsetTomcatRealm

public void unsetTomcatRealm()
Unsets the "tomcat-realm" element

Specified by:
unsetTomcatRealm in interface TomcatWebAppType

getManager

public String getManager()
Gets the "manager" element

Specified by:
getManager in interface TomcatWebAppType

xgetManager

public org.apache.xmlbeans.XmlString xgetManager()
Gets (as xml) the "manager" element

Specified by:
xgetManager in interface TomcatWebAppType

isSetManager

public boolean isSetManager()
True if has "manager" element

Specified by:
isSetManager in interface TomcatWebAppType

setManager

public void setManager(String manager)
Sets the "manager" element

Specified by:
setManager in interface TomcatWebAppType

xsetManager

public void xsetManager(org.apache.xmlbeans.XmlString manager)
Sets (as xml) the "manager" element

Specified by:
xsetManager in interface TomcatWebAppType

unsetManager

public void unsetManager()
Unsets the "manager" element

Specified by:
unsetManager in interface TomcatWebAppType

getCluster

public String getCluster()
Gets the "cluster" element

Specified by:
getCluster in interface TomcatWebAppType

xgetCluster

public org.apache.xmlbeans.XmlString xgetCluster()
Gets (as xml) the "cluster" element

Specified by:
xgetCluster in interface TomcatWebAppType

isSetCluster

public boolean isSetCluster()
True if has "cluster" element

Specified by:
isSetCluster in interface TomcatWebAppType

setCluster

public void setCluster(String cluster)
Sets the "cluster" element

Specified by:
setCluster in interface TomcatWebAppType

xsetCluster

public void xsetCluster(org.apache.xmlbeans.XmlString cluster)
Sets (as xml) the "cluster" element

Specified by:
xsetCluster in interface TomcatWebAppType

unsetCluster

public void unsetCluster()
Unsets the "cluster" element

Specified by:
unsetCluster in interface TomcatWebAppType

getAbstractNamingEntryArray

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

Specified by:
getAbstractNamingEntryArray in interface TomcatWebAppType

getAbstractNamingEntryArray

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

Specified by:
getAbstractNamingEntryArray in interface TomcatWebAppType

sizeOfAbstractNamingEntryArray

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

Specified by:
sizeOfAbstractNamingEntryArray in interface TomcatWebAppType

setAbstractNamingEntryArray

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

Specified by:
setAbstractNamingEntryArray in interface TomcatWebAppType

setAbstractNamingEntryArray

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

Specified by:
setAbstractNamingEntryArray in interface TomcatWebAppType

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 TomcatWebAppType

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 TomcatWebAppType

removeAbstractNamingEntry

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

Specified by:
removeAbstractNamingEntry in interface TomcatWebAppType

getEjbRefArray

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

Specified by:
getEjbRefArray in interface TomcatWebAppType

getEjbRefArray

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

Specified by:
getEjbRefArray in interface TomcatWebAppType

sizeOfEjbRefArray

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

Specified by:
sizeOfEjbRefArray in interface TomcatWebAppType

setEjbRefArray

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

Specified by:
setEjbRefArray in interface TomcatWebAppType

setEjbRefArray

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

Specified by:
setEjbRefArray in interface TomcatWebAppType

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 TomcatWebAppType

addNewEjbRef

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

Specified by:
addNewEjbRef in interface TomcatWebAppType

removeEjbRef

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

Specified by:
removeEjbRef in interface TomcatWebAppType

getEjbLocalRefArray

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

Specified by:
getEjbLocalRefArray in interface TomcatWebAppType

getEjbLocalRefArray

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

Specified by:
getEjbLocalRefArray in interface TomcatWebAppType

sizeOfEjbLocalRefArray

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

Specified by:
sizeOfEjbLocalRefArray in interface TomcatWebAppType

setEjbLocalRefArray

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

Specified by:
setEjbLocalRefArray in interface TomcatWebAppType

setEjbLocalRefArray

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

Specified by:
setEjbLocalRefArray in interface TomcatWebAppType

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 TomcatWebAppType

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 TomcatWebAppType

removeEjbLocalRef

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

Specified by:
removeEjbLocalRef in interface TomcatWebAppType

getServiceRefArray

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

Specified by:
getServiceRefArray in interface TomcatWebAppType

getServiceRefArray

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

Specified by:
getServiceRefArray in interface TomcatWebAppType

sizeOfServiceRefArray

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

Specified by:
sizeOfServiceRefArray in interface TomcatWebAppType

setServiceRefArray

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

Specified by:
setServiceRefArray in interface TomcatWebAppType

setServiceRefArray

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

Specified by:
setServiceRefArray in interface TomcatWebAppType

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 TomcatWebAppType

addNewServiceRef

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

Specified by:
addNewServiceRef in interface TomcatWebAppType

removeServiceRef

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

Specified by:
removeServiceRef in interface TomcatWebAppType

getResourceRefArray

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

Specified by:
getResourceRefArray in interface TomcatWebAppType

getResourceRefArray

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

Specified by:
getResourceRefArray in interface TomcatWebAppType

sizeOfResourceRefArray

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

Specified by:
sizeOfResourceRefArray in interface TomcatWebAppType

setResourceRefArray

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

Specified by:
setResourceRefArray in interface TomcatWebAppType

setResourceRefArray

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

Specified by:
setResourceRefArray in interface TomcatWebAppType

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 TomcatWebAppType

addNewResourceRef

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

Specified by:
addNewResourceRef in interface TomcatWebAppType

removeResourceRef

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

Specified by:
removeResourceRef in interface TomcatWebAppType

getResourceEnvRefArray

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

Specified by:
getResourceEnvRefArray in interface TomcatWebAppType

getResourceEnvRefArray

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

Specified by:
getResourceEnvRefArray in interface TomcatWebAppType

sizeOfResourceEnvRefArray

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

Specified by:
sizeOfResourceEnvRefArray in interface TomcatWebAppType

setResourceEnvRefArray

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

Specified by:
setResourceEnvRefArray in interface TomcatWebAppType

setResourceEnvRefArray

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

Specified by:
setResourceEnvRefArray in interface TomcatWebAppType

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 TomcatWebAppType

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 TomcatWebAppType

removeResourceEnvRef

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

Specified by:
removeResourceEnvRef in interface TomcatWebAppType

getMessageDestinationArray

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

Specified by:
getMessageDestinationArray in interface TomcatWebAppType

getMessageDestinationArray

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

Specified by:
getMessageDestinationArray in interface TomcatWebAppType

sizeOfMessageDestinationArray

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

Specified by:
sizeOfMessageDestinationArray in interface TomcatWebAppType

setMessageDestinationArray

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

Specified by:
setMessageDestinationArray in interface TomcatWebAppType

setMessageDestinationArray

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

Specified by:
setMessageDestinationArray in interface TomcatWebAppType

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 TomcatWebAppType

addNewMessageDestination

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

Specified by:
addNewMessageDestination in interface TomcatWebAppType

removeMessageDestination

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

Specified by:
removeMessageDestination in interface TomcatWebAppType

getSecurityRealmName

public String getSecurityRealmName()
Gets the "security-realm-name" element

Specified by:
getSecurityRealmName in interface TomcatWebAppType

xgetSecurityRealmName

public org.apache.xmlbeans.XmlString xgetSecurityRealmName()
Gets (as xml) the "security-realm-name" element

Specified by:
xgetSecurityRealmName in interface TomcatWebAppType

isSetSecurityRealmName

public boolean isSetSecurityRealmName()
True if has "security-realm-name" element

Specified by:
isSetSecurityRealmName in interface TomcatWebAppType

setSecurityRealmName

public void setSecurityRealmName(String securityRealmName)
Sets the "security-realm-name" element

Specified by:
setSecurityRealmName in interface TomcatWebAppType

xsetSecurityRealmName

public void xsetSecurityRealmName(org.apache.xmlbeans.XmlString securityRealmName)
Sets (as xml) the "security-realm-name" element

Specified by:
xsetSecurityRealmName in interface TomcatWebAppType

unsetSecurityRealmName

public void unsetSecurityRealmName()
Unsets the "security-realm-name" element

Specified by:
unsetSecurityRealmName in interface TomcatWebAppType

getSecurity

public GerAbstractSecurityType getSecurity()
Gets the "security" element

Specified by:
getSecurity in interface TomcatWebAppType

isSetSecurity

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

Specified by:
isSetSecurity in interface TomcatWebAppType

setSecurity

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

Specified by:
setSecurity in interface TomcatWebAppType

addNewSecurity

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

Specified by:
addNewSecurity in interface TomcatWebAppType

unsetSecurity

public void unsetSecurity()
Unsets the "security" element

Specified by:
unsetSecurity in interface TomcatWebAppType

getServiceArray

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

Specified by:
getServiceArray in interface TomcatWebAppType

getServiceArray

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

Specified by:
getServiceArray in interface TomcatWebAppType

sizeOfServiceArray

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

Specified by:
sizeOfServiceArray in interface TomcatWebAppType

setServiceArray

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

Specified by:
setServiceArray in interface TomcatWebAppType

setServiceArray

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

Specified by:
setServiceArray in interface TomcatWebAppType

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 TomcatWebAppType

addNewService

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

Specified by:
addNewService in interface TomcatWebAppType

removeService

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

Specified by:
removeService in interface TomcatWebAppType

getPersistenceArray

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

Specified by:
getPersistenceArray in interface TomcatWebAppType

getPersistenceArray

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

Specified by:
getPersistenceArray in interface TomcatWebAppType

sizeOfPersistenceArray

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

Specified by:
sizeOfPersistenceArray in interface TomcatWebAppType

setPersistenceArray

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

Specified by:
setPersistenceArray in interface TomcatWebAppType

setPersistenceArray

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

Specified by:
setPersistenceArray in interface TomcatWebAppType

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 TomcatWebAppType

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 TomcatWebAppType

removePersistence

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

Specified by:
removePersistence in interface TomcatWebAppType


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