Class LensProjectionContextType

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

    public class LensProjectionContextType
    extends LensElementContextType
    implements Serializable, Cloneable, Containerable
    TODO <p>Java class for LensProjectionContextType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="LensProjectionContextType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensElementContextType"&gt; &lt;sequence&gt; &lt;element name="syncDelta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/&gt; &lt;element name="syncAbsoluteTrigger" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="wave" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/&gt; &lt;element name="completed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="resourceShadowDiscriminator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ShadowDiscriminatorType" minOccurs="0"/&gt; &lt;element name="fullShadow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="isAssigned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="isAssignedOld" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="isActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="isLegal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="isLegalOld" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="isExists" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="synchronizationPolicyDecision" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationPolicyDecisionType" minOccurs="0"/&gt; &lt;element name="doReconciliation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt; &lt;element name="synchronizationSituationDetected" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationType" minOccurs="0"/&gt; &lt;element name="synchronizationSituationResolved" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SynchronizationSituationType" minOccurs="0"/&gt; &lt;element name="projectionSecurityPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;element name="accountPasswordPolicy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ValuePolicyType" minOccurs="0"/&gt; &lt;element name="accountPasswordPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form