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 QName
COMPLEX_TYPE
protected @NotNull List<Object>
estimatedOldValue
static QName
F_PATH
static QName
F_VALUE
protected ModificationTypeType
modificationType
protected ItemPathType
path
protected @NotNull List<Object>
value
-
Constructor Summary
Constructors Constructor Description ItemDeltaType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ItemDeltaType
clone()
boolean
equals(Object obj)
@NotNull List<RawType>
getEstimatedOldValue()
ModificationTypeType
getModificationType()
Gets the value of the modificationType property.ItemPathType
getPath()
Gets the value of the path property.@NotNull List<RawType>
getValue()
Gets the value of the value property.int
hashCode()
void
setModificationType(ModificationTypeType value)
Sets the value of the modificationType property.void
setPath(ItemPathType value)
Sets the value of the path property.String
toString()
-
-
-
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:
accept
in interfaceJaxbVisitable
-
-