public class SetRotSpeedType extends MiddleCommandType
Java class for SetRotSpeedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetRotSpeedType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="RotSpeed" type="{}RotSpeedType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RotSpeedType |
rotSpeed |
commandIDname| Constructor and Description |
|---|
SetRotSpeedType() |
| Modifier and Type | Method and Description |
|---|---|
RotSpeedType |
getRotSpeed()
Gets the value of the rotSpeed property.
|
void |
setRotSpeed(RotSpeedType value)
Sets the value of the rotSpeed property.
|
getCommandID, setCommandIDgetName, setNameprotected RotSpeedType rotSpeed
public RotSpeedType getRotSpeed()
RotSpeedTypepublic void setRotSpeed(RotSpeedType value)
value - allowed object is
RotSpeedTypeCopyright © 2016. All rights reserved.