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}int"/>
<element name="JointMinPosition" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="JointMaxPosition" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="JointMaxTorqueOrForce" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="JointMaxVelocity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
jointMaxPosition |
protected Double |
jointMaxTorqueOrForce |
protected Double |
jointMaxVelocity |
protected Double |
jointMinPosition |
protected int |
jointNumber |
name| Constructor and Description |
|---|
JointLimitType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getJointMaxPosition()
Gets the value of the jointMaxPosition property.
|
Double |
getJointMaxTorqueOrForce()
Gets the value of the jointMaxTorqueOrForce property.
|
Double |
getJointMaxVelocity()
Gets the value of the jointMaxVelocity property.
|
Double |
getJointMinPosition()
Gets the value of the jointMinPosition property.
|
int |
getJointNumber()
Gets the value of the jointNumber property.
|
void |
setJointMaxPosition(Double value)
Sets the value of the jointMaxPosition property.
|
void |
setJointMaxTorqueOrForce(Double value)
Sets the value of the jointMaxTorqueOrForce property.
|
void |
setJointMaxVelocity(Double value)
Sets the value of the jointMaxVelocity property.
|
void |
setJointMinPosition(Double value)
Sets the value of the jointMinPosition property.
|
void |
setJointNumber(int value)
Sets the value of the jointNumber property.
|
getName, setNameprotected int jointNumber
protected Double jointMinPosition
protected Double jointMaxPosition
protected Double jointMaxTorqueOrForce
protected Double jointMaxVelocity
public int getJointNumber()
public void setJointNumber(int value)
public Double getJointMinPosition()
Doublepublic void setJointMinPosition(Double value)
value - allowed object is
Doublepublic Double getJointMaxPosition()
Doublepublic void setJointMaxPosition(Double value)
value - allowed object is
Doublepublic Double getJointMaxTorqueOrForce()
Doublepublic void setJointMaxTorqueOrForce(Double value)
value - allowed object is
Doublepublic Double getJointMaxVelocity()
DoubleCopyright © 2017. All rights reserved.