public class Trace extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.bioml.com/gaml/}attribute" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.bioml.com/gaml/}Xdata"/>
<element ref="{http://www.bioml.com/gaml/}Ydata"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="label" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
attribute |
protected Integer |
id |
protected String |
label |
protected String |
type |
protected Xdata |
xdata |
protected Ydata |
ydata |
| Constructor and Description |
|---|
Trace() |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
getAttribute()
Gets the value of the attribute property.
|
Integer |
getId()
Gets the value of the id property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getType()
Gets the value of the type property.
|
Xdata |
getXdata()
Gets the value of the xdata property.
|
Ydata |
getYdata()
Gets the value of the ydata property.
|
void |
setId(Integer value)
Sets the value of the id property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setXdata(Xdata value)
Sets the value of the xdata property.
|
void |
setYdata(Ydata value)
Sets the value of the ydata property.
|
protected Xdata xdata
protected Ydata ydata
protected Integer id
protected String label
protected String type
public List<Attribute> getAttribute()
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 attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
public Xdata getXdata()
Xdatapublic void setXdata(Xdata value)
value - allowed object is
Xdatapublic Ydata getYdata()
Ydatapublic void setYdata(Ydata value)
value - allowed object is
Ydatapublic void setId(Integer value)
value - allowed object is
Integerpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getType()
StringCopyright © 2017. All rights reserved.