public class OrientationType extends Object
Java class for OrientationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrientationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Latitude" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="Longitude" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="Depth" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
depth |
protected BigDecimal |
latitude |
protected BigDecimal |
longitude |
protected XMLGregorianCalendar |
timestamp |
Constructor and Description |
---|
OrientationType() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getDepth()
Gets the value of the depth property.
|
BigDecimal |
getLatitude()
Gets the value of the latitude property.
|
BigDecimal |
getLongitude()
Gets the value of the longitude property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setDepth(BigDecimal value)
Sets the value of the depth property.
|
void |
setLatitude(BigDecimal value)
Sets the value of the latitude property.
|
void |
setLongitude(BigDecimal value)
Sets the value of the longitude property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
protected BigDecimal latitude
protected BigDecimal longitude
protected BigDecimal depth
protected XMLGregorianCalendar timestamp
public BigDecimal getLatitude()
BigDecimal
public void setLatitude(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getLongitude()
BigDecimal
public void setLongitude(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getDepth()
BigDecimal
public void setDepth(BigDecimal value)
value
- allowed object is
BigDecimal
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
Copyright © 2020 Tethys. All rights reserved.