public class UuvBodyThrustersOrderElementType extends Object
Java class for uuvBodyThrustersOrderElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="uuvBodyThrustersOrderElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="bowLateral" type="{}signedPercentType" />
       <attribute name="sternLateral" type="{}signedPercentType" />
       <attribute name="bowVertical" type="{}signedPercentType" />
       <attribute name="sternVertical" type="{}signedPercentType" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Double | bowLateral | 
| protected Double | bowVertical | 
| protected Double | sternLateral | 
| protected Double | sternVertical | 
| Constructor and Description | 
|---|
| UuvBodyThrustersOrderElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| Double | getBowLateral()Gets the value of the bowLateral property. | 
| Double | getBowVertical()Gets the value of the bowVertical property. | 
| Double | getSternLateral()Gets the value of the sternLateral property. | 
| Double | getSternVertical()Gets the value of the sternVertical property. | 
| void | setBowLateral(Double value)Sets the value of the bowLateral property. | 
| void | setBowVertical(Double value)Sets the value of the bowVertical property. | 
| void | setSternLateral(Double value)Sets the value of the sternLateral property. | 
| void | setSternVertical(Double value)Sets the value of the sternVertical property. | 
protected Double bowLateral
protected Double sternLateral
protected Double bowVertical
protected Double sternVertical
public Double getBowLateral()
Doublepublic void setBowLateral(Double value)
value - allowed object is
     Doublepublic Double getSternLateral()
Doublepublic void setSternLateral(Double value)
value - allowed object is
     Doublepublic Double getBowVertical()
Doublepublic void setBowVertical(Double value)
value - allowed object is
     Doublepublic Double getSternVertical()
Double