|
||||||||||
| 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.EJaxbTMultiInstanceLoopCharacteristics
public class EJaxbTMultiInstanceLoopCharacteristics
Java class for tMultiInstanceLoopCharacteristics complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tMultiInstanceLoopCharacteristics">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tLoopCharacteristics">
<sequence>
<element name="loopCardinality" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
<element name="loopDataInputRef" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="loopDataOutputRef" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="inputDataItem" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tDataInput" minOccurs="0"/>
<element name="outputDataItem" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tDataOutput" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}complexBehaviorDefinition" maxOccurs="unbounded" minOccurs="0"/>
<element name="completionCondition" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
</sequence>
<attribute name="isSequential" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="behavior" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tMultiInstanceFlowCondition" default="All" />
<attribute name="oneBehaviorEventRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
<attribute name="noneBehaviorEventRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected EJaxbTMultiInstanceFlowCondition |
behavior
|
protected EJaxbTExpression |
completionCondition
|
protected java.util.List<EJaxbTComplexBehaviorDefinition> |
complexBehaviorDefinition
|
protected EJaxbTDataInput |
inputDataItem
|
protected java.lang.Boolean |
isSequential
|
protected EJaxbTExpression |
loopCardinality
|
protected javax.xml.namespace.QName |
loopDataInputRef
|
protected javax.xml.namespace.QName |
loopDataOutputRef
|
protected javax.xml.namespace.QName |
noneBehaviorEventRef
|
protected javax.xml.namespace.QName |
oneBehaviorEventRef
|
protected EJaxbTDataOutput |
outputDataItem
|
| Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement |
|---|
documentation, extensionElements, id |
| Constructor Summary | |
|---|---|
EJaxbTMultiInstanceLoopCharacteristics()
|
|
| Method Summary | |
|---|---|
EJaxbTMultiInstanceFlowCondition |
getBehavior()
Gets the value of the behavior property. |
EJaxbTExpression |
getCompletionCondition()
Gets the value of the completionCondition property. |
java.util.List<EJaxbTComplexBehaviorDefinition> |
getComplexBehaviorDefinition()
Gets the value of the complexBehaviorDefinition property. |
EJaxbTDataInput |
getInputDataItem()
Gets the value of the inputDataItem property. |
EJaxbTExpression |
getLoopCardinality()
Gets the value of the loopCardinality property. |
javax.xml.namespace.QName |
getLoopDataInputRef()
Gets the value of the loopDataInputRef property. |
javax.xml.namespace.QName |
getLoopDataOutputRef()
Gets the value of the loopDataOutputRef property. |
javax.xml.namespace.QName |
getNoneBehaviorEventRef()
Gets the value of the noneBehaviorEventRef property. |
javax.xml.namespace.QName |
getOneBehaviorEventRef()
Gets the value of the oneBehaviorEventRef property. |
EJaxbTDataOutput |
getOutputDataItem()
Gets the value of the outputDataItem property. |
boolean |
isIsSequential()
Gets the value of the isSequential property. |
boolean |
isSetBehavior()
|
boolean |
isSetCompletionCondition()
|
boolean |
isSetComplexBehaviorDefinition()
|
boolean |
isSetInputDataItem()
|
boolean |
isSetIsSequential()
|
boolean |
isSetLoopCardinality()
|
boolean |
isSetLoopDataInputRef()
|
boolean |
isSetLoopDataOutputRef()
|
boolean |
isSetNoneBehaviorEventRef()
|
boolean |
isSetOneBehaviorEventRef()
|
boolean |
isSetOutputDataItem()
|
void |
setBehavior(EJaxbTMultiInstanceFlowCondition value)
Sets the value of the behavior property. |
void |
setCompletionCondition(EJaxbTExpression value)
Sets the value of the completionCondition property. |
void |
setInputDataItem(EJaxbTDataInput value)
Sets the value of the inputDataItem property. |
void |
setIsSequential(boolean value)
Sets the value of the isSequential property. |
void |
setLoopCardinality(EJaxbTExpression value)
Sets the value of the loopCardinality property. |
void |
setLoopDataInputRef(javax.xml.namespace.QName value)
Sets the value of the loopDataInputRef property. |
void |
setLoopDataOutputRef(javax.xml.namespace.QName value)
Sets the value of the loopDataOutputRef property. |
void |
setNoneBehaviorEventRef(javax.xml.namespace.QName value)
Sets the value of the noneBehaviorEventRef property. |
void |
setOneBehaviorEventRef(javax.xml.namespace.QName value)
Sets the value of the oneBehaviorEventRef property. |
void |
setOutputDataItem(EJaxbTDataOutput value)
Sets the value of the outputDataItem property. |
void |
unsetComplexBehaviorDefinition()
|
void |
unsetIsSequential()
|
| 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 loopCardinality
protected javax.xml.namespace.QName loopDataInputRef
protected javax.xml.namespace.QName loopDataOutputRef
protected EJaxbTDataInput inputDataItem
protected EJaxbTDataOutput outputDataItem
protected java.util.List<EJaxbTComplexBehaviorDefinition> complexBehaviorDefinition
protected EJaxbTExpression completionCondition
protected java.lang.Boolean isSequential
protected EJaxbTMultiInstanceFlowCondition behavior
protected javax.xml.namespace.QName oneBehaviorEventRef
protected javax.xml.namespace.QName noneBehaviorEventRef
| Constructor Detail |
|---|
public EJaxbTMultiInstanceLoopCharacteristics()
| Method Detail |
|---|
public EJaxbTExpression getLoopCardinality()
EJaxbTExpressionpublic void setLoopCardinality(EJaxbTExpression value)
value - allowed object is
EJaxbTExpressionpublic boolean isSetLoopCardinality()
public javax.xml.namespace.QName getLoopDataInputRef()
QNamepublic void setLoopDataInputRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isSetLoopDataInputRef()
public javax.xml.namespace.QName getLoopDataOutputRef()
QNamepublic void setLoopDataOutputRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isSetLoopDataOutputRef()
public EJaxbTDataInput getInputDataItem()
EJaxbTDataInputpublic void setInputDataItem(EJaxbTDataInput value)
value - allowed object is
EJaxbTDataInputpublic boolean isSetInputDataItem()
public EJaxbTDataOutput getOutputDataItem()
EJaxbTDataOutputpublic void setOutputDataItem(EJaxbTDataOutput value)
value - allowed object is
EJaxbTDataOutputpublic boolean isSetOutputDataItem()
public java.util.List<EJaxbTComplexBehaviorDefinition> getComplexBehaviorDefinition()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the complexBehaviorDefinition property.
For example, to add a new item, do as follows:
getComplexBehaviorDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTComplexBehaviorDefinition
public boolean isSetComplexBehaviorDefinition()
public void unsetComplexBehaviorDefinition()
public EJaxbTExpression getCompletionCondition()
EJaxbTExpressionpublic void setCompletionCondition(EJaxbTExpression value)
value - allowed object is
EJaxbTExpressionpublic boolean isSetCompletionCondition()
public boolean isIsSequential()
Booleanpublic void setIsSequential(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsSequential()
public void unsetIsSequential()
public EJaxbTMultiInstanceFlowCondition getBehavior()
EJaxbTMultiInstanceFlowConditionpublic void setBehavior(EJaxbTMultiInstanceFlowCondition value)
value - allowed object is
EJaxbTMultiInstanceFlowConditionpublic boolean isSetBehavior()
public javax.xml.namespace.QName getOneBehaviorEventRef()
QNamepublic void setOneBehaviorEventRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isSetOneBehaviorEventRef()
public javax.xml.namespace.QName getNoneBehaviorEventRef()
QNamepublic void setNoneBehaviorEventRef(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic boolean isSetNoneBehaviorEventRef()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||