Class 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 Detail

      • flowElement

        protected List<javax.xml.bind.JAXBElement<? extends TFlowElement>> flowElement
      • artifact

        protected List<javax.xml.bind.JAXBElement<? extends TArtifact>> artifact
      • triggeredByEvent

        protected Boolean triggeredByEvent
    • Constructor Detail

      • TSubProcess

        public TSubProcess()