public class VerticalPositionUGVElementType extends Object
Java class for verticalPositionUGVElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="verticalPositionUGVElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="altitudeMSL" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected double | altitudeMSL | 
| Constructor and Description | 
|---|
| VerticalPositionUGVElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getAltitudeMSL()Gets the value of the altitudeMSL property. | 
| void | setAltitudeMSL(double value)Sets the value of the altitudeMSL property. |