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}double" minOccurs="0"/>
<element name="JointAccel" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
jointAccel |
protected Double |
jointSpeed |
name| Constructor and Description |
|---|
JointSpeedAccelType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getJointAccel()
Gets the value of the jointAccel property.
|
Double |
getJointSpeed()
Gets the value of the jointSpeed property.
|
void |
setJointAccel(Double value)
Sets the value of the jointAccel property.
|
void |
setJointSpeed(Double value)
Sets the value of the jointSpeed property.
|
getName, setNamepublic Double getJointSpeed()
Doublepublic void setJointSpeed(Double value)
value - allowed object is
Doublepublic Double getJointAccel()
DoubleCopyright © 2017. All rights reserved.