java.lang.Object
net.anwiba.tools.yworks.labels.generated.Labels

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>
 
  • Field Details

  • Constructor Details

    • Labels

      public Labels()
  • Method Details

    • getLabel

      public List<Label> getLabel()
      Gets the value of the label property.

      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 Jakarta XML Binding 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

      Returns:
      The value of the label property.