public class UsvSlidingModeControlType extends Object
Java class for UsvSlidingModeControlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsvSlidingModeControlType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="enabled" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <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 boolean |
enabled |
protected double |
kEtaSteering |
protected double |
kPhiSteering |
protected double |
krSliding |
protected double |
kSigmaPsi |
protected double |
kSigmaR |
protected double |
kSlideSteering |
Constructor and Description |
---|
UsvSlidingModeControlType() |
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.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled 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 boolean enabled
protected double kSigmaR
protected double kSigmaPsi
protected double kEtaSteering
protected double kPhiSteering
protected double krSliding
protected double kSlideSteering
protected String description
public boolean isEnabled()
public void setEnabled(boolean value)
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