Class LensContextSequenceValueType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class LensContextSequenceValueType
    extends Object
    implements Serializable, Cloneable, Containerable
    Value of a sequence used in the computation.

    Java class for LensContextSequenceValueType complex type.

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

     <complexType name="LensContextSequenceValueType">
       <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"/>
             <element name="value" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form