public class SetPowerCommandType extends Object
Java class for setPowerCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="setPowerCommandType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{}PortPropeller"/>
<element ref="{}StarboardPropeller"/>
<element ref="{}CenterlinePropeller"/>
<element ref="{}AllPropellers"/>
</choice>
<attGroup ref="{}CommonAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SignedPercentElementType |
allPropellers |
protected SignedPercentElementType |
centerlinePropeller |
protected String |
description |
protected String |
id |
protected SignedPercentElementType |
portPropeller |
protected SignedPercentElementType |
starboardPropeller |
protected Double |
timeStamp |
| Constructor and Description |
|---|
SetPowerCommandType() |
| Modifier and Type | Method and Description |
|---|---|
SignedPercentElementType |
getAllPropellers()
Gets the value of the allPropellers property.
|
SignedPercentElementType |
getCenterlinePropeller()
Gets the value of the centerlinePropeller property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
SignedPercentElementType |
getPortPropeller()
Gets the value of the portPropeller property.
|
SignedPercentElementType |
getStarboardPropeller()
Gets the value of the starboardPropeller property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setAllPropellers(SignedPercentElementType value)
Sets the value of the allPropellers property.
|
void |
setCenterlinePropeller(SignedPercentElementType value)
Sets the value of the centerlinePropeller property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPortPropeller(SignedPercentElementType value)
Sets the value of the portPropeller property.
|
void |
setStarboardPropeller(SignedPercentElementType value)
Sets the value of the starboardPropeller property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected SignedPercentElementType portPropeller
protected SignedPercentElementType starboardPropeller
protected SignedPercentElementType centerlinePropeller
protected SignedPercentElementType allPropellers
protected Double timeStamp
protected String description
protected String id
public SignedPercentElementType getPortPropeller()
SignedPercentElementTypepublic void setPortPropeller(SignedPercentElementType value)
value - allowed object is
SignedPercentElementTypepublic SignedPercentElementType getStarboardPropeller()
SignedPercentElementTypepublic void setStarboardPropeller(SignedPercentElementType value)
value - allowed object is
SignedPercentElementTypepublic SignedPercentElementType getCenterlinePropeller()
SignedPercentElementTypepublic void setCenterlinePropeller(SignedPercentElementType value)
value - allowed object is
SignedPercentElementTypepublic SignedPercentElementType getAllPropellers()
SignedPercentElementTypepublic void setAllPropellers(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