Class TMessageEventDefinition


public class TMessageEventDefinition extends TEventDefinition

Java class for tMessageEventDefinition complex type.

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

 <complexType name="tMessageEventDefinition">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition">
       <sequence>
         <element name="operationRef" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
       </sequence>
       <attribute name="messageRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • operationRef

      protected QName operationRef
    • messageRef

      protected QName messageRef
  • Constructor Details

    • TMessageEventDefinition

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