public class MunitionAimPointElementType extends Object
Java class for munitionAimPointElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="munitionAimPointElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{}AbsoluteHorizontalPositionElements"/>
         <element ref="{}Altitude"/>
       </sequence>
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected NonNegativeScalarElementType | altitude | 
| protected String | description | 
| protected LatitudeLongitudeElementType | latitudeLongitude | 
| protected XyElementType | xyPosition | 
| Constructor and Description | 
|---|
| MunitionAimPointElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| NonNegativeScalarElementType | getAltitude()Gets the value of the altitude property. | 
| String | getDescription()Gets the value of the description property. | 
| LatitudeLongitudeElementType | getLatitudeLongitude()Gets the value of the latitudeLongitude property. | 
| XyElementType | getXYPosition()Gets the value of the xyPosition property. | 
| void | setAltitude(NonNegativeScalarElementType value)Sets the value of the altitude property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setLatitudeLongitude(LatitudeLongitudeElementType value)Sets the value of the latitudeLongitude property. | 
| void | setXYPosition(XyElementType value)Sets the value of the xyPosition property. | 
protected LatitudeLongitudeElementType latitudeLongitude
protected XyElementType xyPosition
protected NonNegativeScalarElementType altitude
protected String description
public LatitudeLongitudeElementType getLatitudeLongitude()
LatitudeLongitudeElementTypepublic void setLatitudeLongitude(LatitudeLongitudeElementType value)
value - allowed object is
     LatitudeLongitudeElementTypepublic XyElementType getXYPosition()
XyElementTypepublic void setXYPosition(XyElementType value)
value - allowed object is
     XyElementTypepublic NonNegativeScalarElementType getAltitude()
NonNegativeScalarElementTypepublic void setAltitude(NonNegativeScalarElementType value)
value - allowed object is
     NonNegativeScalarElementTypepublic String getDescription()
String