public class UgvControlOrdersElementType extends Object
Java class for ugvControlOrdersElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ugvControlOrdersElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element ref="{}TrackSpeedCommand" minOccurs="0"/>
         <element ref="{}TrackSpeed" minOccurs="0"/>
       </all>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected String | id | 
| protected Double | timeStamp | 
| protected TrackSpeedElementType | trackSpeed | 
| protected TrackSpeedElementType | trackSpeedCommand | 
| Constructor and Description | 
|---|
| UgvControlOrdersElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the value of the description property. | 
| String | getId()Gets the value of the id property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| TrackSpeedElementType | getTrackSpeed()Gets the value of the trackSpeed property. | 
| TrackSpeedElementType | getTrackSpeedCommand()Gets the value of the trackSpeedCommand property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
| void | setTrackSpeed(TrackSpeedElementType value)Sets the value of the trackSpeed property. | 
| void | setTrackSpeedCommand(TrackSpeedElementType value)Sets the value of the trackSpeedCommand property. | 
protected TrackSpeedElementType trackSpeedCommand
protected TrackSpeedElementType trackSpeed
protected Double timeStamp
protected String description
protected String id
public TrackSpeedElementType getTrackSpeedCommand()
TrackSpeedElementTypepublic void setTrackSpeedCommand(TrackSpeedElementType value)
value - allowed object is
     TrackSpeedElementTypepublic TrackSpeedElementType getTrackSpeed()
TrackSpeedElementTypepublic void setTrackSpeed(TrackSpeedElementType value)
value - allowed object is
     TrackSpeedElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String