public class ConfigureJointReportType extends DataThingType
Java class for ConfigureJointReportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigureJointReportType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="JointNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="ReportPosition" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ReportTorqueOrForce" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="ReportVelocity" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
jointNumber |
protected boolean |
reportPosition |
protected boolean |
reportTorqueOrForce |
protected boolean |
reportVelocity |
name| Constructor and Description |
|---|
ConfigureJointReportType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getJointNumber()
Gets the value of the jointNumber property.
|
boolean |
isReportPosition()
Gets the value of the reportPosition property.
|
boolean |
isReportTorqueOrForce()
Gets the value of the reportTorqueOrForce property.
|
boolean |
isReportVelocity()
Gets the value of the reportVelocity property.
|
void |
setJointNumber(int value)
Sets the value of the jointNumber property.
|
void |
setReportPosition(boolean value)
Sets the value of the reportPosition property.
|
void |
setReportTorqueOrForce(boolean value)
Sets the value of the reportTorqueOrForce property.
|
void |
setReportVelocity(boolean value)
Sets the value of the reportVelocity property.
|
getName, setNameprotected int jointNumber
protected boolean reportPosition
protected boolean reportTorqueOrForce
protected boolean reportVelocity
public int getJointNumber()
public void setJointNumber(int value)
public boolean isReportPosition()
public void setReportPosition(boolean value)
public boolean isReportTorqueOrForce()
public void setReportTorqueOrForce(boolean value)
public boolean isReportVelocity()
public void setReportVelocity(boolean value)
Copyright © 2018. All rights reserved.