Class TStandardLoopCharacteristics
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TLoopCharacteristics
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TStandardLoopCharacteristics
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
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the loopCondition property.Gets the value of the loopMaximum property.boolean
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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
loopCondition
-
testBefore
-
loopMaximum
-
-
Constructor Details
-
TStandardLoopCharacteristics
public TStandardLoopCharacteristics()
-
-
Method Details
-
getLoopCondition
Gets the value of the loopCondition property.- Returns:
- possible object is
TExpression
-
setLoopCondition
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
Sets the value of the testBefore property.- Parameters:
value
- allowed object isBoolean
-
getLoopMaximum
Gets the value of the loopMaximum property.- Returns:
- possible object is
BigInteger
-
setLoopMaximum
Sets the value of the loopMaximum property.- Parameters:
value
- allowed object isBigInteger
-