java.lang.Objectorg.apache.geronimo.xml.ns.j2ee.application_1.ApplicationType
Java class for applicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="applicationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.1}environment"/> <element name="module" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.1}moduleType" maxOccurs="unbounded" minOccurs="0"/> <element name="ext-module" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.1}ext-moduleType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://geronimo.apache.org/xml/ns/security-1.1}security" minOccurs="0"/> <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.1}gbean" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="application-name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Field Summary | ||
---|---|---|
protected EnvironmentType | environment | |
protected List<ModuleType> | module | |
protected List<ExtModuleType> | extModule | |
protected SecurityType | security | |
protected List<GbeanType> | gbean | |
protected String | applicationName |
Method from org.apache.geronimo.xml.ns.j2ee.application_1.ApplicationType Summary: |
---|
getApplicationName, getEnvironment, getExtModule, getGbean, getModule, getSecurity, setApplicationName, setEnvironment, setSecurity |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.geronimo.xml.ns.j2ee.application_1.ApplicationType Detail: |
---|
|
|
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getExtModule().add(newItem); Objects of the following type(s) are allowed in the list ExtModuleType |
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getGbean().add(newItem); Objects of the following type(s) are allowed in the list GbeanType |
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a For example, to add a new item, do as follows: getModule().add(newItem); Objects of the following type(s) are allowed in the list ModuleType |
|
|
|
|