public class PropellersOrderUUVElementType extends Object
Java class for propellersOrderUUVElementType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="propellersOrderUUVElementType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="all" type="{}signedPercentType" />
       <attribute name="port" type="{}signedPercentType" />
       <attribute name="starboard" type="{}signedPercentType" />
       <attribute name="centerline" type="{}signedPercentType" />
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected Double | all | 
| protected Double | centerline | 
| protected Double | port | 
| protected Double | starboard | 
| Constructor and Description | 
|---|
| PropellersOrderUUVElementType() | 
| Modifier and Type | Method and Description | 
|---|---|
| Double | getAll()Gets the value of the all property. | 
| Double | getCenterline()Gets the value of the centerline property. | 
| Double | getPort()Gets the value of the port property. | 
| Double | getStarboard()Gets the value of the starboard property. | 
| void | setAll(Double value)Sets the value of the all property. | 
| void | setCenterline(Double value)Sets the value of the centerline property. | 
| void | setPort(Double value)Sets the value of the port property. | 
| void | setStarboard(Double value)Sets the value of the starboard property. | 
protected Double all
protected Double port
protected Double starboard
protected Double centerline
public void setAll(Double value)
value - allowed object is
     Doublepublic Double getPort()
Doublepublic void setPort(Double value)
value - allowed object is
     Doublepublic Double getStarboard()
Doublepublic void setStarboard(Double value)
value - allowed object is
     Doublepublic Double getCenterline()
Double