Package org.omg.spec.bpmn.model
Class TSignalEventDefinition
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TRootElement
-
- org.omg.spec.bpmn.model.TEventDefinition
-
- org.omg.spec.bpmn.model.TSignalEventDefinition
-
public class TSignalEventDefinition extends TEventDefinition
Java class for tSignalEventDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSignalEventDefinition"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition"> <attribute name="signalRef" type="{http://www.w3.org/2001/XMLSchema}QName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected QName
signalRef
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TSignalEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getSignalRef()
Gets the value of the signalRef property.void
setSignalRef(QName value)
Sets the value of the signalRef property.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
signalRef
protected QName signalRef
-
-