public class UuvRollCoefficientsType extends Object
Java class for UuvRollCoefficientsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvRollCoefficientsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="KuDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="KvDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="KwDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="KpDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="KqDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="KrDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kuu" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kuv" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kuw" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kup" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kuq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kur" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="KPlanesDrag" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kpq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kqr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kvq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kwp" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kwr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kvw" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Kpp" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
kpDot |
protected double |
kPlanesDrag |
protected double |
kpp |
protected double |
kpq |
protected double |
kqDot |
protected double |
kqr |
protected double |
krDot |
protected double |
kuDot |
protected double |
kup |
protected double |
kuq |
protected double |
kur |
protected double |
kuu |
protected double |
kuv |
protected double |
kuw |
protected double |
kvDot |
protected double |
kvq |
protected double |
kvw |
protected double |
kwDot |
protected double |
kwp |
protected double |
kwr |
Constructor and Description |
---|
UuvRollCoefficientsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getKpDot()
Gets the value of the kpDot property.
|
double |
getKPlanesDrag()
Gets the value of the kPlanesDrag property.
|
double |
getKpp()
Gets the value of the kpp property.
|
double |
getKpq()
Gets the value of the kpq property.
|
double |
getKqDot()
Gets the value of the kqDot property.
|
double |
getKqr()
Gets the value of the kqr property.
|
double |
getKrDot()
Gets the value of the krDot property.
|
double |
getKuDot()
Gets the value of the kuDot property.
|
double |
getKup()
Gets the value of the kup property.
|
double |
getKuq()
Gets the value of the kuq property.
|
double |
getKur()
Gets the value of the kur property.
|
double |
getKuu()
Gets the value of the kuu property.
|
double |
getKuv()
Gets the value of the kuv property.
|
double |
getKuw()
Gets the value of the kuw property.
|
double |
getKvDot()
Gets the value of the kvDot property.
|
double |
getKvq()
Gets the value of the kvq property.
|
double |
getKvw()
Gets the value of the kvw property.
|
double |
getKwDot()
Gets the value of the kwDot property.
|
double |
getKwp()
Gets the value of the kwp property.
|
double |
getKwr()
Gets the value of the kwr property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKpDot(double value)
Sets the value of the kpDot property.
|
void |
setKPlanesDrag(double value)
Sets the value of the kPlanesDrag property.
|
void |
setKpp(double value)
Sets the value of the kpp property.
|
void |
setKpq(double value)
Sets the value of the kpq property.
|
void |
setKqDot(double value)
Sets the value of the kqDot property.
|
void |
setKqr(double value)
Sets the value of the kqr property.
|
void |
setKrDot(double value)
Sets the value of the krDot property.
|
void |
setKuDot(double value)
Sets the value of the kuDot property.
|
void |
setKup(double value)
Sets the value of the kup property.
|
void |
setKuq(double value)
Sets the value of the kuq property.
|
void |
setKur(double value)
Sets the value of the kur property.
|
void |
setKuu(double value)
Sets the value of the kuu property.
|
void |
setKuv(double value)
Sets the value of the kuv property.
|
void |
setKuw(double value)
Sets the value of the kuw property.
|
void |
setKvDot(double value)
Sets the value of the kvDot property.
|
void |
setKvq(double value)
Sets the value of the kvq property.
|
void |
setKvw(double value)
Sets the value of the kvw property.
|
void |
setKwDot(double value)
Sets the value of the kwDot property.
|
void |
setKwp(double value)
Sets the value of the kwp property.
|
void |
setKwr(double value)
Sets the value of the kwr property.
|
protected double kuDot
protected double kvDot
protected double kwDot
protected double kpDot
protected double kqDot
protected double krDot
protected double kuu
protected double kuv
protected double kuw
protected double kup
protected double kuq
protected double kur
protected double kPlanesDrag
protected double kpq
protected double kqr
protected double kvq
protected double kwp
protected double kwr
protected double kvw
protected double kpp
protected String description
public double getKuDot()
public void setKuDot(double value)
public double getKvDot()
public void setKvDot(double value)
public double getKwDot()
public void setKwDot(double value)
public double getKpDot()
public void setKpDot(double value)
public double getKqDot()
public void setKqDot(double value)
public double getKrDot()
public void setKrDot(double value)
public double getKuu()
public void setKuu(double value)
public double getKuv()
public void setKuv(double value)
public double getKuw()
public void setKuw(double value)
public double getKup()
public void setKup(double value)
public double getKuq()
public void setKuq(double value)
public double getKur()
public void setKur(double value)
public double getKPlanesDrag()
public void setKPlanesDrag(double value)
public double getKpq()
public void setKpq(double value)
public double getKqr()
public void setKqr(double value)
public double getKvq()
public void setKvq(double value)
public double getKwp()
public void setKwp(double value)
public double getKwr()
public void setKwr(double value)
public double getKvw()
public void setKvw(double value)
public double getKpp()
public void setKpp(double value)
public String getDescription()
String