public class TSendTask extends TTask
tSendTask complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tSendTask">
<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="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>
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
implementation |
protected QName |
messageRef |
protected QName |
operationRef |
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantityauditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| 构造器和说明 |
|---|
TSendTask() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getImplementation()
获取implementation属性的值。
|
QName |
getMessageRef()
获取messageRef属性的值。
|
QName |
getOperationRef()
获取operationRef属性的值。
|
void |
setImplementation(String value)
设置implementation属性的值。
|
void |
setMessageRef(QName value)
设置messageRef属性的值。
|
void |
setOperationRef(QName value)
设置operationRef属性的值。
|
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 String implementation
protected QName messageRef
protected QName operationRef
public String getImplementation()
Stringpublic void setImplementation(String value)
value - allowed object is
Stringpublic void setMessageRef(QName value)
value - allowed object is
QNameCopyright © 2022. All rights reserved.