public class UavLongitudinalCoefficientsType extends Object
Java class for UavLongitudinalCoefficientsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UavLongitudinalCoefficientsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="cL0" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cD0" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cLalpha" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cDalpha" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cM0" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cMalpha" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cLq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cMq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cLalphaDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cMalphaDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
cd0 |
protected double |
cDalpha |
protected double |
cl0 |
protected double |
cLalpha |
protected double |
cLalphaDot |
protected double |
cLq |
protected double |
cm0 |
protected double |
cMalpha |
protected double |
cMalphaDot |
protected double |
cMq |
protected String |
description |
Constructor and Description |
---|
UavLongitudinalCoefficientsType() |
Modifier and Type | Method and Description |
---|---|
double |
getCD0()
Gets the value of the cd0 property.
|
double |
getCDalpha()
Gets the value of the cDalpha property.
|
double |
getCL0()
Gets the value of the cl0 property.
|
double |
getCLalpha()
Gets the value of the cLalpha property.
|
double |
getCLalphaDot()
Gets the value of the cLalphaDot property.
|
double |
getCLq()
Gets the value of the cLq property.
|
double |
getCM0()
Gets the value of the cm0 property.
|
double |
getCMalpha()
Gets the value of the cMalpha property.
|
double |
getCMalphaDot()
Gets the value of the cMalphaDot property.
|
double |
getCMq()
Gets the value of the cMq property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
setCD0(double value)
Sets the value of the cd0 property.
|
void |
setCDalpha(double value)
Sets the value of the cDalpha property.
|
void |
setCL0(double value)
Sets the value of the cl0 property.
|
void |
setCLalpha(double value)
Sets the value of the cLalpha property.
|
void |
setCLalphaDot(double value)
Sets the value of the cLalphaDot property.
|
void |
setCLq(double value)
Sets the value of the cLq property.
|
void |
setCM0(double value)
Sets the value of the cm0 property.
|
void |
setCMalpha(double value)
Sets the value of the cMalpha property.
|
void |
setCMalphaDot(double value)
Sets the value of the cMalphaDot property.
|
void |
setCMq(double value)
Sets the value of the cMq property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected double cl0
protected double cd0
protected double cLalpha
protected double cDalpha
protected double cm0
protected double cMalpha
protected double cLq
protected double cMq
protected double cLalphaDot
protected double cMalphaDot
protected String description
public double getCL0()
public void setCL0(double value)
public double getCD0()
public void setCD0(double value)
public double getCLalpha()
public void setCLalpha(double value)
public double getCDalpha()
public void setCDalpha(double value)
public double getCM0()
public void setCM0(double value)
public double getCMalpha()
public void setCMalpha(double value)
public double getCLq()
public void setCLq(double value)
public double getCMq()
public void setCMq(double value)
public double getCLalphaDot()
public void setCLalphaDot(double value)
public double getCMalphaDot()
public void setCMalphaDot(double value)
public String getDescription()
String