public class UuvPlanesOrderElementType extends Object
Java class for uuvPlanesOrderElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uuvPlanesOrderElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="stern" type="{}signedPercentType" /> <attribute name="bow" type="{}signedPercentType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Double |
bow |
protected Double |
stern |
Constructor and Description |
---|
UuvPlanesOrderElementType() |
Modifier and Type | Method and Description |
---|---|
Double |
getBow()
Gets the value of the bow property.
|
Double |
getStern()
Gets the value of the stern property.
|
void |
setBow(Double value)
Sets the value of the bow property.
|
void |
setStern(Double value)
Sets the value of the stern property.
|
public Double getStern()
Double
public void setStern(Double value)
value
- allowed object is
Double
public Double getBow()
Double