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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<javax.xml.namespace.QName> |
messageFlowRef |
correlationKey, initiatingParticipantRef, loopType, participantRefauditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| Constructor and Description |
|---|
TChoreographyTask() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javax.xml.namespace.QName> |
getMessageFlowRef()
Gets the value of the messageFlowRef property.
|
getCorrelationKey, getInitiatingParticipantRef, getLoopType, getParticipantRef, setInitiatingParticipantRef, setLoopTypegetIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdpublic java.util.List<javax.xml.namespace.QName> getMessageFlowRef()
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 JAXB 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
Copyright © 2018 SAP SE. All Rights Reserved.