Class TStandardLoopCharacteristics


  • public class TStandardLoopCharacteristics
    extends TLoopCharacteristics

    Java class for tStandardLoopCharacteristics complex type.

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

     <complexType name="tStandardLoopCharacteristics">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tLoopCharacteristics">
           <sequence>
             <element name="loopCondition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
           </sequence>
           <attribute name="testBefore" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
           <attribute name="loopMaximum" type="{http://www.w3.org/2001/XMLSchema}integer" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TStandardLoopCharacteristics

        public TStandardLoopCharacteristics()
    • Method Detail

      • getLoopCondition

        public TExpression getLoopCondition()
        Gets the value of the loopCondition property.
        Returns:
        possible object is TExpression
      • setLoopCondition

        public void setLoopCondition​(TExpression value)
        Sets the value of the loopCondition property.
        Parameters:
        value - allowed object is TExpression
      • isTestBefore

        public boolean isTestBefore()
        Gets the value of the testBefore property.
        Returns:
        possible object is Boolean
      • setTestBefore

        public void setTestBefore​(Boolean value)
        Sets the value of the testBefore property.
        Parameters:
        value - allowed object is Boolean
      • getLoopMaximum

        public BigInteger getLoopMaximum()
        Gets the value of the loopMaximum property.
        Returns:
        possible object is BigInteger
      • setLoopMaximum

        public void setLoopMaximum​(BigInteger value)
        Sets the value of the loopMaximum property.
        Parameters:
        value - allowed object is BigInteger