Class MappingEvaluationSourceContextType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.MappingEvaluationSourceContextType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class MappingEvaluationSourceContextType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
- 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 ObjectDeltaTypestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected Stringprotected jakarta.xml.bind.JAXBElement<? extends ObjectType>protected ObjectReferenceType -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()delta(ObjectDeltaType value) booleanequals(Object other, StructuredEqualsStrategy strategy) getDelta()getName()jakarta.xml.bind.JAXBElement<? extends ObjectType>inthashCode(StructuredHashCodeStrategy strategy) object(jakarta.xml.bind.JAXBElement<? extends ObjectType> value) objectRef(ObjectReferenceType value) voidsetDelta(ObjectDeltaType value) voidvoidsetObject(jakarta.xml.bind.JAXBElement<? extends ObjectType> value) voidsetObjectRef(ObjectReferenceType value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
name
-
objectRef
-
object
-
delta
-
COMPLEX_TYPE
-
F_NAME
-
F_OBJECT_REF
-
F_OBJECT
-
F_DELTA
-
-
Constructor Details
-
MappingEvaluationSourceContextType
public MappingEvaluationSourceContextType() -
MappingEvaluationSourceContextType
-
-
Method Details
-
getName
-
setName
-
getObjectRef
-
setObjectRef
-
getObject
-
setObject
-
getDelta
-
setDelta
-
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
-
objectRef
-
objectRef
-
objectRef
-
beginObjectRef
-
object
public MappingEvaluationSourceContextType object(jakarta.xml.bind.JAXBElement<? extends ObjectType> value) -
delta
-
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
-