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