Class TSignalEventDefinition


public class TSignalEventDefinition extends TEventDefinition

Java class for tSignalEventDefinition complex type.

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

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

    • signalRef

      protected QName signalRef
  • Constructor Details

    • TSignalEventDefinition

      public TSignalEventDefinition()
  • Method Details

    • getSignalRef

      public QName getSignalRef()
      Gets the value of the signalRef property.
      Returns:
      possible object is QName
    • setSignalRef

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