Class ExecuteScriptType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class ExecuteScriptType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    <p>Java class for ExecuteScriptType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ExecuteScriptType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}scriptingExpression"/&gt; &lt;element name="input" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ValueListType" minOccurs="0"/&gt; &lt;element name="options" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingExpressionEvaluationOptionsType" minOccurs="0"/&gt; &lt;element name="variables" type="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingVariablesDefinitionType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form