public class Clusters extends BaseResources
Java class for Clusters complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Clusters">
<complexContent>
<extension base="{}BaseResources">
<sequence>
<element ref="{}cluster" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Cluster> |
clusters |
active, total| Constructor and Description |
|---|
Clusters() |
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
getClusters()
Gets the value of the clusters property.
|
boolean |
isSetClusters() |
void |
unsetClusters() |
getActive, getTotal, isSetActive, isSetTotal, setActive, setTotalpublic List<Cluster> getClusters()
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 clusters property.
For example, to add a new item, do as follows:
getClusters().add(newItem);
Objects of the following type(s) are allowed in the list
Cluster
public boolean isSetClusters()
public void unsetClusters()
Copyright © 2012. All Rights Reserved.