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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanMore strict version of ItemPathType comparison.booleanequals(Object that, StructuredEqualsStrategy equalsStrategy) booleanequivalent(Object other) @NotNull ItemPathinthashCode()inthashCode(StructuredHashCodeStrategy strategy) voidsetItemPath(ItemPath itemPath) toItemPathList(List<ItemPathType> list) toString()
-
Field Details
-
COMPLEX_TYPE
-
-
Constructor Details
-
ItemPathType
public ItemPathType() -
ItemPathType
-
-
Method Details
-
getItemPath
-
setItemPath
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein 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:
equalsin interfacePlainStructured
-
hashCode
- Specified by:
hashCodein interfacePlainStructured
-
hashCode
public int hashCode() -
toString
-
toItemPathList
-
accept
- Specified by:
acceptin interfaceJaxbVisitable
-