public abstract class GripperStatusType extends DataThingType
Java class for GripperStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GripperStatusType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="GripperName" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN"/>
<element name="HoldingObject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
gripperName |
protected Boolean |
holdingObject |
name| Constructor and Description |
|---|
GripperStatusType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGripperName()
Gets the value of the gripperName property.
|
Boolean |
isHoldingObject()
Gets the value of the holdingObject property.
|
void |
setGripperName(String value)
Sets the value of the gripperName property.
|
void |
setHoldingObject(Boolean value)
Sets the value of the holdingObject property.
|
getName, setNamepublic String getGripperName()
Stringpublic void setGripperName(String value)
value - allowed object is
Stringpublic Boolean isHoldingObject()
BooleanCopyright © 2017. All rights reserved.