public class UuvPidSpeedConstantsType extends Object
Java class for UuvPidSpeedConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvPidSpeedConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="kU" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kUDot" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kUIntegral" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
ku |
protected double |
kuDot |
protected double |
kuIntegral |
Constructor and Description |
---|
UuvPidSpeedConstantsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getKU()
Gets the value of the ku property.
|
double |
getKUDot()
Gets the value of the kuDot property.
|
double |
getKUIntegral()
Gets the value of the kuIntegral property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKU(double value)
Sets the value of the ku property.
|
void |
setKUDot(double value)
Sets the value of the kuDot property.
|
void |
setKUIntegral(double value)
Sets the value of the kuIntegral property.
|
protected double ku
protected double kuDot
protected double kuIntegral
protected String description
public double getKU()
public void setKU(double value)
public double getKUDot()
public void setKUDot(double value)
public double getKUIntegral()
public void setKUIntegral(double value)
public String getDescription()
String