Package org.omg.spec.bpmn.model
Class TInputOutputBinding
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TInputOutputBinding
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
inputDataRef
protected QName
operationRef
protected Object
outputDataRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TInputOutputBinding()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getInputDataRef()
Gets the value of the inputDataRef property.QName
getOperationRef()
Gets the value of the operationRef property.Object
getOutputDataRef()
Gets the value of the outputDataRef property.void
setInputDataRef(Object value)
Sets the value of the inputDataRef property.void
setOperationRef(QName value)
Sets the value of the operationRef property.void
setOutputDataRef(Object value)
Sets the value of the outputDataRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getOperationRef
public QName getOperationRef()
Gets the value of the operationRef property.- Returns:
- possible object is
QName
-
setOperationRef
public void setOperationRef(QName value)
Sets the value of the operationRef property.- Parameters:
value
- allowed object isQName
-
getInputDataRef
public Object getInputDataRef()
Gets the value of the inputDataRef property.- Returns:
- possible object is
Object
-
setInputDataRef
public void setInputDataRef(Object value)
Sets the value of the inputDataRef property.- Parameters:
value
- allowed object isObject
-
getOutputDataRef
public Object getOutputDataRef()
Gets the value of the outputDataRef property.- Returns:
- possible object is
Object
-
-