org.ow2.jasmine.deployme.generated
Class Topology.Domains.Domain.Servers
java.lang.Object
org.ow2.jasmine.deployme.generated.Topology.Domains.Domain.Servers
- Enclosing class:
- Topology.Domains.Domain
public static class Topology.Domains.Domain.Servers
- extends java.lang.Object
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 maxOccurs="unbounded">
<element name="server">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}configuration"/>
</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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
server
protected java.util.List<Topology.Domains.Domain.Servers.Server> server
Topology.Domains.Domain.Servers
public Topology.Domains.Domain.Servers()
getServer
public java.util.List<Topology.Domains.Domain.Servers.Server> getServer()
- Gets the value of the server property.
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 server property.
For example, to add a new item, do as follows:
getServer().add(newItem);
Objects of the following type(s) are allowed in the list
Topology.Domains.Domain.Servers.Server
Copyright © 2008 OW2 Consortium. All Rights Reserved.