public class Xdata extends GAMLValues
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{}GAML.values">
<attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="units" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected String |
units |
values| Constructor and Description |
|---|
Xdata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
String |
getUnits()
Gets the value of the units property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setUnits(String value)
Sets the value of the units property.
|
getValues, setValuespublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getUnits()
StringCopyright © 2017. All rights reserved.