Class TCompasLabels
java.lang.Object
org.lfenergy.compas.scl2007b4.model.TCompasLabels
List of Labels belonging to the SCL File to filter on with a maximum number
Java class for tCompasLabels complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCompasLabels"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Label" type="{https://www.lfenergy.org/compas/extension/v1}tCompasLabel" maxOccurs="20" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
label
-
-
Constructor Details
-
TCompasLabels
public TCompasLabels()
-
-
Method Details
-
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
String
-
isSetLabel
public boolean isSetLabel() -
unsetLabel
public void unsetLabel()
-