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