public class UuvTelemetryElementType extends Object
Java class for uuvTelemetryElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="uuvTelemetryElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element ref="{}GeographicPosition" minOccurs="0"/>
         <element ref="{}VerticalPosition" minOccurs="0"/>
         <element ref="{}Orientation" minOccurs="0"/>
         <element ref="{}WorldCoordinateVelocity" minOccurs="0"/>
         <element ref="{}BodyCoordinateVelocity" minOccurs="0"/>
         <element ref="{}DopplerVelocity" minOccurs="0"/>
         <element ref="{}RemainingPower" minOccurs="0"/>
       </all>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected BodyCoordinateVelocityElementType | bodyCoordinateVelocity | 
| protected String | description | 
| protected DopplerVelocityElementType | dopplerVelocity | 
| protected AbsoluteHorizontalPositionElementType | geographicPosition | 
| protected String | id | 
| protected OrientationElementType | orientation | 
| protected PercentElementType | remainingPower | 
| protected Double | timeStamp | 
| protected UuvVerticalPositionElementType | verticalPosition | 
| protected WorldCoordinateVelocityElementType | worldCoordinateVelocity | 
| Constructor and Description | 
|---|
| UuvTelemetryElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| BodyCoordinateVelocityElementType | getBodyCoordinateVelocity()Gets the value of the bodyCoordinateVelocity property. | 
| String | getDescription()Gets the value of the description property. | 
| DopplerVelocityElementType | getDopplerVelocity()Gets the value of the dopplerVelocity property. | 
| AbsoluteHorizontalPositionElementType | getGeographicPosition()Gets the value of the geographicPosition property. | 
| String | getId()Gets the value of the id property. | 
| OrientationElementType | getOrientation()Gets the value of the orientation property. | 
| PercentElementType | getRemainingPower()Gets the value of the remainingPower property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| UuvVerticalPositionElementType | getVerticalPosition()Gets the value of the verticalPosition property. | 
| WorldCoordinateVelocityElementType | getWorldCoordinateVelocity()Gets the value of the worldCoordinateVelocity property. | 
| void | setBodyCoordinateVelocity(BodyCoordinateVelocityElementType value)Sets the value of the bodyCoordinateVelocity property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setDopplerVelocity(DopplerVelocityElementType value)Sets the value of the dopplerVelocity property. | 
| void | setGeographicPosition(AbsoluteHorizontalPositionElementType value)Sets the value of the geographicPosition property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setOrientation(OrientationElementType value)Sets the value of the orientation property. | 
| void | setRemainingPower(PercentElementType value)Sets the value of the remainingPower property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
| void | setVerticalPosition(UuvVerticalPositionElementType value)Sets the value of the verticalPosition property. | 
| void | setWorldCoordinateVelocity(WorldCoordinateVelocityElementType value)Sets the value of the worldCoordinateVelocity property. | 
protected AbsoluteHorizontalPositionElementType geographicPosition
protected UuvVerticalPositionElementType verticalPosition
protected OrientationElementType orientation
protected WorldCoordinateVelocityElementType worldCoordinateVelocity
protected BodyCoordinateVelocityElementType bodyCoordinateVelocity
protected DopplerVelocityElementType dopplerVelocity
protected PercentElementType remainingPower
protected Double timeStamp
protected String description
protected String id
public AbsoluteHorizontalPositionElementType getGeographicPosition()
AbsoluteHorizontalPositionElementTypepublic void setGeographicPosition(AbsoluteHorizontalPositionElementType value)
value - allowed object is
     AbsoluteHorizontalPositionElementTypepublic UuvVerticalPositionElementType getVerticalPosition()
UuvVerticalPositionElementTypepublic void setVerticalPosition(UuvVerticalPositionElementType value)
value - allowed object is
     UuvVerticalPositionElementTypepublic OrientationElementType getOrientation()
OrientationElementTypepublic void setOrientation(OrientationElementType value)
value - allowed object is
     OrientationElementTypepublic WorldCoordinateVelocityElementType getWorldCoordinateVelocity()
WorldCoordinateVelocityElementTypepublic void setWorldCoordinateVelocity(WorldCoordinateVelocityElementType value)
value - allowed object is
     WorldCoordinateVelocityElementTypepublic BodyCoordinateVelocityElementType getBodyCoordinateVelocity()
BodyCoordinateVelocityElementTypepublic void setBodyCoordinateVelocity(BodyCoordinateVelocityElementType value)
value - allowed object is
     BodyCoordinateVelocityElementTypepublic DopplerVelocityElementType getDopplerVelocity()
DopplerVelocityElementTypepublic void setDopplerVelocity(DopplerVelocityElementType value)
value - allowed object is
     DopplerVelocityElementTypepublic PercentElementType getRemainingPower()
PercentElementTypepublic void setRemainingPower(PercentElementType value)
value - allowed object is
     PercentElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String