Class SequentialValueExpressionEvaluatorType

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

    public class SequentialValueExpressionEvaluatorType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Get a sequential value from a named sequence. <p>Java class for SequentialValueExpressionEvaluatorType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="SequentialValueExpressionEvaluatorType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="sequenceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form
    • Field Detail

      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_SEQUENCE_REF

        public static final ItemName F_SEQUENCE_REF
    • Constructor Detail

      • SequentialValueExpressionEvaluatorType

        public SequentialValueExpressionEvaluatorType()
        Creates a new {@code SequentialValueExpressionEvaluatorType} instance.
      • SequentialValueExpressionEvaluatorType

        public SequentialValueExpressionEvaluatorType​(SequentialValueExpressionEvaluatorType o)
        Creates a new {@code SequentialValueExpressionEvaluatorType} instance by deeply copying a given {@code SequentialValueExpressionEvaluatorType} instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if {@code o} is {@code null}.