public class UuvSlidingModeDepthConstantsType extends Object
Java class for UuvSlidingModeDepthConstantsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvSlidingModeDepthConstantsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="kSigmaQ" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kSigmaTheta" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kSigmaZ" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kEtaDive" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kPhiDive" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kSlideDive" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kQSliding" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="kThetaSliding" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
kEtaDive |
protected double |
kPhiDive |
protected double |
kqSliding |
protected double |
kSigmaQ |
protected double |
kSigmaTheta |
protected double |
kSigmaZ |
protected double |
kSlideDive |
protected double |
kThetaSliding |
Constructor and Description |
---|
UuvSlidingModeDepthConstantsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getKEtaDive()
Gets the value of the kEtaDive property.
|
double |
getKPhiDive()
Gets the value of the kPhiDive property.
|
double |
getKQSliding()
Gets the value of the kqSliding property.
|
double |
getKSigmaQ()
Gets the value of the kSigmaQ property.
|
double |
getKSigmaTheta()
Gets the value of the kSigmaTheta property.
|
double |
getKSigmaZ()
Gets the value of the kSigmaZ property.
|
double |
getKSlideDive()
Gets the value of the kSlideDive property.
|
double |
getKThetaSliding()
Gets the value of the kThetaSliding property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setKEtaDive(double value)
Sets the value of the kEtaDive property.
|
void |
setKPhiDive(double value)
Sets the value of the kPhiDive property.
|
void |
setKQSliding(double value)
Sets the value of the kqSliding property.
|
void |
setKSigmaQ(double value)
Sets the value of the kSigmaQ property.
|
void |
setKSigmaTheta(double value)
Sets the value of the kSigmaTheta property.
|
void |
setKSigmaZ(double value)
Sets the value of the kSigmaZ property.
|
void |
setKSlideDive(double value)
Sets the value of the kSlideDive property.
|
void |
setKThetaSliding(double value)
Sets the value of the kThetaSliding property.
|
protected double kSigmaQ
protected double kSigmaTheta
protected double kSigmaZ
protected double kEtaDive
protected double kPhiDive
protected double kSlideDive
protected double kqSliding
protected double kThetaSliding
protected String description
public double getKSigmaQ()
public void setKSigmaQ(double value)
public double getKSigmaTheta()
public void setKSigmaTheta(double value)
public double getKSigmaZ()
public void setKSigmaZ(double value)
public double getKEtaDive()
public void setKEtaDive(double value)
public double getKPhiDive()
public void setKPhiDive(double value)
public double getKSlideDive()
public void setKSlideDive(double value)
public double getKQSliding()
public void setKQSliding(double value)
public double getKThetaSliding()
public void setKThetaSliding(double value)
public String getDescription()
String