public class UavExecutionParametersType extends Object
Java class for UavExecutionParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UavExecutionParametersType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="InstalledHardware" type="{}UavHardwareType"/>
         <element name="RunOptions" type="{}RunOptionsType"/>
         <element name="Dynamics" type="{}HostIDType"/>
         <element name="Tactical" type="{}HostIDType"/>
         <element name="XSBC" type="{}XsbcTransferOptionsType"/>
         <element name="FEC" type="{}FecTransferOptionsType"/>
         <element name="FileNames" type="{}FileLocationsType"/>
       </sequence>
       <attGroup ref="{}commonAttributes"/>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | description | 
| protected HostIDType | dynamics | 
| protected FecTransferOptionsType | fec | 
| protected FileLocationsType | fileNames | 
| protected UavHardwareType | installedHardware | 
| protected RunOptionsType | runOptions | 
| protected HostIDType | tactical | 
| protected XsbcTransferOptionsType | xsbc | 
| Constructor and Description | 
|---|
| UavExecutionParametersType() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Gets the value of the description property. | 
| HostIDType | getDynamics()Gets the value of the dynamics property. | 
| FecTransferOptionsType | getFEC()Gets the value of the fec property. | 
| FileLocationsType | getFileNames()Gets the value of the fileNames property. | 
| UavHardwareType | getInstalledHardware()Gets the value of the installedHardware property. | 
| RunOptionsType | getRunOptions()Gets the value of the runOptions property. | 
| HostIDType | getTactical()Gets the value of the tactical property. | 
| XsbcTransferOptionsType | getXSBC()Gets the value of the xsbc property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setDynamics(HostIDType value)Sets the value of the dynamics property. | 
| void | setFEC(FecTransferOptionsType value)Sets the value of the fec property. | 
| void | setFileNames(FileLocationsType value)Sets the value of the fileNames property. | 
| void | setInstalledHardware(UavHardwareType value)Sets the value of the installedHardware property. | 
| void | setRunOptions(RunOptionsType value)Sets the value of the runOptions property. | 
| void | setTactical(HostIDType value)Sets the value of the tactical property. | 
| void | setXSBC(XsbcTransferOptionsType value)Sets the value of the xsbc property. | 
protected UavHardwareType installedHardware
protected RunOptionsType runOptions
protected HostIDType dynamics
protected HostIDType tactical
protected XsbcTransferOptionsType xsbc
protected FecTransferOptionsType fec
protected FileLocationsType fileNames
protected String description
public UavHardwareType getInstalledHardware()
UavHardwareTypepublic void setInstalledHardware(UavHardwareType value)
value - allowed object is
     UavHardwareTypepublic RunOptionsType getRunOptions()
RunOptionsTypepublic void setRunOptions(RunOptionsType value)
value - allowed object is
     RunOptionsTypepublic HostIDType getDynamics()
HostIDTypepublic void setDynamics(HostIDType value)
value - allowed object is
     HostIDTypepublic HostIDType getTactical()
HostIDTypepublic void setTactical(HostIDType value)
value - allowed object is
     HostIDTypepublic XsbcTransferOptionsType getXSBC()
XsbcTransferOptionsTypepublic void setXSBC(XsbcTransferOptionsType value)
value - allowed object is
     XsbcTransferOptionsTypepublic FecTransferOptionsType getFEC()
FecTransferOptionsTypepublic void setFEC(FecTransferOptionsType value)
value - allowed object is
     FecTransferOptionsTypepublic FileLocationsType getFileNames()
FileLocationsTypepublic void setFileNames(FileLocationsType value)
value - allowed object is
     FileLocationsTypepublic String getDescription()
String