Class TAdHocSubProcess


public class TAdHocSubProcess extends TSubProcess

Java class for tAdHocSubProcess complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tAdHocSubProcess">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tSubProcess">
       <sequence>
         <element name="completionCondition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
       </sequence>
       <attribute name="cancelRemainingInstances" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="ordering" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tAdHocOrdering" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • completionCondition

      protected TExpression completionCondition
    • cancelRemainingInstances

      protected Boolean cancelRemainingInstances
    • ordering

      protected TAdHocOrdering ordering
  • Constructor Details

    • TAdHocSubProcess

      public TAdHocSubProcess()
  • Method Details

    • getCompletionCondition

      public TExpression getCompletionCondition()
      Gets the value of the completionCondition property.
      Returns:
      possible object is TExpression
    • setCompletionCondition

      public void setCompletionCondition(TExpression value)
      Sets the value of the completionCondition property.
      Parameters:
      value - allowed object is TExpression
    • isCancelRemainingInstances

      public boolean isCancelRemainingInstances()
      Gets the value of the cancelRemainingInstances property.
      Returns:
      possible object is Boolean
    • setCancelRemainingInstances

      public void setCancelRemainingInstances(Boolean value)
      Sets the value of the cancelRemainingInstances property.
      Parameters:
      value - allowed object is Boolean
    • getOrdering

      public TAdHocOrdering getOrdering()
      Gets the value of the ordering property.
      Returns:
      possible object is TAdHocOrdering
    • setOrdering

      public void setOrdering(TAdHocOrdering value)
      Sets the value of the ordering property.
      Parameters:
      value - allowed object is TAdHocOrdering