public abstract class TThrowEvent extends TEvent
tThrowEvent complex type的 Java 类。
以下模式片段指定包含在此类中的预期内容。
<complexType name="tThrowEvent">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEvent">
<sequence>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataInput" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}dataInputAssociation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}inputSet" 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>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<TDataInput> |
dataInput |
protected List<TDataInputAssociation> |
dataInputAssociation |
protected List<JAXBElement<? extends TEventDefinition>> |
eventDefinition |
protected List<QName> |
eventDefinitionRef |
protected TInputSet |
inputSet |
auditing, categoryValueRef, monitoring, namedocumentation, extensionElements, id| 构造器和说明 |
|---|
TThrowEvent() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<TDataInput> |
getDataInput()
Gets the value of the dataInput property.
|
List<TDataInputAssociation> |
getDataInputAssociation()
Gets the value of the dataInputAssociation property.
|
List<JAXBElement<? extends TEventDefinition>> |
getEventDefinition()
Gets the value of the eventDefinition property.
|
List<QName> |
getEventDefinitionRef()
Gets the value of the eventDefinitionRef property.
|
TInputSet |
getInputSet()
获取inputSet属性的值。
|
void |
setInputSet(TInputSet value)
设置inputSet属性的值。
|
getPropertygetIncoming, getOutgoinggetAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNamegetDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected List<TDataInput> dataInput
protected List<TDataInputAssociation> dataInputAssociation
protected TInputSet inputSet
protected List<JAXBElement<? extends TEventDefinition>> eventDefinition
public List<TDataInput> getDataInput()
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 dataInput property.
For example, to add a new item, do as follows:
getDataInput().add(newItem);
Objects of the following type(s) are allowed in the list
TDataInput
public List<TDataInputAssociation> getDataInputAssociation()
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 dataInputAssociation property.
For example, to add a new item, do as follows:
getDataInputAssociation().add(newItem);
Objects of the following type(s) are allowed in the list
TDataInputAssociation
public void setInputSet(TInputSet value)
value - allowed object is
TInputSetpublic 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
Copyright © 2021. All rights reserved.