Class ActionParameterValueType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.model.scripting_3.ActionParameterValueType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ActionParameterValueType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Value of a parameter for an action.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
boolean
equals
(Object other, StructuredEqualsStrategy strategy) getName()
jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType>
getValue()
int
hashCode
(StructuredHashCodeStrategy strategy) scriptingExpression
(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) void
void
setScriptingExpression
(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) void
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
value
-
scriptingExpression
-
COMPLEX_TYPE
-
F_NAME
-
F_VALUE
-
F_SCRIPTING_EXPRESSION
-
-
Constructor Details
-
ActionParameterValueType
public ActionParameterValueType() -
ActionParameterValueType
-
-
Method Details
-
getName
-
setName
-
getValue
-
setValue
-
getScriptingExpression
-
setScriptingExpression
public void setScriptingExpression(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) -
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
name
-
value
-
scriptingExpression
public ActionParameterValueType scriptingExpression(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) -
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-