org.apache.geronimo.xbeans.geronimo.j2ee
Interface GerApplicationType

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

public interface GerApplicationType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerApplicationType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 EnvironmentType addNewEnvironment()
          Appends and returns a new empty "environment" element
 GerExtModuleType addNewExtModule()
          Appends and returns a new empty value (as xml) as the last "ext-module" element
 GerModuleType addNewModule()
          Appends and returns a new empty value (as xml) as the last "module" 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
 String getApplicationName()
          Gets the "application-name" attribute
 EnvironmentType getEnvironment()
          Gets the "environment" element
 GerExtModuleType[] getExtModuleArray()
          Gets array of all "ext-module" elements
 GerExtModuleType getExtModuleArray(int i)
          Gets ith "ext-module" element
 GerModuleType[] getModuleArray()
          Gets array of all "module" elements
 GerModuleType getModuleArray(int i)
          Gets ith "module" element
 GerAbstractSecurityType getSecurity()
          Gets the "security" element
 AbstractServiceType[] getServiceArray()
          Gets array of all "service" elements
 AbstractServiceType getServiceArray(int i)
          Gets ith "service" element
 GerExtModuleType insertNewExtModule(int i)
          Inserts and returns a new empty value (as xml) as the ith "ext-module" element
 GerModuleType insertNewModule(int i)
          Inserts and returns a new empty value (as xml) as the ith "module" element
 AbstractServiceType insertNewService(int i)
          Inserts and returns a new empty value (as xml) as the ith "service" element
 boolean isSetApplicationName()
          True if has "application-name" attribute
 boolean isSetSecurity()
          True if has "security" element
 void removeExtModule(int i)
          Removes the ith "ext-module" element
 void removeModule(int i)
          Removes the ith "module" element
 void removeService(int i)
          Removes the ith "service" element
 void setApplicationName(String applicationName)
          Sets the "application-name" attribute
 void setEnvironment(EnvironmentType environment)
          Sets the "environment" element
 void setExtModuleArray(GerExtModuleType[] extModuleArray)
          Sets array of all "ext-module" element
 void setExtModuleArray(int i, GerExtModuleType extModule)
          Sets ith "ext-module" element
 void setModuleArray(GerModuleType[] moduleArray)
          Sets array of all "module" element
 void setModuleArray(int i, GerModuleType module)
          Sets ith "module" 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
 int sizeOfExtModuleArray()
          Returns number of "ext-module" element
 int sizeOfModuleArray()
          Returns number of "module" element
 int sizeOfServiceArray()
          Returns number of "service" element
 void unsetApplicationName()
          Unsets the "application-name" attribute
 void unsetSecurity()
          Unsets the "security" element
 org.apache.xmlbeans.XmlString xgetApplicationName()
          Gets (as xml) the "application-name" attribute
 void xsetApplicationName(org.apache.xmlbeans.XmlString applicationName)
          Sets (as xml) the "application-name" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

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

getEnvironment

EnvironmentType getEnvironment()
Gets the "environment" element


setEnvironment

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


addNewEnvironment

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


getModuleArray

GerModuleType[] getModuleArray()
Gets array of all "module" elements


getModuleArray

GerModuleType getModuleArray(int i)
Gets ith "module" element


sizeOfModuleArray

int sizeOfModuleArray()
Returns number of "module" element


setModuleArray

void setModuleArray(GerModuleType[] moduleArray)
Sets array of all "module" element


setModuleArray

void setModuleArray(int i,
                    GerModuleType module)
Sets ith "module" element


insertNewModule

GerModuleType insertNewModule(int i)
Inserts and returns a new empty value (as xml) as the ith "module" element


addNewModule

GerModuleType addNewModule()
Appends and returns a new empty value (as xml) as the last "module" element


removeModule

void removeModule(int i)
Removes the ith "module" element


getExtModuleArray

GerExtModuleType[] getExtModuleArray()
Gets array of all "ext-module" elements


getExtModuleArray

GerExtModuleType getExtModuleArray(int i)
Gets ith "ext-module" element


sizeOfExtModuleArray

int sizeOfExtModuleArray()
Returns number of "ext-module" element


setExtModuleArray

void setExtModuleArray(GerExtModuleType[] extModuleArray)
Sets array of all "ext-module" element


setExtModuleArray

void setExtModuleArray(int i,
                       GerExtModuleType extModule)
Sets ith "ext-module" element


insertNewExtModule

GerExtModuleType insertNewExtModule(int i)
Inserts and returns a new empty value (as xml) as the ith "ext-module" element


addNewExtModule

GerExtModuleType addNewExtModule()
Appends and returns a new empty value (as xml) as the last "ext-module" element


removeExtModule

void removeExtModule(int i)
Removes the ith "ext-module" element


getSecurity

GerAbstractSecurityType getSecurity()
Gets the "security" element


isSetSecurity

boolean isSetSecurity()
True if has "security" element


setSecurity

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


addNewSecurity

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


unsetSecurity

void unsetSecurity()
Unsets the "security" element


getServiceArray

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


getServiceArray

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


sizeOfServiceArray

int sizeOfServiceArray()
Returns number of "service" element


setServiceArray

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


setServiceArray

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


insertNewService

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


addNewService

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


removeService

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


getApplicationName

String getApplicationName()
Gets the "application-name" attribute


xgetApplicationName

org.apache.xmlbeans.XmlString xgetApplicationName()
Gets (as xml) the "application-name" attribute


isSetApplicationName

boolean isSetApplicationName()
True if has "application-name" attribute


setApplicationName

void setApplicationName(String applicationName)
Sets the "application-name" attribute


xsetApplicationName

void xsetApplicationName(org.apache.xmlbeans.XmlString applicationName)
Sets (as xml) the "application-name" attribute


unsetApplicationName

void unsetApplicationName()
Unsets the "application-name" attribute



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