Class TReceiveTask
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TActivity
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TTask
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TReceiveTask
Java class for tReceiveTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tReceiveTask">
<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="instantiate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected QNameprotected QNameFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TActivity
_default, completionQuantity, dataInputAssociation, dataOutputAssociation, ioSpecification, isForCompensation, loopCharacteristics, property, resourceRole, startQuantityFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
incoming, outgoingFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
auditing, categoryValueRef, monitoring, nameFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the implementation property.Gets the value of the messageRef property.Gets the value of the operationRef property.booleanGets the value of the instantiate property.voidsetImplementation(String value) Sets the value of the implementation property.voidsetInstantiate(Boolean value) Sets the value of the instantiate property.voidsetMessageRef(QName value) Sets the value of the messageRef property.voidsetOperationRef(QName value) Sets the value of the operationRef property.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TActivity
getCompletionQuantity, getDataInputAssociation, getDataOutputAssociation, getDefault, getIoSpecification, getLoopCharacteristics, getProperty, getResourceRole, getStartQuantity, isIsForCompensation, setCompletionQuantity, setDefault, setIoSpecification, setIsForCompensation, setLoopCharacteristics, setStartQuantityMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowNode
getIncoming, getOutgoingMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFlowElement
getAuditing, getCategoryValueRef, getMonitoring, getName, setAuditing, setMonitoring, setNameMethods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
implementation
-
instantiate
-
messageRef
-
operationRef
-
-
Constructor Details
-
TReceiveTask
public TReceiveTask()
-
-
Method Details
-
getImplementation
Gets the value of the implementation property.- Returns:
- possible object is
String
-
setImplementation
Sets the value of the implementation property.- Parameters:
value- allowed object isString
-
isInstantiate
public boolean isInstantiate()Gets the value of the instantiate property.- Returns:
- possible object is
Boolean
-
setInstantiate
Sets the value of the instantiate property.- Parameters:
value- allowed object isBoolean
-
getMessageRef
Gets the value of the messageRef property.- Returns:
- possible object is
QName
-
setMessageRef
Sets the value of the messageRef property.- Parameters:
value- allowed object isQName
-
getOperationRef
Gets the value of the operationRef property.- Returns:
- possible object is
QName
-
setOperationRef
Sets the value of the operationRef property.- Parameters:
value- allowed object isQName
-