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 AbstractPlainStructured
Description of the change in the external resource.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringchannelstatic QNameCOMPLEX_TYPEprotected ShadowTypecurrentShadowstatic ItemNameF_CHANNELstatic ItemNameF_CURRENT_SHADOWstatic ItemNameF_OBJECT_DELTAstatic ItemNameF_OLD_SHADOW_OIDprotected ObjectDeltaTypeobjectDeltaprotected StringoldShadowOid
-
Constructor Summary
Constructors Constructor Description ResourceObjectShadowChangeDescriptionType()ResourceObjectShadowChangeDescriptionType(ResourceObjectShadowChangeDescriptionType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ShadowTypebeginCurrentShadow()ResourceObjectShadowChangeDescriptionTypechannel(String value)ResourceObjectShadowChangeDescriptionTypeclone()ResourceObjectShadowChangeDescriptionTypecurrentShadow(ShadowType value)booleanequals(Object other, StructuredEqualsStrategy strategy)StringgetChannel()ShadowTypegetCurrentShadow()ObjectDeltaTypegetObjectDelta()StringgetOldShadowOid()inthashCode(StructuredHashCodeStrategy strategy)ResourceObjectShadowChangeDescriptionTypeobjectDelta(ObjectDeltaType value)ResourceObjectShadowChangeDescriptionTypeoldShadowOid(String value)voidsetChannel(String value)voidsetCurrentShadow(ShadowType value)voidsetObjectDelta(ObjectDeltaType value)voidsetOldShadowOid(String value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
oldShadowOid
protected String oldShadowOid
-
currentShadow
protected ShadowType currentShadow
-
objectDelta
protected ObjectDeltaType objectDelta
-
channel
protected String channel
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OLD_SHADOW_OID
public static final ItemName F_OLD_SHADOW_OID
-
F_CURRENT_SHADOW
public static final ItemName F_CURRENT_SHADOW
-
F_OBJECT_DELTA
public static final ItemName F_OBJECT_DELTA
-
F_CHANNEL
public static final ItemName F_CHANNEL
-
-
Constructor Detail
-
ResourceObjectShadowChangeDescriptionType
public ResourceObjectShadowChangeDescriptionType()
-
ResourceObjectShadowChangeDescriptionType
public ResourceObjectShadowChangeDescriptionType(ResourceObjectShadowChangeDescriptionType other)
-
-
Method Detail
-
getOldShadowOid
public String getOldShadowOid()
-
setOldShadowOid
public void setOldShadowOid(String value)
-
getCurrentShadow
public ShadowType getCurrentShadow()
-
setCurrentShadow
public void setCurrentShadow(ShadowType value)
-
getObjectDelta
public ObjectDeltaType getObjectDelta()
-
setObjectDelta
public void setObjectDelta(ObjectDeltaType value)
-
getChannel
public String getChannel()
-
setChannel
public void setChannel(String value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
oldShadowOid
public ResourceObjectShadowChangeDescriptionType oldShadowOid(String value)
-
currentShadow
public ResourceObjectShadowChangeDescriptionType currentShadow(ShadowType value)
-
beginCurrentShadow
public ShadowType beginCurrentShadow()
-
objectDelta
public ResourceObjectShadowChangeDescriptionType objectDelta(ObjectDeltaType value)
-
channel
public ResourceObjectShadowChangeDescriptionType channel(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public ResourceObjectShadowChangeDescriptionType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-