Class TSubProcess
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TFlowElement
-
- org.omg.spec.bpmn.model.TFlowNode
-
- org.omg.spec.bpmn.model.TActivity
-
- org.omg.spec.bpmn.model.TSubProcess
-
- Direct Known Subclasses:
TAdHocSubProcess,TTransaction
public class TSubProcess extends TActivity
Java class for tSubProcess complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends TArtifact>>artifactprotected List<javax.xml.bind.JAXBElement<? extends TFlowElement>>flowElementprotected List<TLaneSet>laneSetprotected BooleantriggeredByEvent-
Fields inherited from class org.omg.spec.bpmn.model.TActivity
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantity
-
Fields inherited from class org.omg.spec.bpmn.model.TFlowElement
auditing, categoryValueRef, monitoring, name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TSubProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<? extends TArtifact>>getArtifact()Gets the value of the artifact property.List<javax.xml.bind.JAXBElement<? extends TFlowElement>>getFlowElement()Gets the value of the flowElement property.List<TLaneSet>getLaneSet()Gets the value of the laneSet property.booleanisTriggeredByEvent()Gets the value of the triggeredByEvent property.voidsetTriggeredByEvent(Boolean value)Sets the value of the triggeredByEvent property.-
Methods inherited from class org.omg.spec.bpmn.model.TActivity
getCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantity
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowNode
getIncoming, getOutgoing
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Method Detail
-
getLaneSet
public List<TLaneSet> getLaneSet()
Gets the value of the laneSet 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 JAXB object. This is why there is not a
setmethod 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
-
getFlowElement
public List<javax.xml.bind.JAXBElement<? extends TFlowElement>> getFlowElement()
Gets the value of the flowElement 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 JAXB object. This is why there is not a
setmethod 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<TSubChoreography>JAXBElement<TServiceTask>JAXBElement<TIntermediateThrowEvent>JAXBElement<TReceiveTask>JAXBElement<TCallChoreography>JAXBElement<TSendTask>JAXBElement<TManualTask>JAXBElement<TSubProcess>JAXBElement<TDataObject>JAXBElement<TSequenceFlow>JAXBElement<TDataStoreReference>JAXBElement<TInclusiveGateway>JAXBElement<TStartEvent>JAXBElement<TUserTask>JAXBElement<TScriptTask>JAXBElement<TChoreographyTask>JAXBElement<TExclusiveGateway>JAXBElement<TAdHocSubProcess>JAXBElement<TImplicitThrowEvent>JAXBElement<TDataObjectReference>JAXBElement<TTransaction>JAXBElement<TIntermediateCatchEvent>JAXBElement<TComplexGateway>JAXBElement<TBusinessRuleTask>JAXBElement<TBoundaryEvent>JAXBElement<TEventBasedGateway>JAXBElement<TEvent>JAXBElement<TParallelGateway>JAXBElement<TEndEvent>JAXBElement<TCallActivity>JAXBElement<TTask>JAXBElement<TFlowElement>
-
getArtifact
public List<javax.xml.bind.JAXBElement<? extends TArtifact>> getArtifact()
Gets the value of the artifact 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 JAXB object. This is why there is not a
setmethod 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>
-
isTriggeredByEvent
public boolean isTriggeredByEvent()
Gets the value of the triggeredByEvent property.- Returns:
- possible object is
Boolean
-
-