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()
SimRunOptionsType
public void setSimulationRunOptions(SimRunOptionsType value)
value
- allowed object is
SimRunOptionsType
public UavVehicleCharacteristicsType getVehicle()
UavVehicleCharacteristicsType
public void setVehicle(UavVehicleCharacteristicsType value)
value
- allowed object is
UavVehicleCharacteristicsType
public InertiaMatrixType getInertiaMatrix()
InertiaMatrixType
public void setInertiaMatrix(InertiaMatrixType value)
value
- allowed object is
InertiaMatrixType
public UavLongitudinalCoefficientsType getLongitudinalCoefficients()
UavLongitudinalCoefficientsType
public void setLongitudinalCoefficients(UavLongitudinalCoefficientsType value)
value
- allowed object is
UavLongitudinalCoefficientsType
public UavLateralCoefficientsType getLateralCoefficients()
UavLateralCoefficientsType
public void setLateralCoefficients(UavLateralCoefficientsType value)
value
- allowed object is
UavLateralCoefficientsType
public UavControlCoefficientsType getControlCoefficients()
UavControlCoefficientsType
public void setControlCoefficients(UavControlCoefficientsType value)
value
- allowed object is
UavControlCoefficientsType
public UnitsOfMeasureType getUnits()
UnitsOfMeasureType
public void setUnits(UnitsOfMeasureType value)
value
- allowed object is
UnitsOfMeasureType
public String getDescription()
String