public class HoverCommandType extends Object
Java class for hoverCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="hoverCommandType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{}HorizontalPositionElements" minOccurs="0"/>
         <group ref="{}DepthTypeElements" minOccurs="0"/>
         <element ref="{}Heading" minOccurs="0"/>
         <element ref="{}ObtainGps" minOccurs="0"/>
         <element ref="{}Standoff" minOccurs="0"/>
         <element ref="{}TimeOut" minOccurs="0"/>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected NonNegativeScalarElementType | altitude | 
| protected NonNegativeScalarElementType | depth | 
| protected String | description | 
| protected HeadingElementType | heading | 
| protected String | id | 
| protected LatitudeLongitudeElementType | latitudeLongitude | 
| protected BooleanElementType | obtainGps | 
| protected XyElementType | relativeXYPosition | 
| protected PositiveScalarElementType | standoff | 
| protected PositiveScalarElementType | timeOut | 
| protected Double | timeStamp | 
| protected XyElementType | xyPosition | 
| Constructor and Description | 
|---|
| HoverCommandType() | 
| Modifier and Type | Method and Description | 
|---|---|
| NonNegativeScalarElementType | getAltitude()Gets the value of the altitude property. | 
| NonNegativeScalarElementType | getDepth()Gets the value of the depth property. | 
| String | getDescription()Gets the value of the description property. | 
| HeadingElementType | getHeading()Gets the value of the heading property. | 
| String | getId()Gets the value of the id property. | 
| LatitudeLongitudeElementType | getLatitudeLongitude()Gets the value of the latitudeLongitude property. | 
| BooleanElementType | getObtainGps()Gets the value of the obtainGps property. | 
| XyElementType | getRelativeXYPosition()Gets the value of the relativeXYPosition property. | 
| PositiveScalarElementType | getStandoff()Gets the value of the standoff property. | 
| PositiveScalarElementType | getTimeOut()Gets the value of the timeOut property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| XyElementType | getXYPosition()Gets the value of the xyPosition property. | 
| void | setAltitude(NonNegativeScalarElementType value)Sets the value of the altitude property. | 
| void | setDepth(NonNegativeScalarElementType value)Sets the value of the depth property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setHeading(HeadingElementType value)Sets the value of the heading property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setLatitudeLongitude(LatitudeLongitudeElementType value)Sets the value of the latitudeLongitude property. | 
| void | setObtainGps(BooleanElementType value)Sets the value of the obtainGps property. | 
| void | setRelativeXYPosition(XyElementType value)Sets the value of the relativeXYPosition property. | 
| void | setStandoff(PositiveScalarElementType value)Sets the value of the standoff property. | 
| void | setTimeOut(PositiveScalarElementType value)Sets the value of the timeOut property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
| void | setXYPosition(XyElementType value)Sets the value of the xyPosition property. | 
protected LatitudeLongitudeElementType latitudeLongitude
protected XyElementType xyPosition
protected XyElementType relativeXYPosition
protected NonNegativeScalarElementType depth
protected NonNegativeScalarElementType altitude
protected HeadingElementType heading
protected BooleanElementType obtainGps
protected PositiveScalarElementType standoff
protected PositiveScalarElementType timeOut
protected Double timeStamp
protected String description
protected String id
public LatitudeLongitudeElementType getLatitudeLongitude()
LatitudeLongitudeElementTypepublic void setLatitudeLongitude(LatitudeLongitudeElementType value)
value - allowed object is
     LatitudeLongitudeElementTypepublic XyElementType getXYPosition()
XyElementTypepublic void setXYPosition(XyElementType value)
value - allowed object is
     XyElementTypepublic XyElementType getRelativeXYPosition()
XyElementTypepublic void setRelativeXYPosition(XyElementType value)
value - allowed object is
     XyElementTypepublic NonNegativeScalarElementType getDepth()
NonNegativeScalarElementTypepublic void setDepth(NonNegativeScalarElementType value)
value - allowed object is
     NonNegativeScalarElementTypepublic NonNegativeScalarElementType getAltitude()
NonNegativeScalarElementTypepublic void setAltitude(NonNegativeScalarElementType value)
value - allowed object is
     NonNegativeScalarElementTypepublic HeadingElementType getHeading()
HeadingElementTypepublic void setHeading(HeadingElementType value)
value - allowed object is
     HeadingElementTypepublic BooleanElementType getObtainGps()
BooleanElementTypepublic void setObtainGps(BooleanElementType value)
value - allowed object is
     BooleanElementTypepublic PositiveScalarElementType getStandoff()
PositiveScalarElementTypepublic void setStandoff(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic PositiveScalarElementType getTimeOut()
PositiveScalarElementTypepublic void setTimeOut(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String