public class UuvGoalAchievementParametersType extends GoalAchievementParametersType
Java class for UuvGoalAchievementParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvGoalAchievementParametersType"> <complexContent> <extension base="{}GoalAchievementParametersType"> <attribute name="defaultGoalAltitude" type="{}nonNegativeScalar" default="0.0" /> <attribute name="defaultGoalDepth" type="{}nonNegativeScalar" default="0.0" /> <attribute name="transitAltitude" type="{}nonNegativeScalar" default="0.0" /> <attribute name="transitDepth" type="{}nonNegativeScalar" default="0.0" /> <attribute name="gpsInterval" use="required" type="{}nonNegativeScalar" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
defaultGoalAltitude |
protected Double |
defaultGoalDepth |
protected double |
gpsInterval |
protected Double |
transitAltitude |
protected Double |
transitDepth |
contaminantDetectRange, maximumSpeed, minWaypointDistance, patrolSpeed, searchSpeed, sweepWidth, targetEngageRange, transitSpeed, turnRadius
Constructor and Description |
---|
UuvGoalAchievementParametersType() |
Modifier and Type | Method and Description |
---|---|
double |
getDefaultGoalAltitude()
Gets the value of the defaultGoalAltitude property.
|
double |
getDefaultGoalDepth()
Gets the value of the defaultGoalDepth property.
|
double |
getGpsInterval()
Gets the value of the gpsInterval property.
|
double |
getTransitAltitude()
Gets the value of the transitAltitude property.
|
double |
getTransitDepth()
Gets the value of the transitDepth property.
|
void |
setDefaultGoalAltitude(Double value)
Sets the value of the defaultGoalAltitude property.
|
void |
setDefaultGoalDepth(Double value)
Sets the value of the defaultGoalDepth property.
|
void |
setGpsInterval(double value)
Sets the value of the gpsInterval property.
|
void |
setTransitAltitude(Double value)
Sets the value of the transitAltitude property.
|
void |
setTransitDepth(Double value)
Sets the value of the transitDepth property.
|
getContaminantDetectRange, getMaximumSpeed, getMinWaypointDistance, getPatrolSpeed, getSearchSpeed, getSweepWidth, getTargetEngageRange, getTransitSpeed, getTurnRadius, setContaminantDetectRange, setMaximumSpeed, setMinWaypointDistance, setPatrolSpeed, setSearchSpeed, setSweepWidth, setTargetEngageRange, setTransitSpeed, setTurnRadius
protected Double defaultGoalAltitude
protected Double defaultGoalDepth
protected Double transitAltitude
protected Double transitDepth
protected double gpsInterval
public double getDefaultGoalAltitude()
Double
public void setDefaultGoalAltitude(Double value)
value
- allowed object is
Double
public double getDefaultGoalDepth()
Double
public void setDefaultGoalDepth(Double value)
value
- allowed object is
Double
public double getTransitAltitude()
Double
public void setTransitAltitude(Double value)
value
- allowed object is
Double
public double getTransitDepth()
Double
public void setTransitDepth(Double value)
value
- allowed object is
Double
public double getGpsInterval()
public void setGpsInterval(double value)