public class AbstractSet extends Object
Java class for AbstractSet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractSet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/>
<element name="OperationHandleRef" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected String |
operationHandleRef |
| Constructor and Description |
|---|
AbstractSet() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getOperationHandleRef()
Gets the value of the operationHandleRef property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setOperationHandleRef(String value)
Sets the value of the operationHandleRef property.
|
String |
toString() |
protected ExtensionType extension
protected String operationHandleRef
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic String getOperationHandleRef()
Stringpublic void setOperationHandleRef(String value)
value - allowed object is
StringCopyright © 2018. All rights reserved.