Class ExpressionVariableDefinitionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.ExpressionVariableDefinitionType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class ExpressionVariableDefinitionType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Definition of a variable. This type declares a variable name
and defines the initial content of the variable.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameprotected Stringprotected Stringstatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected QNameprotected ObjectReferenceTypeprotected ItemPathTypeprotected Object -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()description(String value) documentation(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) getName()getPath()getValue()inthashCode(StructuredHashCodeStrategy strategy) objectRef(ObjectReferenceType value) path(ItemPathType value) voidsetDescription(String value) voidsetDocumentation(String value) voidvoidsetObjectRef(ObjectReferenceType value) voidsetPath(ItemPathType value) voidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
description
-
documentation
-
path
-
objectRef
-
value
-
COMPLEX_TYPE
-
F_NAME
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_PATH
-
F_OBJECT_REF
-
F_VALUE
-
-
Constructor Details
-
ExpressionVariableDefinitionType
public ExpressionVariableDefinitionType() -
ExpressionVariableDefinitionType
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getPath
-
setPath
-
getObjectRef
-
setObjectRef
-
getValue
-
setValue
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
name
-
description
-
documentation
-
path
-
objectRef
-
objectRef
-
objectRef
-
beginObjectRef
-
value
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-