Package org.omg.spec.bpmn.model
Class TCallActivity
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TFlowElement
-
- org.omg.spec.bpmn.model.TFlowNode
-
- org.omg.spec.bpmn.model.TActivity
-
- org.omg.spec.bpmn.model.TCallActivity
-
public class TCallActivity extends TActivity
Java class for tCallActivity complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCallActivity"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tActivity"> <attribute name="calledElement" 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
calledElement
-
Fields inherited from class org.omg.spec.bpmn.model.TActivity
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantity
-
Fields inherited from class org.omg.spec.bpmn.model.TFlowElement
auditing, categoryValueRef, monitoring, name
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TCallActivity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getCalledElement()
Gets the value of the calledElement property.void
setCalledElement(QName value)
Sets the value of the calledElement property.-
Methods inherited from class org.omg.spec.bpmn.model.TActivity
getCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantity
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowNode
getIncoming, getOutgoing
-
Methods inherited from class org.omg.spec.bpmn.model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setName
-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
calledElement
protected QName calledElement
-
-