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/model/model-context-2}LensElementContextType"> <sequence> <element name="secondaryDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/model/model-context-2}ObjectDeltaWavesType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_SECONDARY_DELTAS |
static QName |
F_SERIAL_VERSION_UID |
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 |
---|
LensFocusContextType() |
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, 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_SECONDARY_DELTAS
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 ObjectDeltaWavesType getSecondaryDeltas()
public void setSecondaryDeltas(ObjectDeltaWavesType value)
public LensFocusContextType clone()
clone
in class LensElementContextType
Copyright © 2013 evolveum. All rights reserved.