public class Labels extends Object
Java class for Labels element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="Labels">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Label" type="{}LabelType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Constructor and Description |
|---|
Labels() |
public List<Label> getLabel()
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 label property.
For example, to add a new item, do as follows:
getLabel().add(newItem);
Objects of the following type(s) are allowed in the list
Label
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.