public class UuvPitchCoefficientsType extends Object
Java class for UuvPitchCoefficientsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvPitchCoefficientsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="MuDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="MvDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="MwDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="MpDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="MqDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="MrDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Muu" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Mvv" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Muw" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Mpp" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Mrr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Muq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Mpr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Mvp" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Mvr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Mqq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
mpDot |
protected double |
mpp |
protected double |
mpr |
protected double |
mqDot |
protected double |
mqq |
protected double |
mrDot |
protected double |
mrr |
protected double |
muDot |
protected double |
muq |
protected double |
muu |
protected double |
muw |
protected double |
mvDot |
protected double |
mvp |
protected double |
mvr |
protected double |
mvv |
protected double |
mwDot |
Constructor and Description |
---|
UuvPitchCoefficientsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getMpDot()
Gets the value of the mpDot property.
|
double |
getMpp()
Gets the value of the mpp property.
|
double |
getMpr()
Gets the value of the mpr property.
|
double |
getMqDot()
Gets the value of the mqDot property.
|
double |
getMqq()
Gets the value of the mqq property.
|
double |
getMrDot()
Gets the value of the mrDot property.
|
double |
getMrr()
Gets the value of the mrr property.
|
double |
getMuDot()
Gets the value of the muDot property.
|
double |
getMuq()
Gets the value of the muq property.
|
double |
getMuu()
Gets the value of the muu property.
|
double |
getMuw()
Gets the value of the muw property.
|
double |
getMvDot()
Gets the value of the mvDot property.
|
double |
getMvp()
Gets the value of the mvp property.
|
double |
getMvr()
Gets the value of the mvr property.
|
double |
getMvv()
Gets the value of the mvv property.
|
double |
getMwDot()
Gets the value of the mwDot property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMpDot(double value)
Sets the value of the mpDot property.
|
void |
setMpp(double value)
Sets the value of the mpp property.
|
void |
setMpr(double value)
Sets the value of the mpr property.
|
void |
setMqDot(double value)
Sets the value of the mqDot property.
|
void |
setMqq(double value)
Sets the value of the mqq property.
|
void |
setMrDot(double value)
Sets the value of the mrDot property.
|
void |
setMrr(double value)
Sets the value of the mrr property.
|
void |
setMuDot(double value)
Sets the value of the muDot property.
|
void |
setMuq(double value)
Sets the value of the muq property.
|
void |
setMuu(double value)
Sets the value of the muu property.
|
void |
setMuw(double value)
Sets the value of the muw property.
|
void |
setMvDot(double value)
Sets the value of the mvDot property.
|
void |
setMvp(double value)
Sets the value of the mvp property.
|
void |
setMvr(double value)
Sets the value of the mvr property.
|
void |
setMvv(double value)
Sets the value of the mvv property.
|
void |
setMwDot(double value)
Sets the value of the mwDot property.
|
protected double muDot
protected double mvDot
protected double mwDot
protected double mpDot
protected double mqDot
protected double mrDot
protected double muu
protected double mvv
protected double muw
protected double mpp
protected double mrr
protected double muq
protected double mpr
protected double mvp
protected double mvr
protected double mqq
protected String description
public double getMuDot()
public void setMuDot(double value)
public double getMvDot()
public void setMvDot(double value)
public double getMwDot()
public void setMwDot(double value)
public double getMpDot()
public void setMpDot(double value)
public double getMqDot()
public void setMqDot(double value)
public double getMrDot()
public void setMrDot(double value)
public double getMuu()
public void setMuu(double value)
public double getMvv()
public void setMvv(double value)
public double getMuw()
public void setMuw(double value)
public double getMpp()
public void setMpp(double value)
public double getMrr()
public void setMrr(double value)
public double getMuq()
public void setMuq(double value)
public double getMpr()
public void setMpr(double value)
public double getMvp()
public void setMvp(double value)
public double getMvr()
public void setMvr(double value)
public double getMqq()
public void setMqq(double value)
public String getDescription()
String