public class ActuateJointType extends DataThingType
Java class for ActuateJointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActuateJointType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="JointNumber" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="JointPosition" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="JointDetails" type="{}JointDetailsType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JointDetailsType |
jointDetails |
protected int |
jointNumber |
protected double |
jointPosition |
name| Constructor and Description |
|---|
ActuateJointType() |
| Modifier and Type | Method and Description |
|---|---|
JointDetailsType |
getJointDetails()
Gets the value of the jointDetails property.
|
int |
getJointNumber()
Gets the value of the jointNumber property.
|
double |
getJointPosition()
Gets the value of the jointPosition property.
|
void |
setJointDetails(JointDetailsType value)
Sets the value of the jointDetails property.
|
void |
setJointNumber(int value)
Sets the value of the jointNumber property.
|
void |
setJointPosition(double value)
Sets the value of the jointPosition property.
|
getName, setNameprotected int jointNumber
protected double jointPosition
protected JointDetailsType jointDetails
public int getJointNumber()
public void setJointNumber(int value)
public double getJointPosition()
public void setJointPosition(double value)
public JointDetailsType getJointDetails()
JointDetailsTypepublic void setJointDetails(JointDetailsType value)
value - allowed object is
JointDetailsTypeCopyright © 2017. All rights reserved.