Class TCorrelationPropertyBinding


  • public class TCorrelationPropertyBinding
    extends TBaseElement

    Java class for tCorrelationPropertyBinding complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="tCorrelationPropertyBinding">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
           <sequence>
             <element name="dataPath" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFormalExpression"/>
           </sequence>
           <attribute name="correlationPropertyRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TCorrelationPropertyBinding

        public TCorrelationPropertyBinding()
    • Method Detail

      • getCorrelationPropertyRef

        public QName getCorrelationPropertyRef()
        Gets the value of the correlationPropertyRef property.
        Returns:
        possible object is QName
      • setCorrelationPropertyRef

        public void setCorrelationPropertyRef​(QName value)
        Sets the value of the correlationPropertyRef property.
        Parameters:
        value - allowed object is QName