public class UuvPidCurrentConstantsType extends Object
Java class for UuvPidCurrentConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvPidCurrentConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="kPropellerCurrent" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThrusterCurrent" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
kPropellerCurrent |
protected double |
kThrusterCurrent |
Constructor and Description |
---|
UuvPidCurrentConstantsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getKPropellerCurrent()
Gets the value of the kPropellerCurrent property.
|
double |
getKThrusterCurrent()
Gets the value of the kThrusterCurrent property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKPropellerCurrent(double value)
Sets the value of the kPropellerCurrent property.
|
void |
setKThrusterCurrent(double value)
Sets the value of the kThrusterCurrent property.
|
protected double kPropellerCurrent
protected double kThrusterCurrent
protected String description
public double getKPropellerCurrent()
public void setKPropellerCurrent(double value)
public double getKThrusterCurrent()
public void setKThrusterCurrent(double value)
public String getDescription()
String