Package org.omg.spec.bpmn.model
Class TStandardLoopCharacteristics
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TLoopCharacteristics
-
- org.omg.spec.bpmn.model.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TExpression
loopCondition
protected BigInteger
loopMaximum
protected Boolean
testBefore
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TStandardLoopCharacteristics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TExpression
getLoopCondition()
Gets the value of the loopCondition property.BigInteger
getLoopMaximum()
Gets the value of the loopMaximum property.boolean
isTestBefore()
Gets the value of the testBefore property.void
setLoopCondition(TExpression value)
Sets the value of the loopCondition property.void
setLoopMaximum(BigInteger value)
Sets the value of the loopMaximum property.void
setTestBefore(Boolean value)
Sets the value of the testBefore property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
loopCondition
protected TExpression loopCondition
-
testBefore
protected Boolean testBefore
-
loopMaximum
protected BigInteger loopMaximum
-
-
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 isTExpression
-
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 isBoolean
-
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 isBigInteger
-
-