public static class Deployment.Data.Track.Points 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="Trackline" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Point" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<group ref="{http://tethys.sdsu.edu/schema/1.0}LongLat" minOccurs="0"/>
<element name="Bearing_DegN" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://tethys.sdsu.edu/schema/1.0>BearingDeg">
<attribute name="north" default="magnetic">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="true"/>
<enumeration value="magnetic"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
<element name="Speed_kn" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Pitch_deg" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxExclusive value="360"/>
</restriction>
</simpleType>
</element>
<element name="Roll_deg" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}double">
<minInclusive value="0"/>
<maxExclusive value="360"/>
</restriction>
</simpleType>
</element>
<element name="Depth_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="BottomDepth_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Deployment.Data.Track.Points.Point
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Deployment.Data.Track.Points.Point> |
point |
protected Double |
trackline |
| Constructor and Description |
|---|
Points() |
| Modifier and Type | Method and Description |
|---|---|
List<Deployment.Data.Track.Points.Point> |
getPoint()
Gets the value of the point property.
|
Double |
getTrackline()
Gets the value of the trackline property.
|
void |
setTrackline(Double value)
Sets the value of the trackline property.
|
protected Double trackline
protected List<Deployment.Data.Track.Points.Point> point
public Double getTrackline()
Doublepublic void setTrackline(Double value)
value - allowed object is
Doublepublic List<Deployment.Data.Track.Points.Point> getPoint()
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 point property.
For example, to add a new item, do as follows:
getPoint().add(newItem);
Objects of the following type(s) are allowed in the list
Deployment.Data.Track.Points.Point
Copyright © 2020 Tethys. All rights reserved.