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 AbstractPlainStructured
- 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_TYPEprotected ObjectDeltaTypedeltastatic ItemNameF_DELTAstatic ItemNameF_NAMEstatic ItemNameF_OBJECTstatic ItemNameF_OBJECT_REFprotected Stringnameprotected javax.xml.bind.JAXBElement<? extends ObjectType>objectprotected ObjectReferenceTypeobjectRef
-
Constructor Summary
Constructors Constructor Description MappingEvaluationSourceContextType()MappingEvaluationSourceContextType(MappingEvaluationSourceContextType other)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
name
protected String name
-
objectRef
protected ObjectReferenceType objectRef
-
object
protected javax.xml.bind.JAXBElement<? extends ObjectType> object
-
delta
protected ObjectDeltaType delta
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_NAME
public static final ItemName F_NAME
-
F_OBJECT_REF
public static final ItemName F_OBJECT_REF
-
F_OBJECT
public static final ItemName F_OBJECT
-
F_DELTA
public static final ItemName F_DELTA
-
-
Constructor Detail
-
MappingEvaluationSourceContextType
public MappingEvaluationSourceContextType()
-
MappingEvaluationSourceContextType
public MappingEvaluationSourceContextType(MappingEvaluationSourceContextType other)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String value)
-
getObjectRef
public ObjectReferenceType getObjectRef()
-
setObjectRef
public void setObjectRef(ObjectReferenceType value)
-
getObject
public javax.xml.bind.JAXBElement<? extends ObjectType> getObject()
-
setObject
public void setObject(javax.xml.bind.JAXBElement<? extends ObjectType> value)
-
getDelta
public ObjectDeltaType getDelta()
-
setDelta
public void setDelta(ObjectDeltaType 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
-
name
public MappingEvaluationSourceContextType name(String value)
-
objectRef
public MappingEvaluationSourceContextType objectRef(ObjectReferenceType value)
-
objectRef
public MappingEvaluationSourceContextType objectRef(String oid, QName type)
-
objectRef
public MappingEvaluationSourceContextType objectRef(String oid, QName type, QName relation)
-
beginObjectRef
public ObjectReferenceType beginObjectRef()
-
object
public MappingEvaluationSourceContextType object(javax.xml.bind.JAXBElement<? extends ObjectType> value)
-
delta
public MappingEvaluationSourceContextType delta(ObjectDeltaType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public MappingEvaluationSourceContextType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-