public class JointLimitType extends DataThingType
Java class for JointLimitType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JointLimitType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="JointNumber" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element name="JointMinPosition" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="JointMaxPosition" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="JointMaxTorqueOrForce" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="JointMaxVelocity" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
jointMaxPosition |
protected BigDecimal |
jointMaxTorqueOrForce |
protected BigDecimal |
jointMaxVelocity |
protected BigDecimal |
jointMinPosition |
protected BigInteger |
jointNumber |
name| Constructor and Description |
|---|
JointLimitType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getJointMaxPosition()
Gets the value of the jointMaxPosition property.
|
BigDecimal |
getJointMaxTorqueOrForce()
Gets the value of the jointMaxTorqueOrForce property.
|
BigDecimal |
getJointMaxVelocity()
Gets the value of the jointMaxVelocity property.
|
BigDecimal |
getJointMinPosition()
Gets the value of the jointMinPosition property.
|
BigInteger |
getJointNumber()
Gets the value of the jointNumber property.
|
void |
setJointMaxPosition(BigDecimal value)
Sets the value of the jointMaxPosition property.
|
void |
setJointMaxTorqueOrForce(BigDecimal value)
Sets the value of the jointMaxTorqueOrForce property.
|
void |
setJointMaxVelocity(BigDecimal value)
Sets the value of the jointMaxVelocity property.
|
void |
setJointMinPosition(BigDecimal value)
Sets the value of the jointMinPosition property.
|
void |
setJointNumber(BigInteger value)
Sets the value of the jointNumber property.
|
getName, setNameprotected BigInteger jointNumber
protected BigDecimal jointMinPosition
protected BigDecimal jointMaxPosition
protected BigDecimal jointMaxTorqueOrForce
protected BigDecimal jointMaxVelocity
public BigInteger getJointNumber()
BigIntegerpublic void setJointNumber(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getJointMinPosition()
BigDecimalpublic void setJointMinPosition(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getJointMaxPosition()
BigDecimalpublic void setJointMaxPosition(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getJointMaxTorqueOrForce()
BigDecimalpublic void setJointMaxTorqueOrForce(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getJointMaxVelocity()
BigDecimalpublic void setJointMaxVelocity(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.