public class UavDynamicsCoefficientsType extends Object
Java class for UavDynamicsCoefficientsType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UavDynamicsCoefficientsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SimulationRunOptions" type="{}SimRunOptionsType"/>
         <element name="Vehicle" type="{}UavVehicleCharacteristicsType"/>
         <element name="InertiaMatrix" type="{}InertiaMatrixType"/>
         <element name="LongitudinalCoefficients" type="{}UavLongitudinalCoefficientsType"/>
         <element name="LateralCoefficients" type="{}UavLateralCoefficientsType"/>
         <element name="ControlCoefficients" type="{}UavControlCoefficientsType"/>
       </sequence>
       <attGroup ref="{}commonAttributes"/>
       <attribute name="units" type="{}UnitsOfMeasureType" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected UavControlCoefficientsType | controlCoefficients | 
| protected String | description | 
| protected InertiaMatrixType | inertiaMatrix | 
| protected UavLateralCoefficientsType | lateralCoefficients | 
| protected UavLongitudinalCoefficientsType | longitudinalCoefficients | 
| protected SimRunOptionsType | simulationRunOptions | 
| protected UnitsOfMeasureType | units | 
| protected UavVehicleCharacteristicsType | vehicle | 
| Constructor and Description | 
|---|
| UavDynamicsCoefficientsType() | 
| Modifier and Type | Method and Description | 
|---|---|
| UavControlCoefficientsType | getControlCoefficients()Gets the value of the controlCoefficients property. | 
| String | getDescription()Gets the value of the description property. | 
| InertiaMatrixType | getInertiaMatrix()Gets the value of the inertiaMatrix property. | 
| UavLateralCoefficientsType | getLateralCoefficients()Gets the value of the lateralCoefficients property. | 
| UavLongitudinalCoefficientsType | getLongitudinalCoefficients()Gets the value of the longitudinalCoefficients property. | 
| SimRunOptionsType | getSimulationRunOptions()Gets the value of the simulationRunOptions property. | 
| UnitsOfMeasureType | getUnits()Gets the value of the units property. | 
| UavVehicleCharacteristicsType | getVehicle()Gets the value of the vehicle property. | 
| void | setControlCoefficients(UavControlCoefficientsType value)Sets the value of the controlCoefficients property. | 
| void | setDescription(String value)Sets the value of the description property. | 
| void | setInertiaMatrix(InertiaMatrixType value)Sets the value of the inertiaMatrix property. | 
| void | setLateralCoefficients(UavLateralCoefficientsType value)Sets the value of the lateralCoefficients property. | 
| void | setLongitudinalCoefficients(UavLongitudinalCoefficientsType value)Sets the value of the longitudinalCoefficients property. | 
| void | setSimulationRunOptions(SimRunOptionsType value)Sets the value of the simulationRunOptions property. | 
| void | setUnits(UnitsOfMeasureType value)Sets the value of the units property. | 
| void | setVehicle(UavVehicleCharacteristicsType value)Sets the value of the vehicle property. | 
protected SimRunOptionsType simulationRunOptions
protected UavVehicleCharacteristicsType vehicle
protected InertiaMatrixType inertiaMatrix
protected UavLongitudinalCoefficientsType longitudinalCoefficients
protected UavLateralCoefficientsType lateralCoefficients
protected UavControlCoefficientsType controlCoefficients
protected UnitsOfMeasureType units
protected String description
public SimRunOptionsType getSimulationRunOptions()
SimRunOptionsTypepublic void setSimulationRunOptions(SimRunOptionsType value)
value - allowed object is
     SimRunOptionsTypepublic UavVehicleCharacteristicsType getVehicle()
UavVehicleCharacteristicsTypepublic void setVehicle(UavVehicleCharacteristicsType value)
value - allowed object is
     UavVehicleCharacteristicsTypepublic InertiaMatrixType getInertiaMatrix()
InertiaMatrixTypepublic void setInertiaMatrix(InertiaMatrixType value)
value - allowed object is
     InertiaMatrixTypepublic UavLongitudinalCoefficientsType getLongitudinalCoefficients()
UavLongitudinalCoefficientsTypepublic void setLongitudinalCoefficients(UavLongitudinalCoefficientsType value)
value - allowed object is
     UavLongitudinalCoefficientsTypepublic UavLateralCoefficientsType getLateralCoefficients()
UavLateralCoefficientsTypepublic void setLateralCoefficients(UavLateralCoefficientsType value)
value - allowed object is
     UavLateralCoefficientsTypepublic UavControlCoefficientsType getControlCoefficients()
UavControlCoefficientsTypepublic void setControlCoefficients(UavControlCoefficientsType value)
value - allowed object is
     UavControlCoefficientsTypepublic UnitsOfMeasureType getUnits()
UnitsOfMeasureTypepublic void setUnits(UnitsOfMeasureType value)
value - allowed object is
     UnitsOfMeasureTypepublic String getDescription()
String