public class ConfigureStatusReportType extends MiddleCommandType
Java class for ConfigureStatusReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigureStatusReportType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="ReportJointStatuses" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ReportPoseStatus" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ReportGripperStatus" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ReportSettingsStatus" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
reportGripperStatus |
protected boolean |
reportJointStatuses |
protected boolean |
reportPoseStatus |
protected boolean |
reportSettingsStatus |
commandIDname| Constructor and Description |
|---|
ConfigureStatusReportType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReportGripperStatus()
Gets the value of the reportGripperStatus property.
|
boolean |
isReportJointStatuses()
Gets the value of the reportJointStatuses property.
|
boolean |
isReportPoseStatus()
Gets the value of the reportPoseStatus property.
|
boolean |
isReportSettingsStatus()
Gets the value of the reportSettingsStatus property.
|
void |
setReportGripperStatus(boolean value)
Sets the value of the reportGripperStatus property.
|
void |
setReportJointStatuses(boolean value)
Sets the value of the reportJointStatuses property.
|
void |
setReportPoseStatus(boolean value)
Sets the value of the reportPoseStatus property.
|
void |
setReportSettingsStatus(boolean value)
Sets the value of the reportSettingsStatus property.
|
getCommandID, setCommandIDgetName, setNameprotected boolean reportJointStatuses
protected boolean reportPoseStatus
protected boolean reportGripperStatus
protected boolean reportSettingsStatus
public boolean isReportJointStatuses()
public void setReportJointStatuses(boolean value)
public boolean isReportPoseStatus()
public void setReportPoseStatus(boolean value)
public boolean isReportGripperStatus()
public void setReportGripperStatus(boolean value)
public boolean isReportSettingsStatus()
public void setReportSettingsStatus(boolean value)
Copyright © 2017. All rights reserved.