public class UgvTelemetryElementType extends Object
Java class for ugvTelemetryElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ugvTelemetryElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{}GeographicPosition" minOccurs="0"/>
<element ref="{}AltitudeUGV" 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 VerticalPositionUGVElementType |
altitudeUGV |
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 WorldCoordinateVelocityElementType |
worldCoordinateVelocity |
| Constructor and Description |
|---|
UgvTelemetryElementType() |
| Modifier and Type | Method and Description |
|---|---|
VerticalPositionUGVElementType |
getAltitudeUGV()
Gets the value of the altitudeUGV property.
|
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.
|
WorldCoordinateVelocityElementType |
getWorldCoordinateVelocity()
Gets the value of the worldCoordinateVelocity property.
|
void |
setAltitudeUGV(VerticalPositionUGVElementType value)
Sets the value of the altitudeUGV 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 |
setWorldCoordinateVelocity(WorldCoordinateVelocityElementType value)
Sets the value of the worldCoordinateVelocity property.
|
protected AbsoluteHorizontalPositionElementType geographicPosition
protected VerticalPositionUGVElementType altitudeUGV
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 VerticalPositionUGVElementType getAltitudeUGV()
VerticalPositionUGVElementTypepublic void setAltitudeUGV(VerticalPositionUGVElementType value)
value - allowed object is
VerticalPositionUGVElementTypepublic 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