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}positiveInteger"/>
<element name="JointPosition" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="JointDetails" type="{}JointDetailsType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected JointDetailsType |
jointDetails |
protected BigInteger |
jointNumber |
protected BigDecimal |
jointPosition |
name| Constructor and Description |
|---|
ActuateJointType() |
| Modifier and Type | Method and Description |
|---|---|
JointDetailsType |
getJointDetails()
Gets the value of the jointDetails property.
|
BigInteger |
getJointNumber()
Gets the value of the jointNumber property.
|
BigDecimal |
getJointPosition()
Gets the value of the jointPosition property.
|
void |
setJointDetails(JointDetailsType value)
Sets the value of the jointDetails property.
|
void |
setJointNumber(BigInteger value)
Sets the value of the jointNumber property.
|
void |
setJointPosition(BigDecimal value)
Sets the value of the jointPosition property.
|
getName, setNameprotected BigInteger jointNumber
protected BigDecimal jointPosition
protected JointDetailsType jointDetails
public BigInteger getJointNumber()
BigIntegerpublic void setJointNumber(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getJointPosition()
BigDecimalpublic void setJointPosition(BigDecimal value)
value - allowed object is
BigDecimalpublic JointDetailsType getJointDetails()
JointDetailsTypepublic void setJointDetails(JointDetailsType value)
value - allowed object is
JointDetailsTypeCopyright © 2016. All rights reserved.