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()
PropellersOrderUSVElementType
public void setPropellersUSV(PropellersOrderUSVElementType value)
value
- allowed object is
PropellersOrderUSVElementType
public SignedPercentElementType getRudder()
SignedPercentElementType
public void setRudder(SignedPercentElementType value)
value
- allowed object is
SignedPercentElementType
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String