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
Select given item.
- 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()booleanequals(Object other, StructuredEqualsStrategy strategy) getPath()inthashCode(StructuredHashCodeStrategy strategy) path(ItemPathType value) voidsetPath(ItemPathType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
path
-
COMPLEX_TYPE
-
F_PATH
-
-
Constructor Details
-
SelectExpressionType
public SelectExpressionType() -
SelectExpressionType
-
-
Method Details
-
getPath
-
setPath
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classScriptingExpressionType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classScriptingExpressionType
-
path
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classScriptingExpressionType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classScriptingExpressionType
-