public class VerticalPositionUAVElementType extends Object
Java class for verticalPositionUAVElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="verticalPositionUAVElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="altitudeMSL" type="{}nonNegativeScalarType" />
       <attribute name="altitudeAGL" type="{}nonNegativeScalarType" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Double | altitudeAGL | 
| protected Double | altitudeMSL | 
| Constructor and Description | 
|---|
| VerticalPositionUAVElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| Double | getAltitudeAGL()Gets the value of the altitudeAGL property. | 
| Double | getAltitudeMSL()Gets the value of the altitudeMSL property. | 
| void | setAltitudeAGL(Double value)Sets the value of the altitudeAGL property. | 
| void | setAltitudeMSL(Double value)Sets the value of the altitudeMSL property. | 
public Double getAltitudeMSL()
Doublepublic void setAltitudeMSL(Double value)
value - allowed object is
     Doublepublic Double getAltitudeAGL()
Double