Class ExpressionSequenceType

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

    public class ExpressionSequenceType
    extends ScriptingExpressionType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Sequence of command expressions - they are executed one after another, input sent to the sequence as a whole is then sent individually to each expression. Output of the last expression is considered to be the output of the whole sequence. <p>Java class for ExpressionSequenceType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ExpressionSequenceType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingExpressionType"&gt; &lt;sequence&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}scriptingExpression" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form