Package org.omg.spec.bpmn.model
Class TSendTask
-
public class TSendTask extends TTask
Java class for tSendTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tSendTask"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tTask"> <attribute name="implementation" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplementation" default="##WebService" /> <attribute name="messageRef" type="{http://www.w3.org/2001/XMLSchema}QName" /> <attribute name="operationRef" 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 String
implementation
protected QName
messageRef
protected QName
operationRef
-
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 TSendTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getImplementation()
Gets the value of the implementation property.QName
getMessageRef()
Gets the value of the messageRef property.QName
getOperationRef()
Gets the value of the operationRef property.void
setImplementation(String value)
Sets the value of the implementation property.void
setMessageRef(QName value)
Sets the value of the messageRef property.void
setOperationRef(QName value)
Sets the value of the operationRef 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
-
-
-
-
Method Detail
-
getImplementation
public String getImplementation()
Gets the value of the implementation property.- Returns:
- possible object is
String
-
setImplementation
public void setImplementation(String value)
Sets the value of the implementation property.- Parameters:
value
- allowed object isString
-
getMessageRef
public QName getMessageRef()
Gets the value of the messageRef property.- Returns:
- possible object is
QName
-
setMessageRef
public void setMessageRef(QName value)
Sets the value of the messageRef property.- Parameters:
value
- allowed object isQName
-
getOperationRef
public QName getOperationRef()
Gets the value of the operationRef property.- Returns:
- possible object is
QName
-
-