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