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