public class TReceiveTask extends TTask
Java class for tReceiveTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tReceiveTask">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tTask">
<attribute name="implementation" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplementation" default="##WebService" />
<attribute name="instantiate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="messageRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="operationRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
implementation |
protected java.lang.Boolean |
instantiate |
protected javax.xml.namespace.QName |
messageRef |
protected javax.xml.namespace.QName |
operationRef |
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantityauditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| Constructor and Description |
|---|
TReceiveTask() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImplementation()
Gets the value of the implementation property.
|
javax.xml.namespace.QName |
getMessageRef()
Gets the value of the messageRef property.
|
javax.xml.namespace.QName |
getOperationRef()
Gets the value of the operationRef property.
|
boolean |
isInstantiate()
Gets the value of the instantiate property.
|
void |
setImplementation(java.lang.String value)
Sets the value of the implementation property.
|
void |
setInstantiate(java.lang.Boolean value)
Sets the value of the instantiate property.
|
void |
setMessageRef(javax.xml.namespace.QName value)
Sets the value of the messageRef property.
|
void |
setOperationRef(javax.xml.namespace.QName value)
Sets the value of the operationRef property.
|
getCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantitygetIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected java.lang.String implementation
protected java.lang.Boolean instantiate
protected javax.xml.namespace.QName messageRef
protected javax.xml.namespace.QName operationRef
public java.lang.String getImplementation()
Stringpublic void setImplementation(java.lang.String value)
value - allowed object is
Stringpublic boolean isInstantiate()
Booleanpublic void setInstantiate(java.lang.Boolean value)
value - allowed object is
Booleanpublic javax.xml.namespace.QName getMessageRef()
QNamepublic void setMessageRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic javax.xml.namespace.QName getOperationRef()
QNamepublic void setOperationRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.