|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.DomainsType
public class DomainsType
The
Java class for domainsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="domainsType">
<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="domain" type="{http://jasmine.ow2.org/deployme-2.0}domainType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ConfigurationType |
agentsConfiguration
|
protected DeployablesType |
deployables
|
protected List<DomainType> |
domain
|
protected SimpleContentWithInheritAttribute |
jonasScript
|
protected SimpleContentWithInheritAttribute |
jvmProperties
|
protected String |
name
|
protected PropertiesType |
properties
|
protected ConfigurationType |
serversConfiguration
|
protected String |
version
|
| Constructor Summary | |
|---|---|
DomainsType()
|
|
| Method Summary | |
|---|---|
ConfigurationType |
getAgentsConfiguration()
Gets the value of the agentsConfiguration property. |
DeployablesType |
getDeployables()
Gets the value of the deployables property. |
List<DomainType> |
getDomain()
Gets the value of the domain property. |
SimpleContentWithInheritAttribute |
getJonasScript()
Gets the value of the jonasScript property. |
SimpleContentWithInheritAttribute |
getJvmProperties()
Gets the value of the jvmProperties property. |
String |
getName()
Gets the value of the name property. |
PropertiesType |
getProperties()
Gets the value of the properties property. |
ConfigurationType |
getServersConfiguration()
Gets the value of the serversConfiguration property. |
String |
getVersion()
Gets the value of the version property. |
void |
setAgentsConfiguration(ConfigurationType value)
Sets the value of the agentsConfiguration property. |
void |
setDeployables(DeployablesType value)
Sets the value of the deployables property. |
void |
setJonasScript(SimpleContentWithInheritAttribute value)
Sets the value of the jonasScript property. |
void |
setJvmProperties(SimpleContentWithInheritAttribute value)
Sets the value of the jvmProperties property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setProperties(PropertiesType value)
Sets the value of the properties property. |
void |
setServersConfiguration(ConfigurationType value)
Sets the value of the serversConfiguration property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PropertiesType properties
protected DeployablesType deployables
protected ConfigurationType serversConfiguration
protected ConfigurationType agentsConfiguration
protected SimpleContentWithInheritAttribute jvmProperties
protected SimpleContentWithInheritAttribute jonasScript
protected List<DomainType> domain
protected String name
protected String version
| Constructor Detail |
|---|
public DomainsType()
| Method Detail |
|---|
public PropertiesType getProperties()
PropertiesTypepublic void setProperties(PropertiesType value)
value - allowed object is
PropertiesTypepublic DeployablesType getDeployables()
DeployablesTypepublic void setDeployables(DeployablesType value)
value - allowed object is
DeployablesTypepublic ConfigurationType getServersConfiguration()
ConfigurationTypepublic void setServersConfiguration(ConfigurationType value)
value - allowed object is
ConfigurationTypepublic ConfigurationType getAgentsConfiguration()
ConfigurationTypepublic void setAgentsConfiguration(ConfigurationType value)
value - allowed object is
ConfigurationTypepublic SimpleContentWithInheritAttribute getJvmProperties()
SimpleContentWithInheritAttributepublic void setJvmProperties(SimpleContentWithInheritAttribute value)
value - allowed object is
SimpleContentWithInheritAttributepublic SimpleContentWithInheritAttribute getJonasScript()
SimpleContentWithInheritAttributepublic void setJonasScript(SimpleContentWithInheritAttribute value)
value - allowed object is
SimpleContentWithInheritAttributepublic List<DomainType> getDomain()
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 set method for the domain property.
For example, to add a new item, do as follows:
getDomain().add(newItem);
Objects of the following type(s) are allowed in the list
DomainType
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||