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