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.

    Java class for SequentialValueExpressionEvaluatorType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SequentialValueExpressionEvaluatorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="sequenceRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    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 SequentialValueExpressionEvaluatorType instance.
      • SequentialValueExpressionEvaluatorType

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