public class MoveScrewType extends MiddleCommandType
Java class for MoveScrewType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MoveScrewType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="StartPosition" type="{}PoseType" minOccurs="0"/>
<element name="AxisPoint" type="{}PointType" minOccurs="0"/>
<element name="AxialDistanceFree" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="AxialDistanceScrew" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="Turn" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
axialDistanceFree |
protected BigDecimal |
axialDistanceScrew |
protected PointType |
axisPoint |
protected PoseType |
startPosition |
protected BigDecimal |
turn |
commandIDname| Constructor and Description |
|---|
MoveScrewType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAxialDistanceFree()
Gets the value of the axialDistanceFree property.
|
BigDecimal |
getAxialDistanceScrew()
Gets the value of the axialDistanceScrew property.
|
PointType |
getAxisPoint()
Gets the value of the axisPoint property.
|
PoseType |
getStartPosition()
Gets the value of the startPosition property.
|
BigDecimal |
getTurn()
Gets the value of the turn property.
|
void |
setAxialDistanceFree(BigDecimal value)
Sets the value of the axialDistanceFree property.
|
void |
setAxialDistanceScrew(BigDecimal value)
Sets the value of the axialDistanceScrew property.
|
void |
setAxisPoint(PointType value)
Sets the value of the axisPoint property.
|
void |
setStartPosition(PoseType value)
Sets the value of the startPosition property.
|
void |
setTurn(BigDecimal value)
Sets the value of the turn property.
|
getCommandID, setCommandIDgetName, setNameprotected PoseType startPosition
protected PointType axisPoint
protected BigDecimal axialDistanceFree
protected BigDecimal axialDistanceScrew
protected BigDecimal turn
public PoseType getStartPosition()
PoseTypepublic void setStartPosition(PoseType value)
value - allowed object is
PoseTypepublic PointType getAxisPoint()
PointTypepublic void setAxisPoint(PointType value)
value - allowed object is
PointTypepublic BigDecimal getAxialDistanceFree()
BigDecimalpublic void setAxialDistanceFree(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getAxialDistanceScrew()
BigDecimalpublic void setAxialDistanceScrew(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTurn()
BigDecimalpublic void setTurn(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.