public class SpeedElementType extends ScalarElementType
Java class for speedElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="speedElementType">
<complexContent>
<extension base="{}scalarElementType">
<attribute name="speedOverGround" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
speedOverGround |
description, id, timeStamp, value| Constructor and Description |
|---|
SpeedElementType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSpeedOverGround()
Gets the value of the speedOverGround property.
|
void |
setSpeedOverGround(Boolean value)
Sets the value of the speedOverGround property.
|
getDescription, getId, getTimeStamp, getValue, setDescription, setId, setTimeStamp, setValue