easybox.org.omg.spec.bpmn._20100524.model
Class EJaxbTStandardLoopCharacteristics

java.lang.Object
  extended by com.ebmwebsourcing.easybox.impl.AbstractModelObject
      extended by com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
          extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
              extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTLoopCharacteristics
                  extended by easybox.org.omg.spec.bpmn._20100524.model.EJaxbTStandardLoopCharacteristics
All Implemented Interfaces:
com.ebmwebsourcing.easybox.api.ModelObject

public class EJaxbTStandardLoopCharacteristics
extends EJaxbTLoopCharacteristics

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>
 


Field Summary
protected  EJaxbTExpression loopCondition
           
protected  java.math.BigInteger loopMaximum
           
protected  java.lang.Boolean testBefore
           
 
Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
documentation, extensionElements, id
 
Constructor Summary
EJaxbTStandardLoopCharacteristics()
           
 
Method Summary
 EJaxbTExpression getLoopCondition()
          Gets the value of the loopCondition property.
 java.math.BigInteger getLoopMaximum()
          Gets the value of the loopMaximum property.
 boolean isSetLoopCondition()
           
 boolean isSetLoopMaximum()
           
 boolean isSetTestBefore()
           
 boolean isTestBefore()
          Gets the value of the testBefore property.
 void setLoopCondition(EJaxbTExpression value)
          Sets the value of the loopCondition property.
 void setLoopMaximum(java.math.BigInteger value)
          Sets the value of the loopMaximum property.
 void setTestBefore(boolean value)
          Sets the value of the testBefore property.
 void unsetTestBefore()
           
 
Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, isSetDocumentation, isSetExtensionElements, isSetId, setExtensionElements, setId, unsetDocumentation
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
duplicate, duplicateAs, equals, getAdoptiveParent, getBaseURI, getDOMNode, getNaturalParent, hashCode, setAdoptiveParent, setBaseURI, setNaturalParent
 
Methods inherited from class com.ebmwebsourcing.easybox.impl.AbstractModelObject
getParent, getXmlObject, setXmlObject
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

loopCondition

protected EJaxbTExpression loopCondition

testBefore

protected java.lang.Boolean testBefore

loopMaximum

protected java.math.BigInteger loopMaximum
Constructor Detail

EJaxbTStandardLoopCharacteristics

public EJaxbTStandardLoopCharacteristics()
Method Detail

getLoopCondition

public EJaxbTExpression getLoopCondition()
Gets the value of the loopCondition property.

Returns:
possible object is EJaxbTExpression

setLoopCondition

public void setLoopCondition(EJaxbTExpression value)
Sets the value of the loopCondition property.

Parameters:
value - allowed object is EJaxbTExpression

isSetLoopCondition

public boolean isSetLoopCondition()

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

isSetTestBefore

public boolean isSetTestBefore()

unsetTestBefore

public void unsetTestBefore()

getLoopMaximum

public java.math.BigInteger getLoopMaximum()
Gets the value of the loopMaximum property.

Returns:
possible object is BigInteger

setLoopMaximum

public void setLoopMaximum(java.math.BigInteger value)
Sets the value of the loopMaximum property.

Parameters:
value - allowed object is BigInteger

isSetLoopMaximum

public boolean isSetLoopMaximum()


Copyright © 2011 Petals Link. All Rights Reserved.