Class TInputOutputBinding

java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.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 Details

    • operationRef

      protected QName operationRef
    • inputDataRef

      protected Object inputDataRef
    • outputDataRef

      protected Object outputDataRef
  • Constructor Details

    • TInputOutputBinding

      public TInputOutputBinding()
  • Method Details

    • 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 is QName
    • 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 is Object
    • getOutputDataRef

      public Object getOutputDataRef()
      Gets the value of the outputDataRef property.
      Returns:
      possible object is Object
    • setOutputDataRef

      public void setOutputDataRef(Object value)
      Sets the value of the outputDataRef property.
      Parameters:
      value - allowed object is Object