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}decimal" minOccurs="0"/>
<element name="ChangeRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
changeRate |
protected BigDecimal |
setting |
name| Constructor and Description |
|---|
JointForceTorqueType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getChangeRate()
Gets the value of the changeRate property.
|
BigDecimal |
getSetting()
Gets the value of the setting property.
|
void |
setChangeRate(BigDecimal value)
Sets the value of the changeRate property.
|
void |
setSetting(BigDecimal value)
Sets the value of the setting property.
|
getName, setNameprotected BigDecimal setting
protected BigDecimal changeRate
public BigDecimal getSetting()
BigDecimalpublic void setSetting(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getChangeRate()
BigDecimalpublic void setChangeRate(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.