Class LensElementContextType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    LensFocusContextType, LensProjectionContextType

    public class LensElementContextType
    extends Object
    implements Serializable, Cloneable, Containerable
    TODO

    Java class for LensElementContextType complex type.

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

     <complexType name="LensElementContextType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="objectOld" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/>
             <element name="objectOldRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="objectCurrent" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/>
             <element name="objectCurrentRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="objectNew" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/>
             <element name="objectNewRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="primaryDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/>
             <element name="secondaryDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/>
             <element name="executedDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensObjectDeltaOperationType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="objectTypeClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="oid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="iteration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="iterationToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="synchronizationIntent" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationIntentType" minOccurs="0"/>
             <element name="fresh" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form