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