Class ScriptingVariableDefinitionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingVariableDefinitionType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ScriptingVariableDefinitionType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Definition of a scripting variable.
Expression types other than path-based ones are to be considered EXPERIMENTAL.
- 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()
description
(String value) boolean
equals
(Object other, StructuredEqualsStrategy strategy) expression
(ExpressionType value) getName()
getType()
int
hashCode
(StructuredHashCodeStrategy strategy) void
setDescription
(String value) void
setExpression
(ExpressionType value) void
setMaxOccurs
(String value) void
void
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
description
-
type
-
maxOccurs
-
expression
-
COMPLEX_TYPE
-
F_NAME
-
F_DESCRIPTION
-
F_TYPE
-
F_MAX_OCCURS
-
F_EXPRESSION
-
-
Constructor Details
-
ScriptingVariableDefinitionType
public ScriptingVariableDefinitionType() -
ScriptingVariableDefinitionType
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getType
-
setType
-
getMaxOccurs
-
setMaxOccurs
-
getExpression
-
setExpression
-
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
-
description
-
type
-
maxOccurs
-
expression
-
beginExpression
-
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
-