Class SelectExpressionType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.SelectExpressionType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class SelectExpressionType extends ScriptingExpressionType
Select given item.- 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
protected ItemPathType
path
-
Constructor Summary
Constructors Constructor Description SelectExpressionType()
SelectExpressionType(SelectExpressionType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
SelectExpressionType
clone()
boolean
equals(Object other, StructuredEqualsStrategy strategy)
ItemPathType
getPath()
int
hashCode(StructuredHashCodeStrategy strategy)
SelectExpressionType
path(ItemPathType value)
void
setPath(ItemPathType value)
-
-
-
Field Detail
-
path
protected ItemPathType path
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_PATH
public static final ItemName F_PATH
-
-
Constructor Detail
-
SelectExpressionType
public SelectExpressionType()
-
SelectExpressionType
public SelectExpressionType(SelectExpressionType other)
-
-
Method Detail
-
getPath
public ItemPathType getPath()
-
setPath
public void setPath(ItemPathType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classScriptingExpressionType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classScriptingExpressionType
-
path
public SelectExpressionType path(ItemPathType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classScriptingExpressionType
-
clone
public SelectExpressionType clone()
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classScriptingExpressionType
-
-