public class UuvSlidingModeHeadingConstantsType extends Object
Java class for UuvSlidingModeHeadingConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvSlidingModeHeadingConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="kSigmaR" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kSigmaPsi" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kEtaSteering" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kPhiSteering" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kRSliding" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kSlideSteering" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
kEtaSteering |
protected double |
kPhiSteering |
protected double |
krSliding |
protected double |
kSigmaPsi |
protected double |
kSigmaR |
protected double |
kSlideSteering |
Constructor and Description |
---|
UuvSlidingModeHeadingConstantsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getKEtaSteering()
Gets the value of the kEtaSteering property.
|
double |
getKPhiSteering()
Gets the value of the kPhiSteering property.
|
double |
getKRSliding()
Gets the value of the krSliding property.
|
double |
getKSigmaPsi()
Gets the value of the kSigmaPsi property.
|
double |
getKSigmaR()
Gets the value of the kSigmaR property.
|
double |
getKSlideSteering()
Gets the value of the kSlideSteering property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKEtaSteering(double value)
Sets the value of the kEtaSteering property.
|
void |
setKPhiSteering(double value)
Sets the value of the kPhiSteering property.
|
void |
setKRSliding(double value)
Sets the value of the krSliding property.
|
void |
setKSigmaPsi(double value)
Sets the value of the kSigmaPsi property.
|
void |
setKSigmaR(double value)
Sets the value of the kSigmaR property.
|
void |
setKSlideSteering(double value)
Sets the value of the kSlideSteering property.
|
protected double kSigmaR
protected double kSigmaPsi
protected double kEtaSteering
protected double kPhiSteering
protected double krSliding
protected double kSlideSteering
protected String description
public double getKSigmaR()
public void setKSigmaR(double value)
public double getKSigmaPsi()
public void setKSigmaPsi(double value)
public double getKEtaSteering()
public void setKEtaSteering(double value)
public double getKPhiSteering()
public void setKPhiSteering(double value)
public double getKRSliding()
public void setKRSliding(double value)
public double getKSlideSteering()
public void setKSlideSteering(double value)
public String getDescription()
String