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()
UnitsOfMeasureElementType
public void setUnitsOfMeasure(UnitsOfMeasureElementType value)
value
- allowed object is
UnitsOfMeasureElementType
public GeoOriginElementType getGeoOrigin()
GeoOriginElementType
public void setGeoOrigin(GeoOriginElementType value)
value
- allowed object is
GeoOriginElementType
public ConfigurationElementType getConfiguration()
ConfigurationElementType
public void setConfiguration(ConfigurationElementType value)
value
- allowed object is
ConfigurationElementType
public UavScriptCommandsType getUAVCommandScript()
UavScriptCommandsType
public void setUAVCommandScript(UavScriptCommandsType value)
value
- allowed object is
UavScriptCommandsType
public UgvScriptCommandsType getUGVCommandScript()
UgvScriptCommandsType
public void setUGVCommandScript(UgvScriptCommandsType value)
value
- allowed object is
UgvScriptCommandsType
public UsvScriptCommandsType getUSVCommandScript()
UsvScriptCommandsType
public void setUSVCommandScript(UsvScriptCommandsType value)
value
- allowed object is
UsvScriptCommandsType
public UuvScriptCommandsType getUUVCommandScript()
UuvScriptCommandsType
public void setUUVCommandScript(UuvScriptCommandsType value)
value
- allowed object is
UuvScriptCommandsType
public AgendaMissionElementType getAgendaMission()
AgendaMissionElementType
public void setAgendaMission(AgendaMissionElementType value)
value
- allowed object is
AgendaMissionElementType
public GuidedMunitionMissionElementType getGuidedMunitionMission()
GuidedMunitionMissionElementType
public void setGuidedMunitionMission(GuidedMunitionMissionElementType value)
value
- allowed object is
GuidedMunitionMissionElementType
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String