Class NotifyChangeType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.NotifyChangeType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class NotifyChangeType extends AbstractPlainStructured
A request for notifyChange operation.- 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 ResourceObjectShadowChangeDescriptionTypechangeDescriptionstatic QNameCOMPLEX_TYPEstatic ItemNameF_CHANGE_DESCRIPTION
-
Constructor Summary
Constructors Constructor Description NotifyChangeType()NotifyChangeType(NotifyChangeType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ResourceObjectShadowChangeDescriptionTypebeginChangeDescription()NotifyChangeTypechangeDescription(ResourceObjectShadowChangeDescriptionType value)NotifyChangeTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)ResourceObjectShadowChangeDescriptionTypegetChangeDescription()inthashCode(StructuredHashCodeStrategy strategy)voidsetChangeDescription(ResourceObjectShadowChangeDescriptionType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
changeDescription
protected ResourceObjectShadowChangeDescriptionType changeDescription
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CHANGE_DESCRIPTION
public static final ItemName F_CHANGE_DESCRIPTION
-
-
Constructor Detail
-
NotifyChangeType
public NotifyChangeType()
-
NotifyChangeType
public NotifyChangeType(NotifyChangeType other)
-
-
Method Detail
-
getChangeDescription
public ResourceObjectShadowChangeDescriptionType getChangeDescription()
-
setChangeDescription
public void setChangeDescription(ResourceObjectShadowChangeDescriptionType 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
-
changeDescription
public NotifyChangeType changeDescription(ResourceObjectShadowChangeDescriptionType value)
-
beginChangeDescription
public ResourceObjectShadowChangeDescriptionType beginChangeDescription()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public NotifyChangeType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-