Class TChoreographyActivity

Direct Known Subclasses:
TCallChoreography, TChoreographyTask, TSubChoreography

public abstract class TChoreographyActivity extends TFlowNode

Java class for tChoreographyActivity complex type.

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

 <complexType name="tChoreographyActivity">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tFlowNode">
       <sequence>
         <element name="participantRef" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="2"/>
         <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}correlationKey" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="initiatingParticipantRef" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="loopType" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tChoreographyLoopType" default="None" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TChoreographyActivity

      public TChoreographyActivity()
  • Method Details

    • getParticipantRef

      public List<QName> getParticipantRef()
      Gets the value of the participantRef property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the participantRef property.

      For example, to add a new item, do as follows:

          getParticipantRef().add(newItem);
       

      Objects of the following type(s) are allowed in the list QName

    • getCorrelationKey

      public List<TCorrelationKey> getCorrelationKey()
      Gets the value of the correlationKey property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the correlationKey property.

      For example, to add a new item, do as follows:

          getCorrelationKey().add(newItem);
       

      Objects of the following type(s) are allowed in the list TCorrelationKey

    • 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
    • getLoopType

      public TChoreographyLoopType getLoopType()
      Gets the value of the loopType property.
      Returns:
      possible object is TChoreographyLoopType
    • setLoopType

      public void setLoopType(TChoreographyLoopType value)
      Sets the value of the loopType property.
      Parameters:
      value - allowed object is TChoreographyLoopType