Class ItemRouteSegmentType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ItemRouteSegmentType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ItemRouteSegmentType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
A segment of ItemRouteType. HIGHLY EXPERIMENTAL.- 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_PATH
static ItemName
F_SELECTOR
protected ItemPathType
path
protected SearchFilterType
selector
-
Constructor Summary
Constructors Constructor Description ItemRouteSegmentType()
ItemRouteSegmentType(ItemRouteSegmentType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ItemRouteSegmentType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
ItemPathType
getPath()
SearchFilterType
getSelector()
int
hashCode(StructuredHashCodeStrategy strategy)
ItemRouteSegmentType
path(ItemPathType value)
ItemRouteSegmentType
selector(SearchFilterType value)
void
setPath(ItemPathType value)
void
setSelector(SearchFilterType value)
-
-
-
Field Detail
-
path
protected ItemPathType path
-
selector
protected SearchFilterType selector
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_PATH
public static final ItemName F_PATH
-
F_SELECTOR
public static final ItemName F_SELECTOR
-
-
Constructor Detail
-
ItemRouteSegmentType
public ItemRouteSegmentType()
-
ItemRouteSegmentType
public ItemRouteSegmentType(ItemRouteSegmentType other)
-
-
Method Detail
-
getPath
public ItemPathType getPath()
-
setPath
public void setPath(ItemPathType value)
-
getSelector
public SearchFilterType getSelector()
-
setSelector
public void setSelector(SearchFilterType value)
-
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
-
path
public ItemRouteSegmentType path(ItemPathType value)
-
selector
public ItemRouteSegmentType selector(SearchFilterType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public ItemRouteSegmentType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-