Class ItemDeltaType
- java.lang.Object
-
- com.evolveum.prism.xml.ns._public.types_3.ItemDeltaType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable
public class ItemDeltaType extends Object implements Serializable, Cloneable, JaxbVisitable
THIS IS NOT A GENERATED CLASS. It was heavily modified after it was originally generated long time ago. Describe a change to a single attribute. In this case the path expression used in the "property" attribute must select exactly one property.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected @NotNull List<Object>estimatedOldValuestatic QNameF_PATHstatic QNameF_VALUEprotected ModificationTypeTypemodificationTypeprotected ItemPathTypepathprotected @NotNull List<Object>value
-
Constructor Summary
Constructors Constructor Description ItemDeltaType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ItemDeltaTypeclone()booleanequals(Object obj)@NotNull List<RawType>getEstimatedOldValue()ModificationTypeTypegetModificationType()Gets the value of the modificationType property.ItemPathTypegetPath()Gets the value of the path property.@NotNull List<RawType>getValue()Gets the value of the value property.inthashCode()voidsetModificationType(ModificationTypeType value)Sets the value of the modificationType property.voidsetPath(ItemPathType value)Sets the value of the path property.StringtoString()
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_PATH
public static final QName F_PATH
-
F_VALUE
public static final QName F_VALUE
-
modificationType
protected ModificationTypeType modificationType
-
path
protected ItemPathType path
-
-
Method Detail
-
getModificationType
public ModificationTypeType getModificationType()
Gets the value of the modificationType property.- Returns:
- possible object is
ModificationTypeType
-
setModificationType
public void setModificationType(ModificationTypeType value)
Sets the value of the modificationType property.- Parameters:
value- allowed object isModificationTypeType
-
getPath
public ItemPathType getPath()
Gets the value of the path property.- Returns:
- possible object is
Element
-
setPath
public void setPath(ItemPathType value)
Sets the value of the path property.- Parameters:
value- allowed object isElement
-
getValue
@NotNull public @NotNull List<RawType> getValue()
Gets the value of the value property.- Returns:
- possible object is
ItemDeltaType.Value
-
clone
public ItemDeltaType clone()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
-