public class ApplicationType
extends java.lang.Object
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.2}environment"/> <element name="module" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}moduleType" maxOccurs="unbounded" minOccurs="0"/> <element name="ext-module" type="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}ext-moduleType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://geronimo.apache.org/xml/ns/j2ee/application-1.2}security" minOccurs="0"/> <element ref="{http://geronimo.apache.org/xml/ns/deployment-1.2}service" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="application-name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
applicationName |
protected EnvironmentType |
environment |
protected java.util.List<ExtModuleType> |
extModule |
protected java.util.List<ModuleType> |
module |
protected AbstractSecurityType |
security |
protected java.util.List<<any>> |
service |
Constructor and Description |
---|
ApplicationType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApplicationName()
Gets the value of the applicationName property.
|
EnvironmentType |
getEnvironment()
Gets the value of the environment property.
|
java.util.List<ExtModuleType> |
getExtModule()
Gets the value of the extModule property.
|
java.util.List<ModuleType> |
getModule()
Gets the value of the module property.
|
AbstractSecurityType |
getSecurity()
Gets the value of the security property.
|
java.util.List<<any>> |
getService()
Gets the value of the service property.
|
void |
setApplicationName(java.lang.String value)
Sets the value of the applicationName property.
|
void |
setEnvironment(EnvironmentType value)
Sets the value of the environment property.
|
void |
setSecurity(AbstractSecurityType value)
Sets the value of the security property.
|
protected EnvironmentType environment
protected java.util.List<ModuleType> module
protected java.util.List<ExtModuleType> extModule
protected AbstractSecurityType security
protected java.util.List<<any>> service
protected java.lang.String applicationName
public EnvironmentType getEnvironment()
EnvironmentType
public void setEnvironment(EnvironmentType value)
value
- allowed object is
EnvironmentType
public java.util.List<ModuleType> getModule()
set
method for the module property.
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
public java.util.List<ExtModuleType> getExtModule()
set
method for the extModule property.
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
public AbstractSecurityType getSecurity()
AbstractSecurityType
public void setSecurity(AbstractSecurityType value)
value
- allowed object is
AbstractSecurityType
public java.util.List<<any>> getService()
set
method for the service property.
For example, to add a new item, do as follows:
getService().add(newItem);Objects of the following type(s) are allowed in the list
JAXBElement
<
GbeanType
>
JAXBElement
<
AbstractServiceType
>
public java.lang.String getApplicationName()
String
public void setApplicationName(java.lang.String value)
value
- allowed object is
String