public class CRCLStatusType extends DataThingType
Java class for CRCLStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CRCLStatusType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="CommandStatus" type="{}CommandStatusType"/>
<element name="JointStatuses" type="{}JointStatusesType" minOccurs="0"/>
<element name="PoseStatus" type="{}PoseStatusType" minOccurs="0"/>
<element name="GripperStatus" type="{}GripperStatusType" minOccurs="0"/>
<element name="SettingsStatus" type="{}SettingsStatusType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CommandStatusType |
commandStatus |
protected GripperStatusType |
gripperStatus |
protected JointStatusesType |
jointStatuses |
protected PoseStatusType |
poseStatus |
protected SettingsStatusType |
settingsStatus |
name| Constructor and Description |
|---|
CRCLStatusType() |
| Modifier and Type | Method and Description |
|---|---|
CommandStatusType |
getCommandStatus()
Gets the value of the commandStatus property.
|
GripperStatusType |
getGripperStatus()
Gets the value of the gripperStatus property.
|
JointStatusesType |
getJointStatuses()
Gets the value of the jointStatuses property.
|
PoseStatusType |
getPoseStatus()
Gets the value of the poseStatus property.
|
SettingsStatusType |
getSettingsStatus()
Gets the value of the settingsStatus property.
|
void |
setCommandStatus(CommandStatusType value)
Sets the value of the commandStatus property.
|
void |
setGripperStatus(GripperStatusType value)
Sets the value of the gripperStatus property.
|
void |
setJointStatuses(JointStatusesType value)
Sets the value of the jointStatuses property.
|
void |
setPoseStatus(PoseStatusType value)
Sets the value of the poseStatus property.
|
void |
setSettingsStatus(SettingsStatusType value)
Sets the value of the settingsStatus property.
|
getName, setNameprotected CommandStatusType commandStatus
protected JointStatusesType jointStatuses
protected PoseStatusType poseStatus
protected GripperStatusType gripperStatus
protected SettingsStatusType settingsStatus
public CommandStatusType getCommandStatus()
CommandStatusTypepublic void setCommandStatus(CommandStatusType value)
value - allowed object is
CommandStatusTypepublic JointStatusesType getJointStatuses()
JointStatusesTypepublic void setJointStatuses(JointStatusesType value)
value - allowed object is
JointStatusesTypepublic PoseStatusType getPoseStatus()
PoseStatusTypepublic void setPoseStatus(PoseStatusType value)
value - allowed object is
PoseStatusTypepublic GripperStatusType getGripperStatus()
GripperStatusTypepublic void setGripperStatus(GripperStatusType value)
value - allowed object is
GripperStatusTypepublic SettingsStatusType getSettingsStatus()
SettingsStatusTypepublic void setSettingsStatus(SettingsStatusType value)
value - allowed object is
SettingsStatusTypeCopyright © 2017. All rights reserved.