public class GuidedMunitionMissionElementType extends Object
Java class for guidedMunitionMissionElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="guidedMunitionMissionElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}LaunchPositionML"/>
         <element ref="{}AimPoint"/>
       </sequence>
       <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected MunitionAimPointElementType | aimPoint | 
| protected String | description | 
| protected MunitionLaunchPointElementType | launchPositionML | 
| Constructor and Description | 
|---|
| GuidedMunitionMissionElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| MunitionAimPointElementType | getAimPoint()Gets the value of the aimPoint property. | 
| String | getDescription()Gets the value of the description property. | 
| MunitionLaunchPointElementType | getLaunchPositionML()Gets the value of the launchPositionML property. | 
| void | setAimPoint(MunitionAimPointElementType value)Sets the value of the aimPoint property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setLaunchPositionML(MunitionLaunchPointElementType value)Sets the value of the launchPositionML property. | 
protected MunitionLaunchPointElementType launchPositionML
protected MunitionAimPointElementType aimPoint
protected String description
public MunitionLaunchPointElementType getLaunchPositionML()
MunitionLaunchPointElementTypepublic void setLaunchPositionML(MunitionLaunchPointElementType value)
value - allowed object is
     MunitionLaunchPointElementTypepublic MunitionAimPointElementType getAimPoint()
MunitionAimPointElementTypepublic void setAimPoint(MunitionAimPointElementType value)
value - allowed object is
     MunitionAimPointElementTypepublic String getDescription()
String