Class TCorrelationPropertyBinding

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

    • dataPath

      protected TFormalExpression dataPath
    • correlationPropertyRef

      protected QName correlationPropertyRef
  • Constructor Details

    • TCorrelationPropertyBinding

      public TCorrelationPropertyBinding()
  • Method Details

    • getDataPath

      public TFormalExpression getDataPath()
      Gets the value of the dataPath property.
      Returns:
      possible object is TFormalExpression
    • setDataPath

      public void setDataPath(TFormalExpression value)
      Sets the value of the dataPath property.
      Parameters:
      value - allowed object is TFormalExpression
    • 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