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