public class AbstractOperationDescriptor extends AbstractDescriptor
Java class for AbstractOperationDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractOperationDescriptor">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractDescriptor">
<attribute name="OperationTarget" use="required" type="{http://p11073-10207/draft6/pm/2016/12/08}HandleRef" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
operationTarget |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AbstractOperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getOperationTarget()
Gets the value of the operationTarget property.
|
int |
hashCode() |
void |
setOperationTarget(String value)
Sets the value of the operationTarget property.
|
String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected String operationTarget
public String getOperationTarget()
Stringpublic void setOperationTarget(String value)
value - allowed object is
Stringpublic String toString()
toString in class AbstractDescriptorpublic boolean equals(Object that)
equals in class AbstractDescriptorpublic int hashCode()
hashCode in class AbstractDescriptorCopyright © 2018. All rights reserved.