public class TServiceTask extends TTask
Java class for tServiceTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tServiceTask">
<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="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 javax.xml.namespace.QName |
operationRef |
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantityauditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| Constructor and Description |
|---|
TServiceTask() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getImplementation()
Gets the value of the implementation property.
|
javax.xml.namespace.QName |
getOperationRef()
Gets the value of the operationRef property.
|
void |
setImplementation(java.lang.String value)
Sets the value of the implementation 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 javax.xml.namespace.QName operationRef
public java.lang.String getImplementation()
Stringpublic void setImplementation(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.namespace.QName getOperationRef()
QNamepublic void setOperationRef(javax.xml.namespace.QName value)
value - allowed object is
QNameCopyright © 2018 SAP SE. All Rights Reserved.