public class ParallelGripperStatusType extends GripperStatusType
Java class for ParallelGripperStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParallelGripperStatusType">
<complexContent>
<extension base="{}GripperStatusType">
<sequence>
<element name="Separation" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
separation |
gripperName, holdingObjectname| Constructor and Description |
|---|
ParallelGripperStatusType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getSeparation()
Gets the value of the separation property.
|
void |
setSeparation(BigDecimal value)
Sets the value of the separation property.
|
getGripperName, isHoldingObject, setGripperName, setHoldingObjectgetName, setNameprotected BigDecimal separation
public BigDecimal getSeparation()
BigDecimalpublic void setSeparation(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.