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 com.evolveum.midpoint.prism.impl.binding.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 QName
COMPLEX_TYPE
static ItemName
F_SEGMENT
protected 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 void
accept(JaxbVisitor visitor)
ItemRouteSegmentType
beginSegment()
ItemRouteType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
List<ItemRouteSegmentType>
getSegment()
int
hashCode(StructuredHashCodeStrategy strategy)
ItemRouteType
segment(ItemRouteSegmentType value)
-
-
-
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:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
segment
public ItemRouteType segment(ItemRouteSegmentType value)
-
beginSegment
public ItemRouteSegmentType beginSegment()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public ItemRouteType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-