Class ItemDeltaType
java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.ItemDeltaType
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final QNamestatic final QNameprotected ModificationTypeTypeprotected ItemPathType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanGets the value of the modificationType property.getPath()Gets the value of the path property.getValue()Gets the value of the value property.inthashCode()voidSets the value of the modificationType property.voidsetPath(ItemPathType value) Sets the value of the path property.toString()
-
Field Details
-
COMPLEX_TYPE
-
F_PATH
-
F_VALUE
-
modificationType
-
path
-
value
-
estimatedOldValue
-
-
Constructor Details
-
ItemDeltaType
public ItemDeltaType()
-
-
Method Details
-
getModificationType
Gets the value of the modificationType property.- Returns:
- possible object is
ModificationTypeType
-
setModificationType
Sets the value of the modificationType property.- Parameters:
value- allowed object isModificationTypeType
-
getPath
Gets the value of the path property.- Returns:
- possible object is
Element
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isElement
-
getValue
Gets the value of the value property.- Returns:
- possible object is
ItemDeltaType.Value
-
getEstimatedOldValue
-
clone
-
hashCode
public int hashCode() -
equals
-
toString
-
accept
- Specified by:
acceptin interfaceJaxbVisitable
-