public class MissionPreparationElementType extends Object
Java class for missionPreparationElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="missionPreparationElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}UnitsOfMeasure"/>
         <element ref="{}GeoOrigin" minOccurs="0"/>
         <element ref="{}Configuration" minOccurs="0"/>
         <group ref="{}MissionSpecification" minOccurs="0"/>
       </sequence>
       <attGroup ref="{}CommonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected AgendaMissionElementType | agendaMission | 
| protected ConfigurationElementType | configuration | 
| protected String | description | 
| protected GeoOriginElementType | geoOrigin | 
| protected GuidedMunitionMissionElementType | guidedMunitionMission | 
| protected String | id | 
| protected Double | timeStamp | 
| protected UavScriptCommandsType | uavCommandScript | 
| protected UgvScriptCommandsType | ugvCommandScript | 
| protected UnitsOfMeasureElementType | unitsOfMeasure | 
| protected UsvScriptCommandsType | usvCommandScript | 
| protected UuvScriptCommandsType | uuvCommandScript | 
| Constructor and Description | 
|---|
| MissionPreparationElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| AgendaMissionElementType | getAgendaMission()Gets the value of the agendaMission property. | 
| ConfigurationElementType | getConfiguration()Gets the value of the configuration property. | 
| String | getDescription()Gets the value of the description property. | 
| GeoOriginElementType | getGeoOrigin()Gets the value of the geoOrigin property. | 
| GuidedMunitionMissionElementType | getGuidedMunitionMission()Gets the value of the guidedMunitionMission property. | 
| String | getId()Gets the value of the id property. | 
| Double | getTimeStamp()Gets the value of the timeStamp property. | 
| UavScriptCommandsType | getUAVCommandScript()Gets the value of the uavCommandScript property. | 
| UgvScriptCommandsType | getUGVCommandScript()Gets the value of the ugvCommandScript property. | 
| UnitsOfMeasureElementType | getUnitsOfMeasure()Gets the value of the unitsOfMeasure property. | 
| UsvScriptCommandsType | getUSVCommandScript()Gets the value of the usvCommandScript property. | 
| UuvScriptCommandsType | getUUVCommandScript()Gets the value of the uuvCommandScript property. | 
| void | setAgendaMission(AgendaMissionElementType value)Sets the value of the agendaMission property. | 
| void | setConfiguration(ConfigurationElementType value)Sets the value of the configuration property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setGeoOrigin(GeoOriginElementType value)Sets the value of the geoOrigin property. | 
| void | setGuidedMunitionMission(GuidedMunitionMissionElementType value)Sets the value of the guidedMunitionMission property. | 
| void | setId(String value)Sets the value of the id property. | 
| void | setTimeStamp(Double value)Sets the value of the timeStamp property. | 
| void | setUAVCommandScript(UavScriptCommandsType value)Sets the value of the uavCommandScript property. | 
| void | setUGVCommandScript(UgvScriptCommandsType value)Sets the value of the ugvCommandScript property. | 
| void | setUnitsOfMeasure(UnitsOfMeasureElementType value)Sets the value of the unitsOfMeasure property. | 
| void | setUSVCommandScript(UsvScriptCommandsType value)Sets the value of the usvCommandScript property. | 
| void | setUUVCommandScript(UuvScriptCommandsType value)Sets the value of the uuvCommandScript property. | 
protected UnitsOfMeasureElementType unitsOfMeasure
protected GeoOriginElementType geoOrigin
protected ConfigurationElementType configuration
protected UavScriptCommandsType uavCommandScript
protected UgvScriptCommandsType ugvCommandScript
protected UsvScriptCommandsType usvCommandScript
protected UuvScriptCommandsType uuvCommandScript
protected AgendaMissionElementType agendaMission
protected GuidedMunitionMissionElementType guidedMunitionMission
protected Double timeStamp
protected String description
protected String id
public UnitsOfMeasureElementType getUnitsOfMeasure()
UnitsOfMeasureElementTypepublic void setUnitsOfMeasure(UnitsOfMeasureElementType value)
value - allowed object is
     UnitsOfMeasureElementTypepublic GeoOriginElementType getGeoOrigin()
GeoOriginElementTypepublic void setGeoOrigin(GeoOriginElementType value)
value - allowed object is
     GeoOriginElementTypepublic ConfigurationElementType getConfiguration()
ConfigurationElementTypepublic void setConfiguration(ConfigurationElementType value)
value - allowed object is
     ConfigurationElementTypepublic UavScriptCommandsType getUAVCommandScript()
UavScriptCommandsTypepublic void setUAVCommandScript(UavScriptCommandsType value)
value - allowed object is
     UavScriptCommandsTypepublic UgvScriptCommandsType getUGVCommandScript()
UgvScriptCommandsTypepublic void setUGVCommandScript(UgvScriptCommandsType value)
value - allowed object is
     UgvScriptCommandsTypepublic UsvScriptCommandsType getUSVCommandScript()
UsvScriptCommandsTypepublic void setUSVCommandScript(UsvScriptCommandsType value)
value - allowed object is
     UsvScriptCommandsTypepublic UuvScriptCommandsType getUUVCommandScript()
UuvScriptCommandsTypepublic void setUUVCommandScript(UuvScriptCommandsType value)
value - allowed object is
     UuvScriptCommandsTypepublic AgendaMissionElementType getAgendaMission()
AgendaMissionElementTypepublic void setAgendaMission(AgendaMissionElementType value)
value - allowed object is
     AgendaMissionElementTypepublic GuidedMunitionMissionElementType getGuidedMunitionMission()
GuidedMunitionMissionElementTypepublic void setGuidedMunitionMission(GuidedMunitionMissionElementType value)
value - allowed object is
     GuidedMunitionMissionElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String