public class UgvControlLimitsType extends Object
Java class for UgvControlLimitsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UgvControlLimitsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="maxSpeed" use="required" type="{}NonNegativeDoubleType" /> <attribute name="minTransitSpeed" use="required" type="{}NonNegativeDoubleType" /> <attribute name="nominalTransitSpeed" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxTurnRate" use="required" type="{}NonNegativeDoubleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
maxSpeed |
protected double |
maxTurnRate |
protected double |
minTransitSpeed |
protected double |
nominalTransitSpeed |
Constructor and Description |
---|
UgvControlLimitsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getMaxSpeed()
Gets the value of the maxSpeed property.
|
double |
getMaxTurnRate()
Gets the value of the maxTurnRate property.
|
double |
getMinTransitSpeed()
Gets the value of the minTransitSpeed property.
|
double |
getNominalTransitSpeed()
Gets the value of the nominalTransitSpeed property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMaxSpeed(double value)
Sets the value of the maxSpeed property.
|
void |
setMaxTurnRate(double value)
Sets the value of the maxTurnRate property.
|
void |
setMinTransitSpeed(double value)
Sets the value of the minTransitSpeed property.
|
void |
setNominalTransitSpeed(double value)
Sets the value of the nominalTransitSpeed property.
|
protected double maxSpeed
protected double minTransitSpeed
protected double nominalTransitSpeed
protected double maxTurnRate
protected String description
public double getMaxSpeed()
public void setMaxSpeed(double value)
public double getMinTransitSpeed()
public void setMinTransitSpeed(double value)
public double getNominalTransitSpeed()
public void setNominalTransitSpeed(double value)
public double getMaxTurnRate()
public void setMaxTurnRate(double value)
public String getDescription()
String