Class 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 Detail

      • operationRef

        protected QName operationRef
      • inputDataRef

        protected Object inputDataRef
      • outputDataRef

        protected Object outputDataRef
    • Constructor Detail

      • TInputOutputBinding

        public TInputOutputBinding()
    • 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 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