public class PoseAndSetType extends PoseType
Java class for PoseAndSetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PoseAndSetType">
<complexContent>
<extension base="{}PoseType">
<sequence>
<element name="Coordinated" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="TransSpeed" type="{}TransSpeedType" minOccurs="0"/>
<element name="RotSpeed" type="{}RotSpeedType" minOccurs="0"/>
<element name="TransAccel" type="{}TransAccelType" minOccurs="0"/>
<element name="RotAccel" type="{}RotAccelType" minOccurs="0"/>
<element name="Tolerance" type="{}PoseToleranceType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
coordinated |
protected RotAccelType |
rotAccel |
protected RotSpeedType |
rotSpeed |
protected PoseToleranceType |
tolerance |
protected TransAccelType |
transAccel |
protected TransSpeedType |
transSpeed |
name| Constructor and Description |
|---|
PoseAndSetType() |
| Modifier and Type | Method and Description |
|---|---|
RotAccelType |
getRotAccel()
Gets the value of the rotAccel property.
|
RotSpeedType |
getRotSpeed()
Gets the value of the rotSpeed property.
|
PoseToleranceType |
getTolerance()
Gets the value of the tolerance property.
|
TransAccelType |
getTransAccel()
Gets the value of the transAccel property.
|
TransSpeedType |
getTransSpeed()
Gets the value of the transSpeed property.
|
boolean |
isCoordinated()
Gets the value of the coordinated property.
|
void |
setCoordinated(boolean value)
Sets the value of the coordinated property.
|
void |
setRotAccel(RotAccelType value)
Sets the value of the rotAccel property.
|
void |
setRotSpeed(RotSpeedType value)
Sets the value of the rotSpeed property.
|
void |
setTolerance(PoseToleranceType value)
Sets the value of the tolerance property.
|
void |
setTransAccel(TransAccelType value)
Sets the value of the transAccel property.
|
void |
setTransSpeed(TransSpeedType value)
Sets the value of the transSpeed property.
|
getPoint, getXAxis, getZAxis, setPoint, setXAxis, setZAxisgetName, setNameprotected boolean coordinated
protected TransSpeedType transSpeed
protected RotSpeedType rotSpeed
protected TransAccelType transAccel
protected RotAccelType rotAccel
protected PoseToleranceType tolerance
public boolean isCoordinated()
public void setCoordinated(boolean value)
public TransSpeedType getTransSpeed()
TransSpeedTypepublic void setTransSpeed(TransSpeedType value)
value - allowed object is
TransSpeedTypepublic RotSpeedType getRotSpeed()
RotSpeedTypepublic void setRotSpeed(RotSpeedType value)
value - allowed object is
RotSpeedTypepublic TransAccelType getTransAccel()
TransAccelTypepublic void setTransAccel(TransAccelType value)
value - allowed object is
TransAccelTypepublic RotAccelType getRotAccel()
RotAccelTypepublic void setRotAccel(RotAccelType value)
value - allowed object is
RotAccelTypepublic PoseToleranceType getTolerance()
PoseToleranceTypepublic void setTolerance(PoseToleranceType value)
value - allowed object is
PoseToleranceTypeCopyright © 2017. All rights reserved.