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 Detail

      • scriptFormat

        protected String scriptFormat
    • Constructor Detail

      • TScriptTask

        public TScriptTask()
    • 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 is TScript
      • getScriptFormat

        public String getScriptFormat()
        Gets the value of the scriptFormat property.
        Returns:
        possible object is String
      • setScriptFormat

        public void setScriptFormat​(String value)
        Sets the value of the scriptFormat property.
        Parameters:
        value - allowed object is String