public abstract class TCatchEvent extends TEvent
tCatchEvent complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<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>
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<TDataOutput> |
dataOutput |
protected List<TDataOutputAssociation> |
dataOutputAssociation |
protected List<JAXBElement<? extends TEventDefinition>> |
eventDefinition |
protected List<QName> |
eventDefinitionRef |
protected TOutputSet |
outputSet |
protected Boolean |
parallelMultiple |
auditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| 构造器和说明 |
|---|
TCatchEvent() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TDataOutput> |
getDataOutput()
Gets the value of the dataOutput property.
|
List<TDataOutputAssociation> |
getDataOutputAssociation()
Gets the value of the dataOutputAssociation property.
|
List<JAXBElement<? extends TEventDefinition>> |
getEventDefinition()
Gets the value of the eventDefinition property.
|
List<QName> |
getEventDefinitionRef()
Gets the value of the eventDefinitionRef property.
|
TOutputSet |
getOutputSet()
获取outputSet属性的值。
|
boolean |
isParallelMultiple()
获取parallelMultiple属性的值。
|
void |
setOutputSet(TOutputSet value)
设置outputSet属性的值。
|
void |
setParallelMultiple(Boolean value)
设置parallelMultiple属性的值。
|
getPropertygetIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected List<TDataOutput> dataOutput
protected List<TDataOutputAssociation> dataOutputAssociation
protected TOutputSet outputSet
protected List<JAXBElement<? extends TEventDefinition>> eventDefinition
protected Boolean parallelMultiple
public 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 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 List<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<TCancelEventDefinition>
JAXBElement<TCompensateEventDefinition>
JAXBElement<TEscalationEventDefinition>
JAXBElement<TLinkEventDefinition>
JAXBElement<TConditionalEventDefinition>
JAXBElement<TTimerEventDefinition>
JAXBElement<TSignalEventDefinition>
JAXBElement<TMessageEventDefinition>
JAXBElement<TTerminateEventDefinition>
JAXBElement<TErrorEventDefinition>
JAXBElement<TEventDefinition>
public List<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()
BooleanCopyright © 2021. All rights reserved.