public abstract class TCatchEvent extends TEvent
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<TDataOutput> |
dataOutput |
protected java.util.List<TDataOutputAssociation> |
dataOutputAssociation |
protected java.util.List<javax.xml.bind.JAXBElement<? extends TEventDefinition>> |
eventDefinition |
protected java.util.List<javax.xml.namespace.QName> |
eventDefinitionRef |
protected TOutputSet |
outputSet |
protected java.lang.Boolean |
parallelMultiple |
auditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| Constructor and Description |
|---|
TCatchEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TDataOutput> |
getDataOutput()
Gets the value of the dataOutput property.
|
java.util.List<TDataOutputAssociation> |
getDataOutputAssociation()
Gets the value of the dataOutputAssociation property.
|
java.util.List<javax.xml.bind.JAXBElement<? extends TEventDefinition>> |
getEventDefinition()
Gets the value of the eventDefinition property.
|
java.util.List<javax.xml.namespace.QName> |
getEventDefinitionRef()
Gets the value of the eventDefinitionRef property.
|
TOutputSet |
getOutputSet()
Gets the value of the outputSet property.
|
boolean |
isParallelMultiple()
Gets the value of the parallelMultiple property.
|
void |
setOutputSet(TOutputSet value)
Sets the value of the outputSet property.
|
void |
setParallelMultiple(java.lang.Boolean value)
Sets the value of the parallelMultiple property.
|
getPropertygetIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected java.util.List<TDataOutput> dataOutput
protected java.util.List<TDataOutputAssociation> dataOutputAssociation
protected TOutputSet outputSet
protected java.util.List<javax.xml.bind.JAXBElement<? extends TEventDefinition>> eventDefinition
protected java.util.List<javax.xml.namespace.QName> eventDefinitionRef
protected java.lang.Boolean parallelMultiple
public java.util.List<TDataOutput> 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
TDataOutput
public java.util.List<TDataOutputAssociation> 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
TDataOutputAssociation
public TOutputSet getOutputSet()
TOutputSetpublic void setOutputSet(TOutputSet value)
value - allowed object is
TOutputSetpublic java.util.List<javax.xml.bind.JAXBElement<? extends TEventDefinition>> 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<TErrorEventDefinition>
JAXBElement<TEscalationEventDefinition>
JAXBElement<TTerminateEventDefinition>
JAXBElement<TSignalEventDefinition>
JAXBElement<TTimerEventDefinition>
JAXBElement<TMessageEventDefinition>
JAXBElement<TCancelEventDefinition>
JAXBElement<TCompensateEventDefinition>
JAXBElement<TLinkEventDefinition>
JAXBElement<TConditionalEventDefinition>
JAXBElement<TEventDefinition>
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 isParallelMultiple()
Booleanpublic void setParallelMultiple(java.lang.Boolean value)
value - allowed object is
BooleanCopyright © 2018 SAP SE. All Rights Reserved.