Class TEscalationEventDefinition


public class TEscalationEventDefinition extends TEventDefinition

Java class for tEscalationEventDefinition complex type.

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

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

    • escalationRef

      protected QName escalationRef
  • Constructor Details

    • TEscalationEventDefinition

      public TEscalationEventDefinition()
  • Method Details

    • getEscalationRef

      public QName getEscalationRef()
      Gets the value of the escalationRef property.
      Returns:
      possible object is QName
    • setEscalationRef

      public void setEscalationRef(QName value)
      Sets the value of the escalationRef property.
      Parameters:
      value - allowed object is QName