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}positiveInteger"/>
<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 BigInteger |
jointNumber |
protected boolean |
reportPosition |
protected boolean |
reportTorqueOrForce |
protected boolean |
reportVelocity |
name| Constructor and Description |
|---|
ConfigureJointReportType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
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(BigInteger 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 BigInteger jointNumber
protected boolean reportPosition
protected boolean reportTorqueOrForce
protected boolean reportVelocity
public BigInteger getJointNumber()
BigIntegerpublic void setJointNumber(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isReportPosition()
public void setReportPosition(boolean value)
public boolean isReportTorqueOrForce()
public void setReportTorqueOrForce(boolean value)
public boolean isReportVelocity()
public void setReportVelocity(boolean value)
Copyright © 2016. All rights reserved.