Class OnEntryScript
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.OnEntryScript
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="script" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attGroup ref="{http://www.jboss.org/drools}onxscriptattributes"/> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the script property.Gets the value of the scriptFormat property.void
Sets the value of the script property.void
setScriptFormat
(String value) Sets the value of the scriptFormat property.
-
Field Details
-
script
-
scriptFormat
-
-
Constructor Details
-
OnEntryScript
public OnEntryScript()
-
-
Method Details
-
getScript
Gets the value of the script property.- Returns:
- possible object is
String
-
setScript
Sets the value of the script property.- Parameters:
value
- allowed object isString
-
getScriptFormat
Gets the value of the scriptFormat property.- Returns:
- possible object is
String
-
setScriptFormat
Sets the value of the scriptFormat property.- Parameters:
value
- allowed object isString
-