public class UuvPowerModelCoefficientsType extends Object
Java class for UuvPowerModelCoefficientsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvPowerModelCoefficientsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="hotelPower" use="required" type="{}NonNegativeDoubleType" /> <attribute name="propellerPower" use="required" type="{}NonNegativeDoubleType" /> <attribute name="thrusterPower" use="required" type="{}NonNegativeDoubleType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected double |
hotelPower |
protected double |
propellerPower |
protected double |
thrusterPower |
Constructor and Description |
---|
UuvPowerModelCoefficientsType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getHotelPower()
Gets the value of the hotelPower property.
|
double |
getPropellerPower()
Gets the value of the propellerPower property.
|
double |
getThrusterPower()
Gets the value of the thrusterPower property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHotelPower(double value)
Sets the value of the hotelPower property.
|
void |
setPropellerPower(double value)
Sets the value of the propellerPower property.
|
void |
setThrusterPower(double value)
Sets the value of the thrusterPower property.
|
protected double hotelPower
protected double propellerPower
protected double thrusterPower
protected String description
public double getHotelPower()
public void setHotelPower(double value)
public double getPropellerPower()
public void setPropellerPower(double value)
public double getThrusterPower()
public void setThrusterPower(double value)
public String getDescription()
String