public static class Deployment.Data.Track.Points.Point 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="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>
Modifier and Type | Class and Description |
---|---|
static class |
Deployment.Data.Track.Points.Point.BearingDegN
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Deployment.Data.Track.Points.Point.BearingDegN |
bearingDegN |
protected Double |
bottomDepthM |
protected Double |
depthM |
protected Double |
latitude |
protected Double |
longitude |
protected Double |
pitchDeg |
protected Double |
rollDeg |
protected Double |
speedKn |
protected XMLGregorianCalendar |
timeStamp |
Constructor and Description |
---|
Point() |
Modifier and Type | Method and Description |
---|---|
Deployment.Data.Track.Points.Point.BearingDegN |
getBearingDegN()
Gets the value of the bearingDegN property.
|
Double |
getBottomDepthM()
Gets the value of the bottomDepthM property.
|
Double |
getDepthM()
Gets the value of the depthM property.
|
Double |
getLatitude()
Gets the value of the latitude property.
|
Double |
getLongitude()
Gets the value of the longitude property.
|
Double |
getPitchDeg()
Gets the value of the pitchDeg property.
|
Double |
getRollDeg()
Gets the value of the rollDeg property.
|
Double |
getSpeedKn()
Gets the value of the speedKn property.
|
XMLGregorianCalendar |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setBearingDegN(Deployment.Data.Track.Points.Point.BearingDegN value)
Sets the value of the bearingDegN property.
|
void |
setBottomDepthM(Double value)
Sets the value of the bottomDepthM property.
|
void |
setDepthM(Double value)
Sets the value of the depthM property.
|
void |
setLatitude(Double value)
Sets the value of the latitude property.
|
void |
setLongitude(Double value)
Sets the value of the longitude property.
|
void |
setPitchDeg(Double value)
Sets the value of the pitchDeg property.
|
void |
setRollDeg(Double value)
Sets the value of the rollDeg property.
|
void |
setSpeedKn(Double value)
Sets the value of the speedKn property.
|
void |
setTimeStamp(XMLGregorianCalendar value)
Sets the value of the timeStamp property.
|
protected XMLGregorianCalendar timeStamp
protected Double longitude
protected Double latitude
protected Deployment.Data.Track.Points.Point.BearingDegN bearingDegN
protected Double speedKn
protected Double pitchDeg
protected Double rollDeg
protected Double depthM
protected Double bottomDepthM
public XMLGregorianCalendar getTimeStamp()
XMLGregorianCalendar
public void setTimeStamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public Double getLongitude()
Double
public void setLongitude(Double value)
value
- allowed object is
Double
public Double getLatitude()
Double
public void setLatitude(Double value)
value
- allowed object is
Double
public Deployment.Data.Track.Points.Point.BearingDegN getBearingDegN()
Deployment.Data.Track.Points.Point.BearingDegN
public void setBearingDegN(Deployment.Data.Track.Points.Point.BearingDegN value)
value
- allowed object is
Deployment.Data.Track.Points.Point.BearingDegN
public Double getSpeedKn()
Double
public void setSpeedKn(Double value)
value
- allowed object is
Double
public Double getPitchDeg()
Double
public void setPitchDeg(Double value)
value
- allowed object is
Double
public Double getRollDeg()
Double
public void setRollDeg(Double value)
value
- allowed object is
Double
public Double getDepthM()
Double
public void setDepthM(Double value)
value
- allowed object is
Double
public Double getBottomDepthM()
Double
Copyright © 2020 Tethys. All rights reserved.