public class TChoreography extends TCollaboration
tChoreography complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tChoreography">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tCollaboration">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}flowElement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<JAXBElement<? extends TFlowElement>> |
flowElement |
artifact, choreographyRef, conversationAssociation, conversationLink, conversationNode, correlationKey, isClosed, messageFlow, messageFlowAssociation, name, participant, participantAssociationdocumentation, extensionElements, id| 构造器和说明 |
|---|
TChoreography() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<JAXBElement<? extends TFlowElement>> |
getFlowElement()
Gets the value of the flowElement property.
|
getArtifact, getChoreographyRef, getConversationAssociation, getConversationLink, getConversationNode, getCorrelationKey, getMessageFlow, getMessageFlowAssociation, getName, getParticipant, getParticipantAssociation, isIsClosed, setIsClosed, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected List<JAXBElement<? extends TFlowElement>> flowElement
public List<JAXBElement<? extends TFlowElement>> getFlowElement()
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 flowElement property.
For example, to add a new item, do as follows:
getFlowElement().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<TEndEvent>
JAXBElement<TScriptTask>
JAXBElement<TSendTask>
JAXBElement<TAdHocSubProcess>
JAXBElement<TSubChoreography>
JAXBElement<TBusinessRuleTask>
JAXBElement<TCallActivity>
JAXBElement<TTask>
JAXBElement<TSequenceFlow>
JAXBElement<TChoreographyTask>
JAXBElement<TIntermediateCatchEvent>
JAXBElement<TStartEvent>
JAXBElement<TDataObjectReference>
JAXBElement<TInclusiveGateway>
JAXBElement<TCallChoreography>
JAXBElement<TServiceTask>
JAXBElement<TEvent>
JAXBElement<TBoundaryEvent>
JAXBElement<TEventBasedGateway>
JAXBElement<TIntermediateThrowEvent>
JAXBElement<TComplexGateway>
JAXBElement<TTransaction>
JAXBElement<TExclusiveGateway>
JAXBElement<TSubProcess>
JAXBElement<TDataObject>
JAXBElement<TParallelGateway>
JAXBElement<TImplicitThrowEvent>
JAXBElement<TDataStoreReference>
JAXBElement<TReceiveTask>
JAXBElement<TManualTask>
JAXBElement<TUserTask>
JAXBElement<TFlowElement>
Copyright © 2021. All rights reserved.