Class ItemPathType
java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.ItemPathType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ItemPathType
extends Object
implements PlainStructured, Serializable, Cloneable, JaxbVisitable
Defines a type for XPath-like item pointer. It points to a specific part
of the prism object.
Java class for ItemPathType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemPathType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
boolean
More strict version of ItemPathType comparison.boolean
equals
(Object that, StructuredEqualsStrategy equalsStrategy) boolean
equivalent
(Object other) @NotNull ItemPath
int
hashCode()
int
hashCode
(StructuredHashCodeStrategy strategy) void
setItemPath
(ItemPath itemPath) toItemPathList
(List<ItemPathType> list) toString()
-
Field Details
-
COMPLEX_TYPE
-
-
Constructor Details
-
ItemPathType
public ItemPathType() -
ItemPathType
-
-
Method Details
-
getItemPath
-
setItemPath
-
clone
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classObject
-
equals
More strict version of ItemPathType comparison. Does not use any normalization nor approximate matching QNames via QNameUtil.match. For example, it detects a change from xyz:name to name and vice versa when editing via debug pages (MID-1969) For semantic-level comparison, please use equivalent(..) method. -
equivalent
-
equals
- Specified by:
equals
in interfacePlainStructured
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
-
hashCode
public int hashCode() -
toString
-
toItemPathList
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
-