public class SetPlanesCommandType extends Object
Java class for setPlanesCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="setPlanesCommandType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{}BowPlanes"/>
<element ref="{}SternPlanes"/>
<element ref="{}AllPlanes"/>
</choice>
</sequence>
<attGroup ref="{}CommonAttributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SignedPercentElementType |
allPlanes |
protected SignedPercentElementType |
bowPlanes |
protected String |
description |
protected String |
id |
protected SignedPercentElementType |
sternPlanes |
protected Double |
timeStamp |
| Constructor and Description |
|---|
SetPlanesCommandType() |
| Modifier and Type | Method and Description |
|---|---|
SignedPercentElementType |
getAllPlanes()
Gets the value of the allPlanes property.
|
SignedPercentElementType |
getBowPlanes()
Gets the value of the bowPlanes property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
SignedPercentElementType |
getSternPlanes()
Gets the value of the sternPlanes property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setAllPlanes(SignedPercentElementType value)
Sets the value of the allPlanes property.
|
void |
setBowPlanes(SignedPercentElementType value)
Sets the value of the bowPlanes property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSternPlanes(SignedPercentElementType value)
Sets the value of the sternPlanes property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected SignedPercentElementType bowPlanes
protected SignedPercentElementType sternPlanes
protected SignedPercentElementType allPlanes
protected Double timeStamp
protected String description
protected String id
public SignedPercentElementType getBowPlanes()
SignedPercentElementTypepublic void setBowPlanes(SignedPercentElementType value)
value - allowed object is
SignedPercentElementTypepublic SignedPercentElementType getSternPlanes()
SignedPercentElementTypepublic void setSternPlanes(SignedPercentElementType value)
value - allowed object is
SignedPercentElementTypepublic SignedPercentElementType getAllPlanes()
SignedPercentElementTypepublic void setAllPlanes(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