public class LensProjectionContextType extends LensElementContextType implements Serializable, Cloneable, Containerable
Java class for LensProjectionContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LensProjectionContextType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/model-context-2}LensElementContextType"> <sequence> <element name="syncDelta" type="{http://prism.evolveum.com/xml/ns/public/types-2}ObjectDeltaType" minOccurs="0"/> <element name="wave" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="resourceShadowDiscriminator" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ShadowDiscriminatorType" minOccurs="0"/> <element name="fullShadow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isAssigned" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isActive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isLegal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isLegalOld" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isExists" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="synchronizationIntent" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}SynchronizationIntentType" minOccurs="0"/> <element name="synchronizationPolicyDecision" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}SynchronizationPolicyDecisionType" minOccurs="0"/> <element name="doReconciliation" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="accountPasswordPolicy" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ValuePolicyType" minOccurs="0"/> <element name="accountPasswordPolicyRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_ACCOUNT_PASSWORD_POLICY |
static QName |
F_ACCOUNT_PASSWORD_POLICY_REF |
static QName |
F_COMPLEX___TYPE |
static QName |
F_DO_RECONCILIATION |
static QName |
F_FULL_SHADOW |
static QName |
F_IS_ACTIVE |
static QName |
F_IS_ASSIGNED |
static QName |
F_IS_EXISTS |
static QName |
F_IS_LEGAL |
static QName |
F_IS_LEGAL_OLD |
static QName |
F_ITERATION |
static QName |
F_ITERATION_TOKEN |
static QName |
F_RESOURCE_SHADOW_DISCRIMINATOR |
static QName |
F_SERIAL_VERSION_UID |
static QName |
F_SYNC_DELTA |
static QName |
F_SYNCHRONIZATION_INTENT |
static QName |
F_SYNCHRONIZATION_POLICY_DECISION |
static QName |
F_WAVE |
F_EXECUTED_DELTAS, F_OBJECT_NEW, F_OBJECT_NEW_REF, F_OBJECT_OLD, F_OBJECT_OLD_REF, F_OBJECT_TYPE_CLASS, F_OID, F_PRIMARY_DELTA, F_SECONDARY_DELTA
Constructor and Description |
---|
LensProjectionContextType() |
getExecutedDeltas, getObjectNew, getObjectNewRef, getObjectOld, getObjectOldRef, getObjectTypeClass, getOid, getPrimaryDelta, getSecondaryDelta, setObjectNew, setObjectNewRef, setObjectOld, setObjectOldRef, setObjectTypeClass, setOid, setPrimaryDelta, setSecondaryDelta
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_SYNC_DELTA
public static final QName F_WAVE
public static final QName F_RESOURCE_SHADOW_DISCRIMINATOR
public static final QName F_FULL_SHADOW
public static final QName F_IS_ASSIGNED
public static final QName F_IS_ACTIVE
public static final QName F_IS_LEGAL
public static final QName F_IS_LEGAL_OLD
public static final QName F_IS_EXISTS
public static final QName F_SYNCHRONIZATION_INTENT
public static final QName F_SYNCHRONIZATION_POLICY_DECISION
public static final QName F_DO_RECONCILIATION
public static final QName F_ITERATION
public static final QName F_ITERATION_TOKEN
public static final QName F_ACCOUNT_PASSWORD_POLICY
public static final QName F_ACCOUNT_PASSWORD_POLICY_REF
public static final QName F_COMPLEX___TYPE
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
asPrismContainerValue
in class LensElementContextType
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
setupContainerValue
in class LensElementContextType
public String toString()
toString
in class LensElementContextType
public boolean equals(Object object)
equals
in class LensElementContextType
public int hashCode()
hashCode
in class LensElementContextType
public ObjectDeltaType getSyncDelta()
public void setSyncDelta(ObjectDeltaType value)
public Integer getWave()
public void setWave(Integer value)
public ShadowDiscriminatorType getResourceShadowDiscriminator()
public void setResourceShadowDiscriminator(ShadowDiscriminatorType value)
public Boolean isFullShadow()
public void setFullShadow(Boolean value)
public Boolean isIsAssigned()
public void setIsAssigned(Boolean value)
public Boolean isIsActive()
public void setIsActive(Boolean value)
public Boolean isIsLegal()
public void setIsLegal(Boolean value)
public Boolean isIsLegalOld()
public void setIsLegalOld(Boolean value)
public Boolean isIsExists()
public void setIsExists(Boolean value)
public SynchronizationIntentType getSynchronizationIntent()
public void setSynchronizationIntent(SynchronizationIntentType value)
public SynchronizationPolicyDecisionType getSynchronizationPolicyDecision()
public void setSynchronizationPolicyDecision(SynchronizationPolicyDecisionType value)
public Boolean isDoReconciliation()
public void setDoReconciliation(Boolean value)
public Integer getIteration()
public void setIteration(Integer value)
public String getIterationToken()
public void setIterationToken(String value)
public ValuePolicyType getAccountPasswordPolicy()
public void setAccountPasswordPolicy(ValuePolicyType value)
public ObjectReferenceType getAccountPasswordPolicyRef()
public void setAccountPasswordPolicyRef(ObjectReferenceType value)
public LensProjectionContextType clone()
clone
in class LensElementContextType
Copyright © 2013 evolveum. All rights reserved.