public class JointSpeedAccelType extends JointDetailsType
Java class for JointSpeedAccelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JointSpeedAccelType">
<complexContent>
<extension base="{}JointDetailsType">
<sequence>
<element name="JointSpeed" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="JointAccel" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
jointAccel |
protected BigDecimal |
jointSpeed |
name| Constructor and Description |
|---|
JointSpeedAccelType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getJointAccel()
Gets the value of the jointAccel property.
|
BigDecimal |
getJointSpeed()
Gets the value of the jointSpeed property.
|
void |
setJointAccel(BigDecimal value)
Sets the value of the jointAccel property.
|
void |
setJointSpeed(BigDecimal value)
Sets the value of the jointSpeed property.
|
getName, setNameprotected BigDecimal jointSpeed
protected BigDecimal jointAccel
public BigDecimal getJointSpeed()
BigDecimalpublic void setJointSpeed(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getJointAccel()
BigDecimalpublic void setJointAccel(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.