public class LensElementContextType extends Object implements Serializable, Cloneable, Containerable
Java class for LensElementContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LensElementContextType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="objectOld" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectType" minOccurs="0"/> <element name="objectOldRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> <element name="objectNew" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectType" minOccurs="0"/> <element name="objectNewRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ObjectReferenceType" minOccurs="0"/> <element name="primaryDelta" type="{http://prism.evolveum.com/xml/ns/public/types-2}ObjectDeltaType" minOccurs="0"/> <element name="secondaryDelta" type="{http://prism.evolveum.com/xml/ns/public/types-2}ObjectDeltaType" minOccurs="0"/> <element name="executedDeltas" type="{http://midpoint.evolveum.com/xml/ns/public/model/model-context-2}LensObjectDeltaOperationType" maxOccurs="unbounded" minOccurs="0"/> <element name="objectTypeClass" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="oid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_COMPLEX___TYPE |
static QName |
F_EXECUTED_DELTAS |
static QName |
F_OBJECT_NEW |
static QName |
F_OBJECT_NEW_REF |
static QName |
F_OBJECT_OLD |
static QName |
F_OBJECT_OLD_REF |
static QName |
F_OBJECT_TYPE_CLASS |
static QName |
F_OID |
static QName |
F_PRIMARY_DELTA |
static QName |
F_SECONDARY_DELTA |
static QName |
F_SERIAL_VERSION_UID |
Constructor and Description |
---|
LensElementContextType() |
Modifier and Type | Method and Description |
---|---|
PrismContainerValue |
asPrismContainerValue() |
LensElementContextType |
clone() |
boolean |
equals(Object object) |
List<LensObjectDeltaOperationType> |
getExecutedDeltas() |
ObjectType |
getObjectNew() |
ObjectReferenceType |
getObjectNewRef() |
ObjectType |
getObjectOld() |
ObjectReferenceType |
getObjectOldRef() |
String |
getObjectTypeClass() |
String |
getOid() |
ObjectDeltaType |
getPrimaryDelta() |
ObjectDeltaType |
getSecondaryDelta() |
int |
hashCode() |
void |
setObjectNew(ObjectType value) |
void |
setObjectNewRef(ObjectReferenceType value) |
void |
setObjectOld(ObjectType value) |
void |
setObjectOldRef(ObjectReferenceType value) |
void |
setObjectTypeClass(String value) |
void |
setOid(String value) |
void |
setPrimaryDelta(ObjectDeltaType value) |
void |
setSecondaryDelta(ObjectDeltaType value) |
void |
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.
|
String |
toString() |
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
public static final QName F_OBJECT_OLD
public static final QName F_OBJECT_OLD_REF
public static final QName F_OBJECT_NEW
public static final QName F_OBJECT_NEW_REF
public static final QName F_PRIMARY_DELTA
public static final QName F_SECONDARY_DELTA
public static final QName F_EXECUTED_DELTAS
public static final QName F_OBJECT_TYPE_CLASS
public static final QName F_OID
public static final QName F_COMPLEX___TYPE
public PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface Containerable
public void setupContainerValue(PrismContainerValue containerValue)
Containerable
setupContainerValue
in interface Containerable
public ObjectType getObjectOld()
public void setObjectOld(ObjectType value)
public ObjectReferenceType getObjectOldRef()
public void setObjectOldRef(ObjectReferenceType value)
public ObjectType getObjectNew()
public void setObjectNew(ObjectType value)
public ObjectReferenceType getObjectNewRef()
public void setObjectNewRef(ObjectReferenceType value)
public ObjectDeltaType getPrimaryDelta()
public void setPrimaryDelta(ObjectDeltaType value)
public ObjectDeltaType getSecondaryDelta()
public void setSecondaryDelta(ObjectDeltaType value)
public List<LensObjectDeltaOperationType> getExecutedDeltas()
public String getObjectTypeClass()
public void setObjectTypeClass(String value)
public String getOid()
public void setOid(String value)
public LensElementContextType clone()
Copyright © 2013 evolveum. All rights reserved.