public class LensFocusContextType extends LensElementContextType implements Serializable, Cloneable, Containerable
Java class for LensFocusContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LensFocusContextType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LensElementContextType"> <sequence> <element name="secondaryDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectDeltaWavesType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_SECONDARY_DELTAS |
F_EXECUTED_DELTAS, F_ITERATION, F_ITERATION_TOKEN, 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, F_SYNCHRONIZATION_INTENT
Constructor and Description |
---|
LensFocusContextType() |
LensFocusContextType(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
LensFocusContextType |
clone() |
boolean |
equals(Object object) |
ObjectDeltaWavesType |
getSecondaryDeltas() |
int |
hashCode() |
void |
setSecondaryDeltas(ObjectDeltaWavesType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
getExecutedDeltas, getIteration, getIterationToken, getObjectNew, getObjectNewRef, getObjectOld, getObjectOldRef, getObjectTypeClass, getOid, getPrimaryDelta, getSecondaryDelta, getSynchronizationIntent, setIteration, setIterationToken, setObjectNew, setObjectNewRef, setObjectOld, setObjectOldRef, setObjectTypeClass, setOid, setPrimaryDelta, setSecondaryDelta, setSynchronizationIntent
public static final QName COMPLEX_TYPE
public static final QName F_SECONDARY_DELTAS
public LensFocusContextType()
public LensFocusContextType(PrismContext prismContext)
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 ObjectDeltaWavesType getSecondaryDeltas()
public void setSecondaryDeltas(ObjectDeltaWavesType value)
public LensFocusContextType clone()
clone
in class LensElementContextType
Copyright © 2016 Evolveum. All rights reserved.