public class JointForceTorqueType extends JointDetailsType
Java class for JointForceTorqueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JointForceTorqueType">
<complexContent>
<extension base="{}JointDetailsType">
<sequence>
<element name="Setting" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="ChangeRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
changeRate |
protected Double |
setting |
name| Constructor and Description |
|---|
JointForceTorqueType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getChangeRate()
Gets the value of the changeRate property.
|
Double |
getSetting()
Gets the value of the setting property.
|
void |
setChangeRate(Double value)
Sets the value of the changeRate property.
|
void |
setSetting(Double value)
Sets the value of the setting property.
|
getName, setNamepublic Double getSetting()
Doublepublic void setSetting(Double value)
value - allowed object is
Doublepublic Double getChangeRate()
DoubleCopyright © 2017. All rights reserved.