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