Java class for serverType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="serverType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="properties" type="{http://jasmine.ow2.org/deployme-2.0}propertiesType" minOccurs="0"/>
<element name="jvm-properties" type="{http://jasmine.ow2.org/deployme-2.0}simpleContentWithInheritAttribute" minOccurs="0"/>
<element name="jonas-root" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="jonas-base" type="{http://jasmine.ow2.org/deployme-2.0}JOnASBaseType"/>
<element name="configuration" type="{http://jasmine.ow2.org/deployme-2.0}configurationType" minOccurs="0"/>
<element name="deployables" type="{http://jasmine.ow2.org/deployme-2.0}deployablesType" minOccurs="0"/>
</all>
<attribute name="inherit" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="machine" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
protected PropertiesType properties
jvmProperties
protected SimpleContentWithInheritAttribute jvmProperties
jonasRoot
protected String jonasRoot
jonasBase
protected JOnASBaseType jonasBase
configuration
protected ConfigurationType configuration
deployables
protected DeployablesType deployables
inherit
protected Boolean inherit
name
protected String name
machine
protected String machine
ServerType
public ServerType()
getProperties
public PropertiesType getProperties()
- Gets the value of the properties property.
- Returns:
- possible object is
PropertiesType
setProperties
public void setProperties(PropertiesType value)
- Sets the value of the properties property.
- Parameters:
value - allowed object is
PropertiesType
getJvmProperties
public SimpleContentWithInheritAttribute getJvmProperties()
- Gets the value of the jvmProperties property.
- Returns:
- possible object is
SimpleContentWithInheritAttribute
setJvmProperties
public void setJvmProperties(SimpleContentWithInheritAttribute value)
- Sets the value of the jvmProperties property.
- Parameters:
value - allowed object is
SimpleContentWithInheritAttribute
getJonasRoot
public String getJonasRoot()
- Gets the value of the jonasRoot property.
- Returns:
- possible object is
String
setJonasRoot
public void setJonasRoot(String value)
- Sets the value of the jonasRoot property.
- Parameters:
value - allowed object is
String
getJonasBase
public JOnASBaseType getJonasBase()
- Gets the value of the jonasBase property.
- Returns:
- possible object is
JOnASBaseType
setJonasBase
public void setJonasBase(JOnASBaseType value)
- Sets the value of the jonasBase property.
- Parameters:
value - allowed object is
JOnASBaseType
getConfiguration
public ConfigurationType getConfiguration()
- Gets the value of the configuration property.
- Returns:
- possible object is
ConfigurationType
setConfiguration
public void setConfiguration(ConfigurationType value)
- Sets the value of the configuration property.
- Parameters:
value - allowed object is
ConfigurationType
getDeployables
public DeployablesType getDeployables()
- Gets the value of the deployables property.
- Returns:
- possible object is
DeployablesType
setDeployables
public void setDeployables(DeployablesType value)
- Sets the value of the deployables property.
- Parameters:
value - allowed object is
DeployablesType
isInherit
public Boolean isInherit()
- Gets the value of the inherit property.
- Returns:
- possible object is
Boolean
setInherit
public void setInherit(Boolean value)
- Sets the value of the inherit property.
- Parameters:
value - allowed object is
Boolean
getName
public String getName()
- Gets the value of the name property.
- Returns:
- possible object is
String
setName
public void setName(String value)
- Sets the value of the name property.
- Parameters:
value - allowed object is
String
getMachine
public String getMachine()
- Gets the value of the machine property.
- Returns:
- possible object is
String
setMachine
public void setMachine(String value)
- Sets the value of the machine property.
- Parameters:
value - allowed object is
String
Copyright © 2012 OW2 Consortium. All Rights Reserved.