public class TelemetryElementType extends Object
Java class for telemetryElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="telemetryElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Posture"/> <element ref="{}PostureRate"/> </sequence> <attGroup ref="{}CommonAttributes"/> <attribute name="time" type="{}positiveScalarType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected PostureElementType |
posture |
protected WorldCoordinateVelocityElementType |
postureRate |
protected Double |
time |
protected Double |
timeStamp |
Constructor and Description |
---|
TelemetryElementType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
PostureElementType |
getPosture()
Gets the value of the posture property.
|
WorldCoordinateVelocityElementType |
getPostureRate()
Gets the value of the postureRate property.
|
Double |
getTime()
Gets the value of the time property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPosture(PostureElementType value)
Sets the value of the posture property.
|
void |
setPostureRate(WorldCoordinateVelocityElementType value)
Sets the value of the postureRate property.
|
void |
setTime(Double value)
Sets the value of the time property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected PostureElementType posture
protected WorldCoordinateVelocityElementType postureRate
protected Double time
protected Double timeStamp
protected String description
protected String id
public PostureElementType getPosture()
PostureElementType
public void setPosture(PostureElementType value)
value
- allowed object is
PostureElementType
public WorldCoordinateVelocityElementType getPostureRate()
WorldCoordinateVelocityElementType
public void setPostureRate(WorldCoordinateVelocityElementType value)
value
- allowed object is
WorldCoordinateVelocityElementType
public Double getTime()
Double
public void setTime(Double value)
value
- allowed object is
Double
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