public class ThreeFingerGripperStatusType extends GripperStatusType
Java class for ThreeFingerGripperStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreeFingerGripperStatusType">
<complexContent>
<extension base="{}GripperStatusType">
<sequence>
<element name="Finger1Position" type="{}FractionType" minOccurs="0"/>
<element name="Finger2Position" type="{}FractionType" minOccurs="0"/>
<element name="Finger3Position" type="{}FractionType" minOccurs="0"/>
<element name="Finger1Force" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Finger2Force" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Finger3Force" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
finger1Force |
protected Double |
finger1Position |
protected Double |
finger2Force |
protected Double |
finger2Position |
protected Double |
finger3Force |
protected Double |
finger3Position |
gripperName, holdingObjectname| Constructor and Description |
|---|
ThreeFingerGripperStatusType() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getFinger1Force()
Gets the value of the finger1Force property.
|
Double |
getFinger1Position()
Gets the value of the finger1Position property.
|
Double |
getFinger2Force()
Gets the value of the finger2Force property.
|
Double |
getFinger2Position()
Gets the value of the finger2Position property.
|
Double |
getFinger3Force()
Gets the value of the finger3Force property.
|
Double |
getFinger3Position()
Gets the value of the finger3Position property.
|
void |
setFinger1Force(Double value)
Sets the value of the finger1Force property.
|
void |
setFinger1Position(Double value)
Sets the value of the finger1Position property.
|
void |
setFinger2Force(Double value)
Sets the value of the finger2Force property.
|
void |
setFinger2Position(Double value)
Sets the value of the finger2Position property.
|
void |
setFinger3Force(Double value)
Sets the value of the finger3Force property.
|
void |
setFinger3Position(Double value)
Sets the value of the finger3Position property.
|
getGripperName, isHoldingObject, setGripperName, setHoldingObjectgetName, setNameprotected Double finger1Position
protected Double finger2Position
protected Double finger3Position
protected Double finger1Force
protected Double finger2Force
protected Double finger3Force
public Double getFinger1Position()
Doublepublic void setFinger1Position(Double value)
value - allowed object is
Doublepublic Double getFinger2Position()
Doublepublic void setFinger2Position(Double value)
value - allowed object is
Doublepublic Double getFinger3Position()
Doublepublic void setFinger3Position(Double value)
value - allowed object is
Doublepublic Double getFinger1Force()
Doublepublic void setFinger1Force(Double value)
value - allowed object is
Doublepublic Double getFinger2Force()
Doublepublic void setFinger2Force(Double value)
value - allowed object is
Doublepublic Double getFinger3Force()
DoubleCopyright © 2017. All rights reserved.