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()
AbsoluteHorizontalPositionElementType
public void setGeographicPosition(AbsoluteHorizontalPositionElementType value)
value
- allowed object is
AbsoluteHorizontalPositionElementType
public VerticalPositionUGVElementType getAltitudeUGV()
VerticalPositionUGVElementType
public void setAltitudeUGV(VerticalPositionUGVElementType value)
value
- allowed object is
VerticalPositionUGVElementType
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