|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.generated.Topology.Domains.Domain.Servers.Server
public static class Topology.Domains.Domain.Servers.Server
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://jasmine.ow2.org/deployme-1.2}configuration" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="machine" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Configuration |
configuration
|
protected java.lang.String |
machine
|
protected java.lang.String |
name
|
| Constructor Summary | |
|---|---|
Topology.Domains.Domain.Servers.Server()
|
|
| Method Summary | |
|---|---|
Configuration |
getConfiguration()
Gets the value of the configuration property. |
java.lang.String |
getMachine()
Gets the value of the machine property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setConfiguration(Configuration value)
Sets the value of the configuration property. |
void |
setMachine(java.lang.String value)
Sets the value of the machine property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Configuration configuration
protected java.lang.String name
protected java.lang.String machine
| Constructor Detail |
|---|
public Topology.Domains.Domain.Servers.Server()
| Method Detail |
|---|
public Configuration getConfiguration()
Configurationpublic void setConfiguration(Configuration value)
value - allowed object is
Configurationpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMachine()
Stringpublic void setMachine(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||