Class TCorrelationPropertyRetrievalExpression


  • public class TCorrelationPropertyRetrievalExpression
    extends TBaseElement

    Java class for tCorrelationPropertyRetrievalExpression complex type.

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

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

      • TCorrelationPropertyRetrievalExpression

        public TCorrelationPropertyRetrievalExpression()
    • Method Detail

      • setMessagePath

        public void setMessagePath​(TFormalExpression value)
        Sets the value of the messagePath property.
        Parameters:
        value - allowed object is TFormalExpression
      • getMessageRef

        public QName getMessageRef()
        Gets the value of the messageRef property.
        Returns:
        possible object is QName
      • setMessageRef

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