Class ItemRouteType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRouteType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class ItemRouteType extends AbstractPlainStructured
Generalized item path. It allows pointing to a specific item value, while allowing to select from multivalued items not only by ID, but by arbitrary filter. HIGHLY EXPERIMENTAL. It will be replaced by something more serious in Axiom.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_SEGMENTprotected List<ItemRouteSegmentType>segment
-
Constructor Summary
Constructors Constructor Description ItemRouteType()ItemRouteType(ItemRouteType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ItemRouteSegmentTypebeginSegment()ItemRouteTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)List<ItemRouteSegmentType>getSegment()inthashCode(StructuredHashCodeStrategy strategy)ItemRouteTypesegment(ItemRouteSegmentType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
segment
protected List<ItemRouteSegmentType> segment
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SEGMENT
public static final ItemName F_SEGMENT
-
-
Constructor Detail
-
ItemRouteType
public ItemRouteType()
-
ItemRouteType
public ItemRouteType(ItemRouteType other)
-
-
Method Detail
-
getSegment
public List<ItemRouteSegmentType> getSegment()
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
segment
public ItemRouteType segment(ItemRouteSegmentType value)
-
beginSegment
public ItemRouteSegmentType beginSegment()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public ItemRouteType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-