public class TInputOutputBinding extends TBaseElement
tInputOutputBinding complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tInputOutputBinding">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<attribute name="operationRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="inputDataRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="outputDataRef" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected Object |
inputDataRef |
protected QName |
operationRef |
protected Object |
outputDataRef |
documentation, extensionElements, id| 构造器和说明 |
|---|
TInputOutputBinding() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getInputDataRef()
获取inputDataRef属性的值。
|
QName |
getOperationRef()
获取operationRef属性的值。
|
Object |
getOutputDataRef()
获取outputDataRef属性的值。
|
void |
setInputDataRef(Object value)
设置inputDataRef属性的值。
|
void |
setOperationRef(QName value)
设置operationRef属性的值。
|
void |
setOutputDataRef(Object value)
设置outputDataRef属性的值。
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected QName operationRef
protected Object inputDataRef
protected Object outputDataRef
public void setOperationRef(QName value)
value - allowed object is
QNamepublic void setInputDataRef(Object value)
value - allowed object is
Objectpublic Object getOutputDataRef()
ObjectCopyright © 2021. All rights reserved.