public class UsvControlLimitsType extends Object
Java class for UsvControlLimitsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UsvControlLimitsType"> <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="maxRudder" use="required" type="{}NonNegativeDoubleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
maxRpm |
protected double |
maxRudder |
protected double |
minWaypointRpm |
protected double |
nominalWaypointRpm |
Constructor and Description |
---|
UsvControlLimitsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getMaxRpm()
Gets the value of the maxRpm property.
|
double |
getMaxRudder()
Gets the value of the maxRudder 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 |
setMaxRpm(double value)
Sets the value of the maxRpm property.
|
void |
setMaxRudder(double value)
Sets the value of the maxRudder 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 maxRudder
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 getMaxRudder()
public void setMaxRudder(double value)
public String getDescription()
String