public class IPs extends BaseResources
Java class for IPs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IPs"> <complexContent> <extension base="{}BaseResources"> <sequence> <element ref="{}ip" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
IPs() |
Modifier and Type | Method and Description |
---|---|
List<IP> |
getIPs()
Gets the value of the iPs property.
|
boolean |
isSetIPs() |
void |
unsetIPs() |
getActive, getTotal, isSetActive, isSetTotal, setActive, setTotal
getActions, isSetActions, setActions
public List<IP> getIPs()
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 iPs property.
For example, to add a new item, do as follows:
getIPs().add(newItem);
Objects of the following type(s) are allowed in the list
IP
public boolean isSetIPs()
public void unsetIPs()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0