public class ServiceModuleType
extends java.lang.Object
Java class for serviceModuleType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="serviceModuleType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://geronimo.apache.org/xml/ns/deployment-1.2}environment"/>
<element ref="{http://geronimo.apache.org/xml/ns/deployment-1.2}service" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnvironmentType |
environment |
protected java.util.List<javax.xml.bind.JAXBElement<? extends AbstractServiceType>> |
service |
| Constructor and Description |
|---|
ServiceModuleType() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentType |
getEnvironment()
Gets the value of the environment property.
|
java.util.List<javax.xml.bind.JAXBElement<? extends AbstractServiceType>> |
getService()
Gets the value of the service property.
|
void |
setEnvironment(EnvironmentType value)
Sets the value of the environment property.
|
protected EnvironmentType environment
protected java.util.List<javax.xml.bind.JAXBElement<? extends AbstractServiceType>> service
public EnvironmentType getEnvironment()
EnvironmentTypepublic void setEnvironment(EnvironmentType value)
value - allowed object is
EnvironmentTypepublic java.util.List<javax.xml.bind.JAXBElement<? extends AbstractServiceType>> 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>