public class TSubProcess extends TActivity
tSubProcess complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tSubProcess">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tActivity">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}laneSet" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}flowElement" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}artifact" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="triggeredByEvent" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<jakarta.xml.bind.JAXBElement<? extends TArtifact>> |
artifact |
protected List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>> |
flowElement |
protected List<TLaneSet> |
laneSet |
protected Boolean |
triggeredByEvent |
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantityauditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| 构造器和说明 |
|---|
TSubProcess() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<jakarta.xml.bind.JAXBElement<? extends TArtifact>> |
getArtifact()
Gets the value of the artifact property.
|
List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>> |
getFlowElement()
Gets the value of the flowElement property.
|
List<TLaneSet> |
getLaneSet()
Gets the value of the laneSet property.
|
boolean |
isTriggeredByEvent()
获取triggeredByEvent属性的值。
|
void |
setTriggeredByEvent(Boolean value)
设置triggeredByEvent属性的值。
|
getCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantitygetIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected List<jakarta.xml.bind.JAXBElement<? extends TFlowElement>> flowElement
protected Boolean triggeredByEvent
public List<TLaneSet> getLaneSet()
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 laneSet property.
For example, to add a new item, do as follows:
getLaneSet().add(newItem);
Objects of the following type(s) are allowed in the list
TLaneSet
public List<jakarta.xml.bind.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 Jakarta XML Binding 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<TImplicitThrowEvent>
JAXBElement<TBusinessRuleTask>
JAXBElement<TExclusiveGateway>
JAXBElement<TInclusiveGateway>
JAXBElement<TEventBasedGateway>
JAXBElement<TSequenceFlow>
JAXBElement<TSubChoreography>
JAXBElement<TCallChoreography>
JAXBElement<TAdHocSubProcess>
JAXBElement<TUserTask>
JAXBElement<TIntermediateThrowEvent>
JAXBElement<TBoundaryEvent>
JAXBElement<TIntermediateCatchEvent>
JAXBElement<TEndEvent>
JAXBElement<TTransaction>
JAXBElement<TComplexGateway>
JAXBElement<TChoreographyTask>
JAXBElement<TDataObject>
JAXBElement<TServiceTask>
JAXBElement<TEvent>
JAXBElement<TSendTask>
JAXBElement<TStartEvent>
JAXBElement<TTask>
JAXBElement<TCallActivity>
JAXBElement<TManualTask>
JAXBElement<TDataObjectReference>
JAXBElement<TScriptTask>
JAXBElement<TSubProcess>
JAXBElement<TDataStoreReference>
JAXBElement<TParallelGateway>
JAXBElement<TReceiveTask>
JAXBElement<TFlowElement>
public List<jakarta.xml.bind.JAXBElement<? extends TArtifact>> getArtifact()
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 artifact property.
For example, to add a new item, do as follows:
getArtifact().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<TGroup>
JAXBElement<TAssociation>
JAXBElement<TTextAnnotation>
JAXBElement<TArtifact>
public boolean isTriggeredByEvent()
BooleanCopyright © 2022. All rights reserved.