Java class for domainType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="domainType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="properties" type="{http://jasmine.ow2.org/deployme-2.0}propertiesType" minOccurs="0"/>
<element name="deployables" type="{http://jasmine.ow2.org/deployme-2.0}deployablesType" minOccurs="0"/>
<element name="servers-configuration" type="{http://jasmine.ow2.org/deployme-2.0}configurationType" minOccurs="0"/>
<element name="agents-configuration" type="{http://jasmine.ow2.org/deployme-2.0}configurationType" minOccurs="0"/>
<element name="jvm-properties" type="{http://jasmine.ow2.org/deployme-2.0}simpleContentWithInheritAttribute" minOccurs="0"/>
<element name="jonas-script" type="{http://jasmine.ow2.org/deployme-2.0}simpleContentWithInheritAttribute" minOccurs="0"/>
<element name="servers" type="{http://jasmine.ow2.org/deployme-2.0}serversType" minOccurs="0"/>
<element name="agents" type="{http://jasmine.ow2.org/deployme-2.0}agentsType" minOccurs="0"/>
</sequence>
<attribute name="inherit" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="name" 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
deployables
protected DeployablesType deployables
serversConfiguration
protected ConfigurationType serversConfiguration
agentsConfiguration
protected ConfigurationType agentsConfiguration
jvmProperties
protected SimpleContentWithInheritAttribute jvmProperties
jonasScript
protected SimpleContentWithInheritAttribute jonasScript
servers
protected ServersType servers
agents
protected AgentsType agents
inherit
protected Boolean inherit
name
protected String name
DomainType
public DomainType()
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
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
getServersConfiguration
public ConfigurationType getServersConfiguration()
- Gets the value of the serversConfiguration property.
- Returns:
- possible object is
ConfigurationType
setServersConfiguration
public void setServersConfiguration(ConfigurationType value)
- Sets the value of the serversConfiguration property.
- Parameters:
value - allowed object is
ConfigurationType
getAgentsConfiguration
public ConfigurationType getAgentsConfiguration()
- Gets the value of the agentsConfiguration property.
- Returns:
- possible object is
ConfigurationType
setAgentsConfiguration
public void setAgentsConfiguration(ConfigurationType value)
- Sets the value of the agentsConfiguration property.
- Parameters:
value - allowed object is
ConfigurationType
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
getJonasScript
public SimpleContentWithInheritAttribute getJonasScript()
- Gets the value of the jonasScript property.
- Returns:
- possible object is
SimpleContentWithInheritAttribute
setJonasScript
public void setJonasScript(SimpleContentWithInheritAttribute value)
- Sets the value of the jonasScript property.
- Parameters:
value - allowed object is
SimpleContentWithInheritAttribute
getServers
public ServersType getServers()
- Gets the value of the servers property.
- Returns:
- possible object is
ServersType
setServers
public void setServers(ServersType value)
- Sets the value of the servers property.
- Parameters:
value - allowed object is
ServersType
getAgents
public AgentsType getAgents()
- Gets the value of the agents property.
- Returns:
- possible object is
AgentsType
setAgents
public void setAgents(AgentsType value)
- Sets the value of the agents property.
- Parameters:
value - allowed object is
AgentsType
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
Copyright © 2012 OW2 Consortium. All Rights Reserved.