public class Disks extends BaseDevices
Java class for Disks complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Disks">
<complexContent>
<extension base="{}BaseDevices">
<sequence>
<element ref="{}disk" maxOccurs="unbounded" minOccurs="0"/>
<element name="clone" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
clone |
protected List<Disk> |
disks |
active, total| Constructor and Description |
|---|
Disks() |
| Modifier and Type | Method and Description |
|---|---|
List<Disk> |
getDisks()
Gets the value of the disks property.
|
Boolean |
isClone()
Gets the value of the clone property.
|
boolean |
isSetClone() |
boolean |
isSetDisks() |
void |
setClone(Boolean value)
Sets the value of the clone property.
|
void |
unsetDisks() |
getActive, getTotal, isSetActive, isSetTotal, setActive, setTotalpublic List<Disk> getDisks()
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 disks property.
For example, to add a new item, do as follows:
getDisks().add(newItem);
Objects of the following type(s) are allowed in the list
Disk
public boolean isSetDisks()
public void unsetDisks()
public Boolean isClone()
Booleanpublic void setClone(Boolean value)
value - allowed object is
Booleanpublic boolean isSetClone()
Copyright © 2012. All Rights Reserved.