public static class CartesianTrackType.CoordinateError 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 name="X_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/> <element name="Y_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/> <element name="Z_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Double> |
xm |
protected List<Double> |
ym |
protected List<Double> |
zm |
Constructor and Description |
---|
CoordinateError() |
public List<Double> getXM()
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 xm property.
For example, to add a new item, do as follows:
getXM().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getYM()
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 ym property.
For example, to add a new item, do as follows:
getYM().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getZM()
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 zm property.
For example, to add a new item, do as follows:
getZM().add(newItem);
Objects of the following type(s) are allowed in the list
Double
Copyright © 2024 Tethys. All rights reserved.