public class UuvLqrDepthConstantsType extends Object
Java class for UuvLqrDepthConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvLqrDepthConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="kZ" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kTheta" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kQ" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kW" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
kq |
protected double |
kTheta |
protected double |
kw |
protected double |
kz |
Constructor and Description |
---|
UuvLqrDepthConstantsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getKQ()
Gets the value of the kq property.
|
double |
getKTheta()
Gets the value of the kTheta property.
|
double |
getKW()
Gets the value of the kw property.
|
double |
getKZ()
Gets the value of the kz property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKQ(double value)
Sets the value of the kq property.
|
void |
setKTheta(double value)
Sets the value of the kTheta property.
|
void |
setKW(double value)
Sets the value of the kw property.
|
void |
setKZ(double value)
Sets the value of the kz property.
|
protected double kz
protected double kTheta
protected double kq
protected double kw
protected String description
public double getKZ()
public void setKZ(double value)
public double getKTheta()
public void setKTheta(double value)
public double getKQ()
public void setKQ(double value)
public double getKW()
public void setKW(double value)
public String getDescription()
String