Class MappingEvaluationRequestType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.MappingEvaluationRequestType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class MappingEvaluationRequestType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
TODO ... EXPERIMENTAL
- 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 QNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected MappingTypeprotected List<MappingEvaluationOptionsType>protected MappingEvaluationSourceContextTypeprotected QNameprotected List<MappingEvaluationVariableType> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) inthashCode(StructuredHashCodeStrategy strategy) mapping(MappingType value) voidsetMapping(MappingType value) voidvoidsetTargetContext(QName value) targetContext(QName value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
sourceContext
-
targetContext
-
variable
-
options
-
mapping
-
COMPLEX_TYPE
-
F_SOURCE_CONTEXT
-
F_TARGET_CONTEXT
-
F_VARIABLE
-
F_OPTIONS
-
F_MAPPING
-
-
Constructor Details
-
MappingEvaluationRequestType
public MappingEvaluationRequestType() -
MappingEvaluationRequestType
-
-
Method Details
-
getSourceContext
-
setSourceContext
-
getTargetContext
-
setTargetContext
-
getVariable
-
getOptions
-
getMapping
-
setMapping
-
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
-
sourceContext
-
beginSourceContext
-
targetContext
-
variable
-
beginVariable
-
options
-
beginOptions
-
mapping
-
beginMapping
-
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
-