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()
AbsoluteHorizontalPositionElementType
public void setGeographicPosition(AbsoluteHorizontalPositionElementType value)
value
- allowed object is
AbsoluteHorizontalPositionElementType
public UuvVerticalPositionElementType getVerticalPosition()
UuvVerticalPositionElementType
public void setVerticalPosition(UuvVerticalPositionElementType value)
value
- allowed object is
UuvVerticalPositionElementType
public OrientationElementType getOrientation()
OrientationElementType
public void setOrientation(OrientationElementType value)
value
- allowed object is
OrientationElementType
public WorldCoordinateVelocityElementType getWorldCoordinateVelocity()
WorldCoordinateVelocityElementType
public void setWorldCoordinateVelocity(WorldCoordinateVelocityElementType value)
value
- allowed object is
WorldCoordinateVelocityElementType
public BodyCoordinateVelocityElementType getBodyCoordinateVelocity()
BodyCoordinateVelocityElementType
public void setBodyCoordinateVelocity(BodyCoordinateVelocityElementType value)
value
- allowed object is
BodyCoordinateVelocityElementType
public DopplerVelocityElementType getDopplerVelocity()
DopplerVelocityElementType
public void setDopplerVelocity(DopplerVelocityElementType value)
value
- allowed object is
DopplerVelocityElementType
public PercentElementType getRemainingPower()
PercentElementType
public void setRemainingPower(PercentElementType value)
value
- allowed object is
PercentElementType
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String