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 AbstractPlainStructured
TODO ... EXPERIMENTAL- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_MAPPINGstatic ItemNameF_OPTIONSstatic ItemNameF_SOURCE_CONTEXTstatic ItemNameF_TARGET_CONTEXTstatic ItemNameF_VARIABLEprotected MappingTypemappingprotected List<MappingEvaluationOptionsType>optionsprotected MappingEvaluationSourceContextTypesourceContextprotected QNametargetContextprotected List<MappingEvaluationVariableType>variable
-
Constructor Summary
Constructors Constructor Description MappingEvaluationRequestType()MappingEvaluationRequestType(MappingEvaluationRequestType other)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
sourceContext
protected MappingEvaluationSourceContextType sourceContext
-
targetContext
protected QName targetContext
-
variable
protected List<MappingEvaluationVariableType> variable
-
options
protected List<MappingEvaluationOptionsType> options
-
mapping
protected MappingType mapping
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SOURCE_CONTEXT
public static final ItemName F_SOURCE_CONTEXT
-
F_TARGET_CONTEXT
public static final ItemName F_TARGET_CONTEXT
-
F_VARIABLE
public static final ItemName F_VARIABLE
-
F_OPTIONS
public static final ItemName F_OPTIONS
-
F_MAPPING
public static final ItemName F_MAPPING
-
-
Constructor Detail
-
MappingEvaluationRequestType
public MappingEvaluationRequestType()
-
MappingEvaluationRequestType
public MappingEvaluationRequestType(MappingEvaluationRequestType other)
-
-
Method Detail
-
getSourceContext
public MappingEvaluationSourceContextType getSourceContext()
-
setSourceContext
public void setSourceContext(MappingEvaluationSourceContextType value)
-
getTargetContext
public QName getTargetContext()
-
setTargetContext
public void setTargetContext(QName value)
-
getVariable
public List<MappingEvaluationVariableType> getVariable()
-
getOptions
public List<MappingEvaluationOptionsType> getOptions()
-
getMapping
public MappingType getMapping()
-
setMapping
public void setMapping(MappingType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
sourceContext
public MappingEvaluationRequestType sourceContext(MappingEvaluationSourceContextType value)
-
beginSourceContext
public MappingEvaluationSourceContextType beginSourceContext()
-
targetContext
public MappingEvaluationRequestType targetContext(QName value)
-
variable
public MappingEvaluationRequestType variable(MappingEvaluationVariableType value)
-
beginVariable
public MappingEvaluationVariableType beginVariable()
-
options
public MappingEvaluationRequestType options(MappingEvaluationOptionsType value)
-
beginOptions
public MappingEvaluationOptionsType beginOptions()
-
mapping
public MappingEvaluationRequestType mapping(MappingType value)
-
beginMapping
public MappingType beginMapping()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public MappingEvaluationRequestType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-