Class TInputOutputBinding
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TInputOutputBinding
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
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the inputDataRef property.Gets the value of the operationRef property.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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
operationRef
-
inputDataRef
-
outputDataRef
-
-
Constructor Details
-
TInputOutputBinding
public TInputOutputBinding()
-
-
Method Details
-
getOperationRef
Gets the value of the operationRef property.- Returns:
- possible object is
QName
-
setOperationRef
Sets the value of the operationRef property.- Parameters:
value
- allowed object isQName
-
getInputDataRef
Gets the value of the inputDataRef property.- Returns:
- possible object is
Object
-
setInputDataRef
Sets the value of the inputDataRef property.- Parameters:
value
- allowed object isObject
-
getOutputDataRef
Gets the value of the outputDataRef property.- Returns:
- possible object is
Object
-
setOutputDataRef
Sets the value of the outputDataRef property.- Parameters:
value
- allowed object isObject
-