public class UavControlCoefficientsType extends Object
Java class for UavControlCoefficientsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UavControlCoefficientsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="cLdeltaE" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cDdeltaE" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cMdeltaE" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cLdeltaA" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cNdeltaA" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cYdeltaR" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cLdeltaR" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="cNdeltaR" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
cDdeltaE |
protected double |
cLdeltaA |
protected double |
cLdeltaE |
protected double |
cLdeltaR |
protected double |
cMdeltaE |
protected double |
cNdeltaA |
protected double |
cNdeltaR |
protected double |
cYdeltaR |
protected String |
description |
Constructor and Description |
---|
UavControlCoefficientsType() |
Modifier and Type | Method and Description |
---|---|
double |
getCDdeltaE()
Gets the value of the cDdeltaE property.
|
double |
getCLdeltaA()
Gets the value of the cLdeltaA property.
|
double |
getCLdeltaE()
Gets the value of the cLdeltaE property.
|
double |
getCLdeltaR()
Gets the value of the cLdeltaR property.
|
double |
getCMdeltaE()
Gets the value of the cMdeltaE property.
|
double |
getCNdeltaA()
Gets the value of the cNdeltaA property.
|
double |
getCNdeltaR()
Gets the value of the cNdeltaR property.
|
double |
getCYdeltaR()
Gets the value of the cYdeltaR property.
|
String |
getDescription()
Gets the value of the description property.
|
void |
setCDdeltaE(double value)
Sets the value of the cDdeltaE property.
|
void |
setCLdeltaA(double value)
Sets the value of the cLdeltaA property.
|
void |
setCLdeltaE(double value)
Sets the value of the cLdeltaE property.
|
void |
setCLdeltaR(double value)
Sets the value of the cLdeltaR property.
|
void |
setCMdeltaE(double value)
Sets the value of the cMdeltaE property.
|
void |
setCNdeltaA(double value)
Sets the value of the cNdeltaA property.
|
void |
setCNdeltaR(double value)
Sets the value of the cNdeltaR property.
|
void |
setCYdeltaR(double value)
Sets the value of the cYdeltaR property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
protected double cLdeltaE
protected double cDdeltaE
protected double cMdeltaE
protected double cLdeltaA
protected double cNdeltaA
protected double cYdeltaR
protected double cLdeltaR
protected double cNdeltaR
protected String description
public double getCLdeltaE()
public void setCLdeltaE(double value)
public double getCDdeltaE()
public void setCDdeltaE(double value)
public double getCMdeltaE()
public void setCMdeltaE(double value)
public double getCLdeltaA()
public void setCLdeltaA(double value)
public double getCNdeltaA()
public void setCNdeltaA(double value)
public double getCYdeltaR()
public void setCYdeltaR(double value)
public double getCLdeltaR()
public void setCLdeltaR(double value)
public double getCNdeltaR()
public void setCNdeltaR(double value)
public String getDescription()
String