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