public class GpsFixCommandType extends BooleanElementType
Java class for gpsFixCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="gpsFixCommandType">
   <complexContent>
     <extension base="{}booleanElementType">
       <attribute name="timeOut" type="{}positiveScalarType" />
     </extension>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Double | timeOut | 
description, id, timeStamp, value| Constructor and Description | 
|---|
| GpsFixCommandType() | 
| Modifier and Type | Method and Description | 
|---|---|
| Double | getTimeOut()Gets the value of the timeOut property. | 
| void | setTimeOut(Double value)Sets the value of the timeOut property. | 
getDescription, getId, getTimeStamp, isValue, setDescription, setId, setTimeStamp, setValueprotected Double timeOut