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