public abstract class TChoreographyActivity extends TFlowNode
tChoreographyActivity complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<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>
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<TCorrelationKey> |
correlationKey |
protected QName |
initiatingParticipantRef |
protected TChoreographyLoopType |
loopType |
protected List<QName> |
participantRef |
auditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| 构造器和说明 |
|---|
TChoreographyActivity() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TCorrelationKey> |
getCorrelationKey()
Gets the value of the correlationKey property.
|
QName |
getInitiatingParticipantRef()
获取initiatingParticipantRef属性的值。
|
TChoreographyLoopType |
getLoopType()
获取loopType属性的值。
|
List<QName> |
getParticipantRef()
Gets the value of the participantRef property.
|
void |
setInitiatingParticipantRef(QName value)
设置initiatingParticipantRef属性的值。
|
void |
setLoopType(TChoreographyLoopType value)
设置loopType属性的值。
|
getIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected List<TCorrelationKey> correlationKey
protected QName initiatingParticipantRef
protected TChoreographyLoopType loopType
public List<QName> getParticipantRef()
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 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
public List<TCorrelationKey> getCorrelationKey()
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 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
public QName getInitiatingParticipantRef()
QNamepublic void setInitiatingParticipantRef(QName value)
value - allowed object is
QNamepublic TChoreographyLoopType getLoopType()
TChoreographyLoopTypepublic void setLoopType(TChoreographyLoopType value)
value - allowed object is
TChoreographyLoopTypeCopyright © 2021. All rights reserved.