Class ResourceObjectShadowChangeDescriptionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.ResourceObjectShadowChangeDescriptionType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ResourceObjectShadowChangeDescriptionType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Description of the change in the external resource.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
static final QName
protected ShadowType
static final ItemName
static final ItemName
static final ItemName
static final ItemName
protected ObjectDeltaType
protected String
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
currentShadow
(ShadowType value) boolean
equals
(Object other, StructuredEqualsStrategy strategy) int
hashCode
(StructuredHashCodeStrategy strategy) objectDelta
(ObjectDeltaType value) oldShadowOid
(String value) void
setChannel
(String value) void
setCurrentShadow
(ShadowType value) void
setObjectDelta
(ObjectDeltaType value) void
setOldShadowOid
(String value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
oldShadowOid
-
currentShadow
-
objectDelta
-
channel
-
COMPLEX_TYPE
-
F_OLD_SHADOW_OID
-
F_CURRENT_SHADOW
-
F_OBJECT_DELTA
-
F_CHANNEL
-
-
Constructor Details
-
ResourceObjectShadowChangeDescriptionType
public ResourceObjectShadowChangeDescriptionType() -
ResourceObjectShadowChangeDescriptionType
-
-
Method Details
-
getOldShadowOid
-
setOldShadowOid
-
getCurrentShadow
-
setCurrentShadow
-
getObjectDelta
-
setObjectDelta
-
getChannel
-
setChannel
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
oldShadowOid
-
currentShadow
-
beginCurrentShadow
-
objectDelta
-
channel
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-