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}positiveInteger"/>
<element name="JointPosition" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="JointTorqueOrForce" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="JointVelocity" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
jointNumber |
protected BigDecimal |
jointPosition |
protected BigDecimal |
jointTorqueOrForce |
protected BigDecimal |
jointVelocity |
name| Constructor and Description |
|---|
JointStatusType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getJointNumber()
Gets the value of the jointNumber property.
|
BigDecimal |
getJointPosition()
Gets the value of the jointPosition property.
|
BigDecimal |
getJointTorqueOrForce()
Gets the value of the jointTorqueOrForce property.
|
BigDecimal |
getJointVelocity()
Gets the value of the jointVelocity property.
|
void |
setJointNumber(BigInteger value)
Sets the value of the jointNumber property.
|
void |
setJointPosition(BigDecimal value)
Sets the value of the jointPosition property.
|
void |
setJointTorqueOrForce(BigDecimal value)
Sets the value of the jointTorqueOrForce property.
|
void |
setJointVelocity(BigDecimal value)
Sets the value of the jointVelocity property.
|
getName, setNameprotected BigInteger jointNumber
protected BigDecimal jointPosition
protected BigDecimal jointTorqueOrForce
protected BigDecimal jointVelocity
public BigInteger getJointNumber()
BigIntegerpublic void setJointNumber(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getJointPosition()
BigDecimalpublic void setJointPosition(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getJointTorqueOrForce()
BigDecimalpublic void setJointTorqueOrForce(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getJointVelocity()
BigDecimalpublic void setJointVelocity(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.