Class TErrorEventDefinition


public class TErrorEventDefinition extends TEventDefinition

Java class for tErrorEventDefinition complex type.

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

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

    • errorRef

      protected QName errorRef
  • Constructor Details

    • TErrorEventDefinition

      public TErrorEventDefinition()
  • Method Details

    • getErrorRef

      public QName getErrorRef()
      Gets the value of the errorRef property.
      Returns:
      possible object is QName
    • setErrorRef

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