public class UavLateralCoefficientsType extends Object
Java class for UavLateralCoefficientsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UavLateralCoefficientsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="cYbeta" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cLbeta" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cLp" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cLr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cNbeta" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cNp" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cNr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
cLbeta |
protected double |
cLp |
protected double |
cLr |
protected double |
cNbeta |
protected double |
cNp |
protected double |
cNr |
protected double |
cYbeta |
protected String |
description |
Constructor and Description |
---|
UavLateralCoefficientsType() |
Modifier and Type | Method and Description |
---|---|
double |
getCLbeta()
Gets the value of the cLbeta property.
|
double |
getCLp()
Gets the value of the cLp property.
|
double |
getCLr()
Gets the value of the cLr property.
|
double |
getCNbeta()
Gets the value of the cNbeta property.
|
double |
getCNp()
Gets the value of the cNp property.
|
double |
getCNr()
Gets the value of the cNr property.
|
double |
getCYbeta()
Gets the value of the cYbeta property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
setCLbeta(double value)
Sets the value of the cLbeta property.
|
void |
setCLp(double value)
Sets the value of the cLp property.
|
void |
setCLr(double value)
Sets the value of the cLr property.
|
void |
setCNbeta(double value)
Sets the value of the cNbeta property.
|
void |
setCNp(double value)
Sets the value of the cNp property.
|
void |
setCNr(double value)
Sets the value of the cNr property.
|
void |
setCYbeta(double value)
Sets the value of the cYbeta property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected double cYbeta
protected double cLbeta
protected double cLp
protected double cLr
protected double cNbeta
protected double cNp
protected double cNr
protected String description
public double getCYbeta()
public void setCYbeta(double value)
public double getCLbeta()
public void setCLbeta(double value)
public double getCLp()
public void setCLp(double value)
public double getCLr()
public void setCLr(double value)
public double getCNbeta()
public void setCNbeta(double value)
public double getCNp()
public void setCNp(double value)
public double getCNr()
public void setCNr(double value)
public String getDescription()
String