public class UuvOperatingCharacteristicsType extends Object
Java class for UuvOperatingCharacteristicsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvOperatingCharacteristicsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="maxSpeed" use="required" type="{}NonNegativeDoubleType" /> <attribute name="halfPwrSpeed" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxSurge" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxSway" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxHeave" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxRoll" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxPitch" use="required" type="{}NonNegativeDoubleType" /> <attribute name="maxYaw" use="required" type="{}NonNegativeDoubleType" /> <attribute name="asternEfficiency" use="required" type="{}NonNegativeDoubleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
asternEfficiency |
protected String |
description |
protected double |
halfPwrSpeed |
protected double |
maxHeave |
protected double |
maxPitch |
protected double |
maxRoll |
protected double |
maxSpeed |
protected double |
maxSurge |
protected double |
maxSway |
protected double |
maxYaw |
Constructor and Description |
---|
UuvOperatingCharacteristicsType() |
Modifier and Type | Method and Description |
---|---|
double |
getAsternEfficiency()
Gets the value of the asternEfficiency property.
|
String |
getDescription()
Gets the value of the description property.
|
double |
getHalfPwrSpeed()
Gets the value of the halfPwrSpeed property.
|
double |
getMaxHeave()
Gets the value of the maxHeave property.
|
double |
getMaxPitch()
Gets the value of the maxPitch property.
|
double |
getMaxRoll()
Gets the value of the maxRoll property.
|
double |
getMaxSpeed()
Gets the value of the maxSpeed property.
|
double |
getMaxSurge()
Gets the value of the maxSurge property.
|
double |
getMaxSway()
Gets the value of the maxSway property.
|
double |
getMaxYaw()
Gets the value of the maxYaw property.
|
void |
setAsternEfficiency(double value)
Sets the value of the asternEfficiency property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHalfPwrSpeed(double value)
Sets the value of the halfPwrSpeed property.
|
void |
setMaxHeave(double value)
Sets the value of the maxHeave property.
|
void |
setMaxPitch(double value)
Sets the value of the maxPitch property.
|
void |
setMaxRoll(double value)
Sets the value of the maxRoll property.
|
void |
setMaxSpeed(double value)
Sets the value of the maxSpeed property.
|
void |
setMaxSurge(double value)
Sets the value of the maxSurge property.
|
void |
setMaxSway(double value)
Sets the value of the maxSway property.
|
void |
setMaxYaw(double value)
Sets the value of the maxYaw property.
|
protected double maxSpeed
protected double halfPwrSpeed
protected double maxSurge
protected double maxSway
protected double maxHeave
protected double maxRoll
protected double maxPitch
protected double maxYaw
protected double asternEfficiency
protected String description
public double getMaxSpeed()
public void setMaxSpeed(double value)
public double getHalfPwrSpeed()
public void setHalfPwrSpeed(double value)
public double getMaxSurge()
public void setMaxSurge(double value)
public double getMaxSway()
public void setMaxSway(double value)
public double getMaxHeave()
public void setMaxHeave(double value)
public double getMaxRoll()
public void setMaxRoll(double value)
public double getMaxPitch()
public void setMaxPitch(double value)
public double getMaxYaw()
public void setMaxYaw(double value)
public double getAsternEfficiency()
public void setAsternEfficiency(double value)
public String getDescription()
String