public class LoiterUGVCommandType extends Object
Java class for loiterUGVCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="loiterUGVCommandType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{}HorizontalPositionElements" minOccurs="0"/>
         <group ref="{}SpeedTypeElements" minOccurs="0"/>
         <element ref="{}TimeOut" minOccurs="0"/>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected String | id | 
| protected PositiveScalarElementType | knots | 
| protected LatitudeLongitudeElementType | latitudeLongitude | 
| protected XyElementType | relativeXYPosition | 
| protected PositiveScalarElementType | speed | 
| protected PositiveScalarElementType | timeOut | 
| protected Double | timeStamp | 
| protected XyElementType | xyPosition | 
| Constructor and Description | 
|---|
| LoiterUGVCommandType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the value of the description property. | 
| String | getId()Gets the value of the id property. | 
| PositiveScalarElementType | getKnots()Gets the value of the knots property. | 
| LatitudeLongitudeElementType | getLatitudeLongitude()Gets the value of the latitudeLongitude property. | 
| XyElementType | getRelativeXYPosition()Gets the value of the relativeXYPosition property. | 
| PositiveScalarElementType | getSpeed()Gets the value of the speed property. | 
| PositiveScalarElementType | getTimeOut()Gets the value of the timeOut property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| XyElementType | getXYPosition()Gets the value of the xyPosition property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setKnots(PositiveScalarElementType value)Sets the value of the knots property. | 
| void | setLatitudeLongitude(LatitudeLongitudeElementType value)Sets the value of the latitudeLongitude property. | 
| void | setRelativeXYPosition(XyElementType value)Sets the value of the relativeXYPosition property. | 
| void | setSpeed(PositiveScalarElementType value)Sets the value of the speed property. | 
| void | setTimeOut(PositiveScalarElementType value)Sets the value of the timeOut property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
| void | setXYPosition(XyElementType value)Sets the value of the xyPosition property. | 
protected LatitudeLongitudeElementType latitudeLongitude
protected XyElementType xyPosition
protected XyElementType relativeXYPosition
protected PositiveScalarElementType speed
protected PositiveScalarElementType knots
protected PositiveScalarElementType timeOut
protected Double timeStamp
protected String description
protected String id
public LatitudeLongitudeElementType getLatitudeLongitude()
LatitudeLongitudeElementTypepublic void setLatitudeLongitude(LatitudeLongitudeElementType value)
value - allowed object is
     LatitudeLongitudeElementTypepublic XyElementType getXYPosition()
XyElementTypepublic void setXYPosition(XyElementType value)
value - allowed object is
     XyElementTypepublic XyElementType getRelativeXYPosition()
XyElementTypepublic void setRelativeXYPosition(XyElementType value)
value - allowed object is
     XyElementTypepublic PositiveScalarElementType getSpeed()
PositiveScalarElementTypepublic void setSpeed(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic PositiveScalarElementType getKnots()
PositiveScalarElementTypepublic void setKnots(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic PositiveScalarElementType getTimeOut()
PositiveScalarElementTypepublic void setTimeOut(PositiveScalarElementType value)
value - allowed object is
     PositiveScalarElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String