public class TInputOutputBinding extends TBaseElement
Java class for tInputOutputBinding complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
inputDataRef |
protected javax.xml.namespace.QName |
operationRef |
protected java.lang.Object |
outputDataRef |
documentation, extensionElements, id| Constructor and Description |
|---|
TInputOutputBinding() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getInputDataRef()
Gets the value of the inputDataRef property.
|
javax.xml.namespace.QName |
getOperationRef()
Gets the value of the operationRef property.
|
java.lang.Object |
getOutputDataRef()
Gets the value of the outputDataRef property.
|
void |
setInputDataRef(java.lang.Object value)
Sets the value of the inputDataRef property.
|
void |
setOperationRef(javax.xml.namespace.QName value)
Sets the value of the operationRef property.
|
void |
setOutputDataRef(java.lang.Object value)
Sets the value of the outputDataRef property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected javax.xml.namespace.QName operationRef
protected java.lang.Object inputDataRef
protected java.lang.Object outputDataRef
public javax.xml.namespace.QName getOperationRef()
QNamepublic void setOperationRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.Object getInputDataRef()
Objectpublic void setInputDataRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getOutputDataRef()
Objectpublic void setOutputDataRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2018 SAP SE. All Rights Reserved.