Class TGlobalChoreographyTask


public class TGlobalChoreographyTask extends TChoreography

Java class for tGlobalChoreographyTask complex type.

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

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

    • initiatingParticipantRef

      protected QName initiatingParticipantRef
  • Constructor Details

    • TGlobalChoreographyTask

      public TGlobalChoreographyTask()
  • Method Details

    • getInitiatingParticipantRef

      public QName getInitiatingParticipantRef()
      Gets the value of the initiatingParticipantRef property.
      Returns:
      possible object is QName
    • setInitiatingParticipantRef

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