public class PoseStatusType extends DataThingType
Java class for PoseStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PoseStatusType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="Pose" type="{}PoseType"/>
<element name="Twist" type="{}TwistType" minOccurs="0"/>
<element name="Wrench" type="{}WrenchType" minOccurs="0"/>
<element name="Configuration" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
configuration |
protected PoseType |
pose |
protected TwistType |
twist |
protected WrenchType |
wrench |
name| Constructor and Description |
|---|
PoseStatusType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfiguration()
Gets the value of the configuration property.
|
PoseType |
getPose()
Gets the value of the pose property.
|
TwistType |
getTwist()
Gets the value of the twist property.
|
WrenchType |
getWrench()
Gets the value of the wrench property.
|
void |
setConfiguration(String value)
Sets the value of the configuration property.
|
void |
setPose(PoseType value)
Sets the value of the pose property.
|
void |
setTwist(TwistType value)
Sets the value of the twist property.
|
void |
setWrench(WrenchType value)
Sets the value of the wrench property.
|
getName, setNameprotected PoseType pose
protected TwistType twist
protected WrenchType wrench
protected String configuration
public PoseType getPose()
PoseTypepublic void setPose(PoseType value)
value - allowed object is
PoseTypepublic TwistType getTwist()
TwistTypepublic void setTwist(TwistType value)
value - allowed object is
TwistTypepublic WrenchType getWrench()
WrenchTypepublic void setWrench(WrenchType value)
value - allowed object is
WrenchTypepublic String getConfiguration()
StringCopyright © 2017. All rights reserved.