public class UsvControlOrdersElementType extends Object
Java class for usvControlOrdersElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="usvControlOrdersElementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element ref="{}PropellersUSV" minOccurs="0"/>
<element ref="{}Rudder" minOccurs="0"/>
</all>
<attGroup ref="{}CommonAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected PropellersOrderUSVElementType |
propellersUSV |
protected SignedPercentElementType |
rudder |
protected Double |
timeStamp |
| Constructor and Description |
|---|
UsvControlOrdersElementType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
PropellersOrderUSVElementType |
getPropellersUSV()
Gets the value of the propellersUSV property.
|
SignedPercentElementType |
getRudder()
Gets the value of the rudder property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPropellersUSV(PropellersOrderUSVElementType value)
Sets the value of the propellersUSV property.
|
void |
setRudder(SignedPercentElementType value)
Sets the value of the rudder property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected PropellersOrderUSVElementType propellersUSV
protected SignedPercentElementType rudder
protected Double timeStamp
protected String description
protected String id
public PropellersOrderUSVElementType getPropellersUSV()
PropellersOrderUSVElementTypepublic void setPropellersUSV(PropellersOrderUSVElementType value)
value - allowed object is
PropellersOrderUSVElementTypepublic SignedPercentElementType getRudder()
SignedPercentElementTypepublic void setRudder(SignedPercentElementType value)
value - allowed object is
SignedPercentElementTypepublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
String