public class TrackSpeedElementType extends Object
Java class for trackSpeedElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="trackSpeedElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element ref="{}AllTracks" minOccurs="0"/>
         <element ref="{}LeftTrack" minOccurs="0"/>
         <element ref="{}RightTrack" minOccurs="0"/>
       </all>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected ScalarElementType | allTracks | 
| protected String | description | 
| protected String | id | 
| protected ScalarElementType | leftTrack | 
| protected ScalarElementType | rightTrack | 
| protected Double | timeStamp | 
| Constructor and Description | 
|---|
| TrackSpeedElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| ScalarElementType | getAllTracks()Gets the value of the allTracks property. | 
| String | getDescription()Gets the value of the description property. | 
| String | getId()Gets the value of the id property. | 
| ScalarElementType | getLeftTrack()Gets the value of the leftTrack property. | 
| ScalarElementType | getRightTrack()Gets the value of the rightTrack property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| void | setAllTracks(ScalarElementType value)Sets the value of the allTracks property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setLeftTrack(ScalarElementType value)Sets the value of the leftTrack property. | 
| void | setRightTrack(ScalarElementType value)Sets the value of the rightTrack property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
protected ScalarElementType allTracks
protected ScalarElementType leftTrack
protected ScalarElementType rightTrack
protected Double timeStamp
protected String description
protected String id
public ScalarElementType getAllTracks()
ScalarElementTypepublic void setAllTracks(ScalarElementType value)
value - allowed object is
     ScalarElementTypepublic ScalarElementType getLeftTrack()
ScalarElementTypepublic void setLeftTrack(ScalarElementType value)
value - allowed object is
     ScalarElementTypepublic ScalarElementType getRightTrack()
ScalarElementTypepublic void setRightTrack(ScalarElementType value)
value - allowed object is
     ScalarElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String