public class MoveThroughToType extends MiddleCommandType
Java class for MoveThroughToType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MoveThroughToType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="MoveStraight" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="Waypoint" type="{}PoseType" maxOccurs="unbounded" minOccurs="2"/>
<element name="NumPositions" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
moveStraight |
protected BigInteger |
numPositions |
protected List<PoseType> |
waypoint |
commandIDname| Constructor and Description |
|---|
MoveThroughToType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getNumPositions()
Gets the value of the numPositions property.
|
List<PoseType> |
getWaypoint()
Gets the value of the waypoint property.
|
boolean |
isMoveStraight()
Gets the value of the moveStraight property.
|
void |
setMoveStraight(boolean value)
Sets the value of the moveStraight property.
|
void |
setNumPositions(BigInteger value)
Sets the value of the numPositions property.
|
getCommandID, setCommandIDgetName, setNameprotected boolean moveStraight
protected BigInteger numPositions
public boolean isMoveStraight()
public void setMoveStraight(boolean value)
public List<PoseType> getWaypoint()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the waypoint property.
For example, to add a new item, do as follows:
getWaypoint().add(newItem);
Objects of the following type(s) are allowed in the list
PoseType
public BigInteger getNumPositions()
BigIntegerpublic void setNumPositions(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016. All rights reserved.