public class UuvLqrHeadingConstantsType extends Object
Java class for UuvLqrHeadingConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvLqrHeadingConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="kPsi" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kR" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kV" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
kPsi |
protected double |
kr |
protected double |
kv |
Constructor and Description |
---|
UuvLqrHeadingConstantsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getKPsi()
Gets the value of the kPsi property.
|
double |
getKR()
Gets the value of the kr property.
|
double |
getKV()
Gets the value of the kv property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKPsi(double value)
Sets the value of the kPsi property.
|
void |
setKR(double value)
Sets the value of the kr property.
|
void |
setKV(double value)
Sets the value of the kv property.
|
protected double kPsi
protected double kr
protected double kv
protected String description
public double getKPsi()
public void setKPsi(double value)
public double getKR()
public void setKR(double value)
public double getKV()
public void setKV(double value)
public String getDescription()
String