public class UuvPidDepthConstantsType extends Object
Java class for UuvPidDepthConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvPidDepthConstantsType"> <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="kThrusterZ" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kZIntegral" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
kThrusterZ |
protected double |
kz |
protected double |
kzIntegral |
Constructor and Description |
---|
UuvPidDepthConstantsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getKThrusterZ()
Gets the value of the kThrusterZ property.
|
double |
getKZ()
Gets the value of the kz property.
|
double |
getKZIntegral()
Gets the value of the kzIntegral property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKThrusterZ(double value)
Sets the value of the kThrusterZ property.
|
void |
setKZ(double value)
Sets the value of the kz property.
|
void |
setKZIntegral(double value)
Sets the value of the kzIntegral property.
|
protected double kz
protected double kThrusterZ
protected double kzIntegral
protected String description
public double getKZ()
public void setKZ(double value)
public double getKThrusterZ()
public void setKThrusterZ(double value)
public double getKZIntegral()
public void setKZIntegral(double value)
public String getDescription()
String