Package org.omg.spec.bpmn.model
Class TScriptTask
-
public class TScriptTask extends TTask
Java class for tScriptTask complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tScriptTask"> <complexContent> <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tTask"> <sequence> <element ref="{http://www.omg.org/spec/BPMN/20100524/MODEL}script" minOccurs="0"/> </sequence> <attribute name="scriptFormat" type="{http://www.w3.org/2001/XMLSchema}string" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected TScript
script
protected String
scriptFormat
-
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 TScriptTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TScript
getScript()
Gets the value of the script property.String
getScriptFormat()
Gets the value of the scriptFormat property.void
setScript(TScript value)
Sets the value of the script property.void
setScriptFormat(String value)
Sets the value of the scriptFormat 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
-
getScript
public TScript getScript()
Gets the value of the script property.- Returns:
- possible object is
TScript
-
setScript
public void setScript(TScript value)
Sets the value of the script property.- Parameters:
value
- allowed object isTScript
-
getScriptFormat
public String getScriptFormat()
Gets the value of the scriptFormat property.- Returns:
- possible object is
String
-
-