Class LensElementContextType

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

    public class LensElementContextType
    extends Object
    implements Serializable, Cloneable, Containerable
    TODO <p>Java class for LensElementContextType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="LensElementContextType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="objectOld" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/&gt; &lt;element name="objectOldRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="objectCurrent" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/&gt; &lt;element name="objectCurrentRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="objectNew" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectType" minOccurs="0"/&gt; &lt;element name="objectNewRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="primaryDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/&gt; &lt;element name="secondaryDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/&gt; &lt;element name="executedDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensObjectDeltaOperationType" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;element name="objectTypeClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="oid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="iteration" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="iterationToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="synchronizationIntent" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationIntentType" minOccurs="0"/&gt; &lt;element name="fresh" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form