public class UuvYawCoefficientsType extends Object
Java class for UuvYawCoefficientsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvYawCoefficientsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="NuDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="NvDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="NwDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="NpDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="NqDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="NrDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nuu" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nuv" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nuw" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nup" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nuq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nur" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="NProp" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Npq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nqr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nvq" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nwp" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nwr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nvw" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="Nrr" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
npDot |
protected double |
npq |
protected double |
nProp |
protected double |
nqDot |
protected double |
nqr |
protected double |
nrDot |
protected double |
nrr |
protected double |
nuDot |
protected double |
nup |
protected double |
nuq |
protected double |
nur |
protected double |
nuu |
protected double |
nuv |
protected double |
nuw |
protected double |
nvDot |
protected double |
nvq |
protected double |
nvw |
protected double |
nwDot |
protected double |
nwp |
protected double |
nwr |
Constructor and Description |
---|
UuvYawCoefficientsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getNpDot()
Gets the value of the npDot property.
|
double |
getNpq()
Gets the value of the npq property.
|
double |
getNProp()
Gets the value of the nProp property.
|
double |
getNqDot()
Gets the value of the nqDot property.
|
double |
getNqr()
Gets the value of the nqr property.
|
double |
getNrDot()
Gets the value of the nrDot property.
|
double |
getNrr()
Gets the value of the nrr property.
|
double |
getNuDot()
Gets the value of the nuDot property.
|
double |
getNup()
Gets the value of the nup property.
|
double |
getNuq()
Gets the value of the nuq property.
|
double |
getNur()
Gets the value of the nur property.
|
double |
getNuu()
Gets the value of the nuu property.
|
double |
getNuv()
Gets the value of the nuv property.
|
double |
getNuw()
Gets the value of the nuw property.
|
double |
getNvDot()
Gets the value of the nvDot property.
|
double |
getNvq()
Gets the value of the nvq property.
|
double |
getNvw()
Gets the value of the nvw property.
|
double |
getNwDot()
Gets the value of the nwDot property.
|
double |
getNwp()
Gets the value of the nwp property.
|
double |
getNwr()
Gets the value of the nwr property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setNpDot(double value)
Sets the value of the npDot property.
|
void |
setNpq(double value)
Sets the value of the npq property.
|
void |
setNProp(double value)
Sets the value of the nProp property.
|
void |
setNqDot(double value)
Sets the value of the nqDot property.
|
void |
setNqr(double value)
Sets the value of the nqr property.
|
void |
setNrDot(double value)
Sets the value of the nrDot property.
|
void |
setNrr(double value)
Sets the value of the nrr property.
|
void |
setNuDot(double value)
Sets the value of the nuDot property.
|
void |
setNup(double value)
Sets the value of the nup property.
|
void |
setNuq(double value)
Sets the value of the nuq property.
|
void |
setNur(double value)
Sets the value of the nur property.
|
void |
setNuu(double value)
Sets the value of the nuu property.
|
void |
setNuv(double value)
Sets the value of the nuv property.
|
void |
setNuw(double value)
Sets the value of the nuw property.
|
void |
setNvDot(double value)
Sets the value of the nvDot property.
|
void |
setNvq(double value)
Sets the value of the nvq property.
|
void |
setNvw(double value)
Sets the value of the nvw property.
|
void |
setNwDot(double value)
Sets the value of the nwDot property.
|
void |
setNwp(double value)
Sets the value of the nwp property.
|
void |
setNwr(double value)
Sets the value of the nwr property.
|
protected double nuDot
protected double nvDot
protected double nwDot
protected double npDot
protected double nqDot
protected double nrDot
protected double nuu
protected double nuv
protected double nuw
protected double nup
protected double nuq
protected double nur
protected double nProp
protected double npq
protected double nqr
protected double nvq
protected double nwp
protected double nwr
protected double nvw
protected double nrr
protected String description
public double getNuDot()
public void setNuDot(double value)
public double getNvDot()
public void setNvDot(double value)
public double getNwDot()
public void setNwDot(double value)
public double getNpDot()
public void setNpDot(double value)
public double getNqDot()
public void setNqDot(double value)
public double getNrDot()
public void setNrDot(double value)
public double getNuu()
public void setNuu(double value)
public double getNuv()
public void setNuv(double value)
public double getNuw()
public void setNuw(double value)
public double getNup()
public void setNup(double value)
public double getNuq()
public void setNuq(double value)
public double getNur()
public void setNur(double value)
public double getNProp()
public void setNProp(double value)
public double getNpq()
public void setNpq(double value)
public double getNqr()
public void setNqr(double value)
public double getNvq()
public void setNvq(double value)
public double getNwp()
public void setNwp(double value)
public double getNwr()
public void setNwr(double value)
public double getNvw()
public void setNvw(double value)
public double getNrr()
public void setNrr(double value)
public String getDescription()
String