Class TMultiInstanceLoopCharacteristics


public class TMultiInstanceLoopCharacteristics extends TLoopCharacteristics

Java class for tMultiInstanceLoopCharacteristics complex type.

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

 <complexType name="tMultiInstanceLoopCharacteristics">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tLoopCharacteristics">
       <sequence>
         <element name="loopCardinality" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
         <element name="loopDataInputRef" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
         <element name="loopDataOutputRef" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
         <element name="inputDataItem" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tDataInput" minOccurs="0"/>
         <element name="outputDataItem" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tDataOutput" minOccurs="0"/>
         <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}complexBehaviorDefinition" maxOccurs="unbounded" minOccurs="0"/>
         <element name="completionCondition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
       </sequence>
       <attribute name="isSequential" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="behavior" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tMultiInstanceFlowCondition" default="All" />
       <attribute name="oneBehaviorEventRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <attribute name="noneBehaviorEventRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • loopCardinality

      protected TExpression loopCardinality
    • loopDataInputRef

      protected QName loopDataInputRef
    • loopDataOutputRef

      protected QName loopDataOutputRef
    • inputDataItem

      protected TDataInput inputDataItem
    • outputDataItem

      protected TDataOutput outputDataItem
    • complexBehaviorDefinition

      protected List<TComplexBehaviorDefinition> complexBehaviorDefinition
    • completionCondition

      protected TExpression completionCondition
    • isSequential

      protected Boolean isSequential
    • behavior

      protected TMultiInstanceFlowCondition behavior
    • oneBehaviorEventRef

      protected QName oneBehaviorEventRef
    • noneBehaviorEventRef

      protected QName noneBehaviorEventRef
  • Constructor Details

    • TMultiInstanceLoopCharacteristics

      public TMultiInstanceLoopCharacteristics()
  • Method Details

    • getLoopCardinality

      public TExpression getLoopCardinality()
      Gets the value of the loopCardinality property.
      Returns:
      possible object is TExpression
    • setLoopCardinality

      public void setLoopCardinality(TExpression value)
      Sets the value of the loopCardinality property.
      Parameters:
      value - allowed object is TExpression
    • getLoopDataInputRef

      public QName getLoopDataInputRef()
      Gets the value of the loopDataInputRef property.
      Returns:
      possible object is QName
    • setLoopDataInputRef

      public void setLoopDataInputRef(QName value)
      Sets the value of the loopDataInputRef property.
      Parameters:
      value - allowed object is QName
    • getLoopDataOutputRef

      public QName getLoopDataOutputRef()
      Gets the value of the loopDataOutputRef property.
      Returns:
      possible object is QName
    • setLoopDataOutputRef

      public void setLoopDataOutputRef(QName value)
      Sets the value of the loopDataOutputRef property.
      Parameters:
      value - allowed object is QName
    • getInputDataItem

      public TDataInput getInputDataItem()
      Gets the value of the inputDataItem property.
      Returns:
      possible object is TDataInput
    • setInputDataItem

      public void setInputDataItem(TDataInput value)
      Sets the value of the inputDataItem property.
      Parameters:
      value - allowed object is TDataInput
    • getOutputDataItem

      public TDataOutput getOutputDataItem()
      Gets the value of the outputDataItem property.
      Returns:
      possible object is TDataOutput
    • setOutputDataItem

      public void setOutputDataItem(TDataOutput value)
      Sets the value of the outputDataItem property.
      Parameters:
      value - allowed object is TDataOutput
    • getComplexBehaviorDefinition

      public List<TComplexBehaviorDefinition> getComplexBehaviorDefinition()
      Gets the value of the complexBehaviorDefinition 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 Jakarta XML Binding object. This is why there is not a set method for the complexBehaviorDefinition property.

      For example, to add a new item, do as follows:

          getComplexBehaviorDefinition().add(newItem);
       

      Objects of the following type(s) are allowed in the list TComplexBehaviorDefinition

    • 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
    • isIsSequential

      public boolean isIsSequential()
      Gets the value of the isSequential property.
      Returns:
      possible object is Boolean
    • setIsSequential

      public void setIsSequential(Boolean value)
      Sets the value of the isSequential property.
      Parameters:
      value - allowed object is Boolean
    • getBehavior

      public TMultiInstanceFlowCondition getBehavior()
      Gets the value of the behavior property.
      Returns:
      possible object is TMultiInstanceFlowCondition
    • setBehavior

      public void setBehavior(TMultiInstanceFlowCondition value)
      Sets the value of the behavior property.
      Parameters:
      value - allowed object is TMultiInstanceFlowCondition
    • getOneBehaviorEventRef

      public QName getOneBehaviorEventRef()
      Gets the value of the oneBehaviorEventRef property.
      Returns:
      possible object is QName
    • setOneBehaviorEventRef

      public void setOneBehaviorEventRef(QName value)
      Sets the value of the oneBehaviorEventRef property.
      Parameters:
      value - allowed object is QName
    • getNoneBehaviorEventRef

      public QName getNoneBehaviorEventRef()
      Gets the value of the noneBehaviorEventRef property.
      Returns:
      possible object is QName
    • setNoneBehaviorEventRef

      public void setNoneBehaviorEventRef(QName value)
      Sets the value of the noneBehaviorEventRef property.
      Parameters:
      value - allowed object is QName