public class JointStatusType extends DataThingType
Java class for JointStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JointStatusType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="JointNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="JointPosition" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="JointTorqueOrForce" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="JointVelocity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
jointNumber |
protected Double |
jointPosition |
protected Double |
jointTorqueOrForce |
protected Double |
jointVelocity |
name| Constructor and Description |
|---|
JointStatusType() |
| Modifier and Type | Method and Description |
|---|---|
int |
getJointNumber()
Gets the value of the jointNumber property.
|
Double |
getJointPosition()
Gets the value of the jointPosition property.
|
Double |
getJointTorqueOrForce()
Gets the value of the jointTorqueOrForce property.
|
Double |
getJointVelocity()
Gets the value of the jointVelocity property.
|
void |
setJointNumber(int value)
Sets the value of the jointNumber property.
|
void |
setJointPosition(Double value)
Sets the value of the jointPosition property.
|
void |
setJointTorqueOrForce(Double value)
Sets the value of the jointTorqueOrForce property.
|
void |
setJointVelocity(Double value)
Sets the value of the jointVelocity property.
|
getName, setNameprotected int jointNumber
protected Double jointPosition
protected Double jointTorqueOrForce
protected Double jointVelocity
public int getJointNumber()
public void setJointNumber(int value)
public Double getJointPosition()
Doublepublic void setJointPosition(Double value)
value - allowed object is
Doublepublic Double getJointTorqueOrForce()
Doublepublic void setJointTorqueOrForce(Double value)
value - allowed object is
Doublepublic Double getJointVelocity()
DoubleCopyright © 2017. All rights reserved.