|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybox.impl.AbstractModelObject
com.ebmwebsourcing.easybox.impl.AbstractJaxbModelObject
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTLoopCharacteristics
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTStandardLoopCharacteristics
public class EJaxbTStandardLoopCharacteristics
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 |
|---|
protected EJaxbTExpression loopCondition
protected java.lang.Boolean testBefore
protected java.math.BigInteger loopMaximum
| Constructor Detail |
|---|
public EJaxbTStandardLoopCharacteristics()
| Method Detail |
|---|
public EJaxbTExpression getLoopCondition()
EJaxbTExpressionpublic void setLoopCondition(EJaxbTExpression value)
value - allowed object is
EJaxbTExpressionpublic boolean isSetLoopCondition()
public boolean isTestBefore()
Booleanpublic void setTestBefore(boolean value)
value - allowed object is
Booleanpublic boolean isSetTestBefore()
public void unsetTestBefore()
public java.math.BigInteger getLoopMaximum()
BigIntegerpublic void setLoopMaximum(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetLoopMaximum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||