public class MoveToType extends MiddleCommandType
Java class for MoveToType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MoveToType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="MoveStraight" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="EndPosition" type="{}PoseType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PoseType |
endPosition |
protected boolean |
moveStraight |
commandIDname| Constructor and Description |
|---|
MoveToType() |
| Modifier and Type | Method and Description |
|---|---|
PoseType |
getEndPosition()
Gets the value of the endPosition property.
|
boolean |
isMoveStraight()
Gets the value of the moveStraight property.
|
void |
setEndPosition(PoseType value)
Sets the value of the endPosition property.
|
void |
setMoveStraight(boolean value)
Sets the value of the moveStraight property.
|
getCommandID, setCommandIDgetName, setNameprotected boolean moveStraight
protected PoseType endPosition
public boolean isMoveStraight()
public void setMoveStraight(boolean value)
public PoseType getEndPosition()
PoseTypeCopyright © 2017. All rights reserved.