public class UuvControlConfigurationType extends Object
Java class for UuvControlConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UuvControlConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}commonAttributes"/> <attribute name="bodyThrusters" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="squareHull" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="xBowVertical" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="xSternVertical" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="xBowLateral" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="xSternLateral" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="prop1Offset" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="prop2Offset" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="xRudderBow" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> <attribute name="xRudderStern" use="required" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
bodyThrusters |
protected String |
description |
protected double |
prop1Offset |
protected double |
prop2Offset |
protected boolean |
squareHull |
protected double |
xBowLateral |
protected double |
xBowVertical |
protected double |
xRudderBow |
protected double |
xRudderStern |
protected double |
xSternLateral |
protected double |
xSternVertical |
Constructor and Description |
---|
UuvControlConfigurationType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
double |
getProp1Offset()
Gets the value of the prop1Offset property.
|
double |
getProp2Offset()
Gets the value of the prop2Offset property.
|
double |
getXBowLateral()
Gets the value of the xBowLateral property.
|
double |
getXBowVertical()
Gets the value of the xBowVertical property.
|
double |
getXRudderBow()
Gets the value of the xRudderBow property.
|
double |
getXRudderStern()
Gets the value of the xRudderStern property.
|
double |
getXSternLateral()
Gets the value of the xSternLateral property.
|
double |
getXSternVertical()
Gets the value of the xSternVertical property.
|
boolean |
isBodyThrusters()
Gets the value of the bodyThrusters property.
|
boolean |
isSquareHull()
Gets the value of the squareHull property.
|
void |
setBodyThrusters(boolean value)
Sets the value of the bodyThrusters property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setProp1Offset(double value)
Sets the value of the prop1Offset property.
|
void |
setProp2Offset(double value)
Sets the value of the prop2Offset property.
|
void |
setSquareHull(boolean value)
Sets the value of the squareHull property.
|
void |
setXBowLateral(double value)
Sets the value of the xBowLateral property.
|
void |
setXBowVertical(double value)
Sets the value of the xBowVertical property.
|
void |
setXRudderBow(double value)
Sets the value of the xRudderBow property.
|
void |
setXRudderStern(double value)
Sets the value of the xRudderStern property.
|
void |
setXSternLateral(double value)
Sets the value of the xSternLateral property.
|
void |
setXSternVertical(double value)
Sets the value of the xSternVertical property.
|
protected boolean bodyThrusters
protected boolean squareHull
protected double xBowVertical
protected double xSternVertical
protected double xBowLateral
protected double xSternLateral
protected double prop1Offset
protected double prop2Offset
protected double xRudderBow
protected double xRudderStern
protected String description
public boolean isBodyThrusters()
public void setBodyThrusters(boolean value)
public boolean isSquareHull()
public void setSquareHull(boolean value)
public double getXBowVertical()
public void setXBowVertical(double value)
public double getXSternVertical()
public void setXSternVertical(double value)
public double getXBowLateral()
public void setXBowLateral(double value)
public double getXSternLateral()
public void setXSternLateral(double value)
public double getProp1Offset()
public void setProp1Offset(double value)
public double getProp2Offset()
public void setProp2Offset(double value)
public double getXRudderBow()
public void setXRudderBow(double value)
public double getXRudderStern()
public void setXRudderStern(double value)
public String getDescription()
String