public class UuvControlLimitsType extends Object
Java class for UuvControlLimitsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvControlLimitsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="maxRpm" use="required" type="{}NonNegativeDoubleType" /> <attribute name="minWaypointRpm" use="required" type="{}NonNegativeDoubleType" /> <attribute name="nominalWaypointRpm" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxThruster" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxRudder" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxPlane" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxHighSpeedPlane" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxMaxSpeedPlane" use="required" type="{}NonNegativeDoubleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
maxHighSpeedPlane |
protected double |
maxMaxSpeedPlane |
protected double |
maxPlane |
protected double |
maxRpm |
protected double |
maxRudder |
protected double |
maxThruster |
protected double |
minWaypointRpm |
protected double |
nominalWaypointRpm |
Constructor and Description |
---|
UuvControlLimitsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getMaxHighSpeedPlane()
Gets the value of the maxHighSpeedPlane property.
|
double |
getMaxMaxSpeedPlane()
Gets the value of the maxMaxSpeedPlane property.
|
double |
getMaxPlane()
Gets the value of the maxPlane property.
|
double |
getMaxRpm()
Gets the value of the maxRpm property.
|
double |
getMaxRudder()
Gets the value of the maxRudder property.
|
double |
getMaxThruster()
Gets the value of the maxThruster property.
|
double |
getMinWaypointRpm()
Gets the value of the minWaypointRpm property.
|
double |
getNominalWaypointRpm()
Gets the value of the nominalWaypointRpm property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMaxHighSpeedPlane(double value)
Sets the value of the maxHighSpeedPlane property.
|
void |
setMaxMaxSpeedPlane(double value)
Sets the value of the maxMaxSpeedPlane property.
|
void |
setMaxPlane(double value)
Sets the value of the maxPlane property.
|
void |
setMaxRpm(double value)
Sets the value of the maxRpm property.
|
void |
setMaxRudder(double value)
Sets the value of the maxRudder property.
|
void |
setMaxThruster(double value)
Sets the value of the maxThruster property.
|
void |
setMinWaypointRpm(double value)
Sets the value of the minWaypointRpm property.
|
void |
setNominalWaypointRpm(double value)
Sets the value of the nominalWaypointRpm property.
|
protected double maxRpm
protected double minWaypointRpm
protected double nominalWaypointRpm
protected double maxThruster
protected double maxRudder
protected double maxPlane
protected double maxHighSpeedPlane
protected double maxMaxSpeedPlane
protected String description
public double getMaxRpm()
public void setMaxRpm(double value)
public double getMinWaypointRpm()
public void setMinWaypointRpm(double value)
public double getNominalWaypointRpm()
public void setNominalWaypointRpm(double value)
public double getMaxThruster()
public void setMaxThruster(double value)
public double getMaxRudder()
public void setMaxRudder(double value)
public double getMaxPlane()
public void setMaxPlane(double value)
public double getMaxHighSpeedPlane()
public void setMaxHighSpeedPlane(double value)
public double getMaxMaxSpeedPlane()
public void setMaxMaxSpeedPlane(double value)
public String getDescription()
String