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}double" minOccurs="0"/>
<element name="AxialDistanceScrew" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Turn" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
axialDistanceFree |
protected double |
axialDistanceScrew |
protected PointType |
axisPoint |
protected PoseType |
startPosition |
protected double |
turn |
commandIDname| Constructor and Description |
|---|
MoveScrewType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getAxialDistanceFree()
Gets the value of the axialDistanceFree property.
|
double |
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.
|
double |
getTurn()
Gets the value of the turn property.
|
void |
setAxialDistanceFree(Double value)
Sets the value of the axialDistanceFree property.
|
void |
setAxialDistanceScrew(double 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(double value)
Sets the value of the turn property.
|
getCommandID, setCommandIDgetName, setNameprotected PoseType startPosition
protected PointType axisPoint
protected Double axialDistanceFree
protected double axialDistanceScrew
protected double 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 Double getAxialDistanceFree()
Doublepublic void setAxialDistanceFree(Double value)
value - allowed object is
Doublepublic double getAxialDistanceScrew()
public void setAxialDistanceScrew(double value)
public double getTurn()
public void setTurn(double value)
Copyright © 2018. All rights reserved.