public static class AngularTrackType.Coordinates 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="Angle1" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/> <element name="Angle2" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType" minOccurs="0"/> <element name="Distance_m" type="{http://tethys.sdsu.edu/schema/1.0}ValueListType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Double> |
angle1 |
protected List<Double> |
angle2 |
protected List<Double> |
distanceM |
Constructor and Description |
---|
Coordinates() |
Modifier and Type | Method and Description |
---|---|
List<Double> |
getAngle1()
Gets the value of the angle1 property.
|
List<Double> |
getAngle2()
Gets the value of the angle2 property.
|
List<Double> |
getDistanceM()
Gets the value of the distanceM property.
|
public List<Double> getAngle1()
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 angle1 property.
For example, to add a new item, do as follows:
getAngle1().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getAngle2()
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 angle2 property.
For example, to add a new item, do as follows:
getAngle2().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public List<Double> getDistanceM()
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 distanceM property.
For example, to add a new item, do as follows:
getDistanceM().add(newItem);
Objects of the following type(s) are allowed in the list
Double
Copyright © 2024 Tethys. All rights reserved.