|
||||||||||
| 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.EJaxbTFlowElement
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowNode
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTEvent
easybox.org.omg.spec.bpmn._20100524.model.EJaxbTCatchEvent
public abstract class EJaxbTCatchEvent
Java class for tCatchEvent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCatchEvent">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEvent">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataOutput" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataOutputAssociation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}outputSet" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}eventDefinition" maxOccurs="unbounded" minOccurs="0"/>
<element name="eventDefinitionRef" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="parallelMultiple" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<EJaxbTDataOutput> |
dataOutput
|
protected java.util.List<EJaxbTDataOutputAssociation> |
dataOutputAssociation
|
protected java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTEventDefinition>> |
eventDefinition
|
protected java.util.List<javax.xml.namespace.QName> |
eventDefinitionRef
|
protected EJaxbTOutputSet |
outputSet
|
protected java.lang.Boolean |
parallelMultiple
|
| Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTEvent |
|---|
property |
| Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowNode |
|---|
incoming, outgoing |
| Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowElement |
|---|
auditing, categoryValueRef, monitoring, name |
| Fields inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTBaseElement |
|---|
documentation, extensionElements, id |
| Constructor Summary | |
|---|---|
EJaxbTCatchEvent()
|
|
| Method Summary | |
|---|---|
java.util.List<EJaxbTDataOutput> |
getDataOutput()
Gets the value of the dataOutput property. |
java.util.List<EJaxbTDataOutputAssociation> |
getDataOutputAssociation()
Gets the value of the dataOutputAssociation property. |
java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTEventDefinition>> |
getEventDefinition()
Gets the value of the eventDefinition property. |
java.util.List<javax.xml.namespace.QName> |
getEventDefinitionRef()
Gets the value of the eventDefinitionRef property. |
EJaxbTOutputSet |
getOutputSet()
Gets the value of the outputSet property. |
boolean |
isParallelMultiple()
Gets the value of the parallelMultiple property. |
boolean |
isSetDataOutput()
|
boolean |
isSetDataOutputAssociation()
|
boolean |
isSetEventDefinition()
|
boolean |
isSetEventDefinitionRef()
|
boolean |
isSetOutputSet()
|
boolean |
isSetParallelMultiple()
|
void |
setOutputSet(EJaxbTOutputSet value)
Sets the value of the outputSet property. |
void |
setParallelMultiple(boolean value)
Sets the value of the parallelMultiple property. |
void |
unsetDataOutput()
|
void |
unsetDataOutputAssociation()
|
void |
unsetEventDefinition()
|
void |
unsetEventDefinitionRef()
|
void |
unsetParallelMultiple()
|
| Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTEvent |
|---|
getProperty, isSetProperty, unsetProperty |
| Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowNode |
|---|
getIncoming, getOutgoing, isSetIncoming, isSetOutgoing, unsetIncoming, unsetOutgoing |
| Methods inherited from class easybox.org.omg.spec.bpmn._20100524.model.EJaxbTFlowElement |
|---|
getAuditing, getCategoryValueRef, getMonitoring, getName, isSetAuditing, isSetCategoryValueRef, isSetMonitoring, isSetName, setAuditing, setMonitoring, setName, unsetCategoryValueRef |
| 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 java.util.List<EJaxbTDataOutput> dataOutput
protected java.util.List<EJaxbTDataOutputAssociation> dataOutputAssociation
protected EJaxbTOutputSet outputSet
protected java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTEventDefinition>> eventDefinition
protected java.util.List<javax.xml.namespace.QName> eventDefinitionRef
protected java.lang.Boolean parallelMultiple
| Constructor Detail |
|---|
public EJaxbTCatchEvent()
| Method Detail |
|---|
public java.util.List<EJaxbTDataOutput> getDataOutput()
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 dataOutput property.
For example, to add a new item, do as follows:
getDataOutput().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTDataOutput
public boolean isSetDataOutput()
public void unsetDataOutput()
public java.util.List<EJaxbTDataOutputAssociation> getDataOutputAssociation()
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 dataOutputAssociation property.
For example, to add a new item, do as follows:
getDataOutputAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
EJaxbTDataOutputAssociation
public boolean isSetDataOutputAssociation()
public void unsetDataOutputAssociation()
public EJaxbTOutputSet getOutputSet()
EJaxbTOutputSetpublic void setOutputSet(EJaxbTOutputSet value)
value - allowed object is
EJaxbTOutputSetpublic boolean isSetOutputSet()
public java.util.List<javax.xml.bind.JAXBElement<? extends EJaxbTEventDefinition>> getEventDefinition()
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 eventDefinition property.
For example, to add a new item, do as follows:
getEventDefinition().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<EJaxbTConditionalEventDefinition>
JAXBElement<EJaxbTTimerEventDefinition>
JAXBElement<EJaxbTMessageEventDefinition>
JAXBElement<EJaxbTLinkEventDefinition>
JAXBElement<EJaxbTTerminateEventDefinition>
JAXBElement<EJaxbTSignalEventDefinition>
JAXBElement<EJaxbTCompensateEventDefinition>
JAXBElement<EJaxbTCancelEventDefinition>
JAXBElement<EJaxbTEscalationEventDefinition>
JAXBElement<EJaxbTErrorEventDefinition>
JAXBElement<EJaxbTEventDefinition>
public boolean isSetEventDefinition()
public void unsetEventDefinition()
public java.util.List<javax.xml.namespace.QName> getEventDefinitionRef()
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 eventDefinitionRef property.
For example, to add a new item, do as follows:
getEventDefinitionRef().add(newItem);
Objects of the following type(s) are allowed in the list
QName
public boolean isSetEventDefinitionRef()
public void unsetEventDefinitionRef()
public boolean isParallelMultiple()
Booleanpublic void setParallelMultiple(boolean value)
value - allowed object is
Booleanpublic boolean isSetParallelMultiple()
public void unsetParallelMultiple()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||