Class VariableBindingDefinitionType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.VariableBindingDefinitionType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class VariableBindingDefinitionType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Definition of variable which is bound to the property. This is used
for mapping sources and targets or similar definitions that can work
on properties of objects. It is designed to handle relativistic behavior.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringstatic final QNameprotected Stringprotected Stringstatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected QNameprotected ItemPathTypeprotected ValueSetDefinitionTypeprotected QName -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) assignmentSubtype(String value) beginSet()clone()description(String value) documentation(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) getName()getPath()getSet()getType()inthashCode(StructuredHashCodeStrategy strategy) path(ItemPathType value) set(ValueSetDefinitionType value) voidsetAssignmentSubtype(String value) voidsetDescription(String value) voidsetDocumentation(String value) voidvoidsetPath(ItemPathType value) voidsetSet(ValueSetDefinitionType value) voidMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
description
-
documentation
-
path
-
assignmentSubtype
-
set
-
type
-
COMPLEX_TYPE
-
F_NAME
-
F_DESCRIPTION
-
F_DOCUMENTATION
-
F_PATH
-
F_ASSIGNMENT_SUBTYPE
-
F_SET
-
F_TYPE
-
-
Constructor Details
-
VariableBindingDefinitionType
public VariableBindingDefinitionType() -
VariableBindingDefinitionType
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDocumentation
-
setDocumentation
-
getPath
-
setPath
-
getAssignmentSubtype
-
setAssignmentSubtype
-
getSet
-
setSet
-
getType
-
setType
-
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
-
assignmentSubtype
-
set
-
beginSet
-
type
-
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
-