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://extension-point-uri/15/03}Extension" minOccurs="0"/>
<element name="OperationHandleRef" type="{http://domain-model-uri/15/04}HandleRef"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected String |
operationHandle |
| Constructor and Description |
|---|
AbstractSet() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Gets the value of the extension property.
|
String |
getOperationHandle()
Handle of the operation that SHOULD be invoked.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setOperationHandle(String value)
Sets the value of the operationHandle property.
|
protected Extension extension
protected String operationHandle
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic String getOperationHandle()
StringCopyright © 2016. All rights reserved.