Class TChoreographyTask


public class TChoreographyTask extends TChoreographyActivity

Java class for tChoreographyTask complex type.

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

 <complexType name="tChoreographyTask">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tChoreographyActivity">
       <sequence>
         <element name="messageFlowRef" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="2"/>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • messageFlowRef

      protected List<QName> messageFlowRef
  • Constructor Details

    • TChoreographyTask

      public TChoreographyTask()
  • Method Details

    • getMessageFlowRef

      public List<QName> getMessageFlowRef()
      Gets the value of the messageFlowRef 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 messageFlowRef property.

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

          getMessageFlowRef().add(newItem);
       

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