public class MappingEvaluationSourceContextType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for MappingEvaluationSourceContextType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappingEvaluationSourceContextType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice>
<element name="objectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
<element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}object"/>
</choice>
<element name="delta" type="{http://prism.evolveum.com/xml/ns/public/types-3}ObjectDeltaType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
protected com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType |
delta |
static QName |
F_DELTA |
static QName |
F_NAME |
static QName |
F_OBJECT |
static QName |
F_OBJECT_REF |
protected String |
name |
protected JAXBElement<? extends ObjectType> |
object |
protected ObjectReferenceType |
objectRef |
| Constructor and Description |
|---|
MappingEvaluationSourceContextType()
Creates a new
MappingEvaluationSourceContextType instance. |
MappingEvaluationSourceContextType(MappingEvaluationSourceContextType o)
Creates a new
MappingEvaluationSourceContextType instance by deeply copying a given MappingEvaluationSourceContextType instance. |
| Modifier and Type | Method and Description |
|---|---|
MappingEvaluationSourceContextType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType |
getDelta()
Gets the value of the delta property.
|
String |
getName()
Gets the value of the name property.
|
JAXBElement<? extends ObjectType> |
getObject()
Gets the value of the object property.
|
ObjectReferenceType |
getObjectRef()
Gets the value of the objectRef property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDelta(com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType value)
Sets the value of the delta property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setObject(JAXBElement<? extends ObjectType> value)
Sets the value of the object property.
|
void |
setObjectRef(ObjectReferenceType value)
Sets the value of the objectRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String name
protected ObjectReferenceType objectRef
protected JAXBElement<? extends ObjectType> object
protected com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType delta
public static final QName COMPLEX_TYPE
public static final QName F_NAME
public static final QName F_OBJECT_REF
public static final QName F_OBJECT
public static final QName F_DELTA
public MappingEvaluationSourceContextType()
MappingEvaluationSourceContextType instance.public MappingEvaluationSourceContextType(MappingEvaluationSourceContextType o)
MappingEvaluationSourceContextType instance by deeply copying a given MappingEvaluationSourceContextType instance.o - The instance to copy.NullPointerException - if o is null.public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ObjectReferenceType getObjectRef()
ObjectReferenceTypepublic void setObjectRef(ObjectReferenceType value)
value - allowed object is
ObjectReferenceTypepublic JAXBElement<? extends ObjectType> getObject()
JAXBElement<TaskType>
JAXBElement<LookupTableType>
JAXBElement<RoleType>
JAXBElement<ObjectType>
JAXBElement<OrgType>
JAXBElement<AccessCertificationDefinitionForReportType>
JAXBElement<ObjectTemplateType>
JAXBElement<ConnectorType>
JAXBElement<NodeType>
JAXBElement<ObjectTemplateType>
JAXBElement<ReportType>
JAXBElement<AccessCertificationCampaignType>
JAXBElement<GenericObjectType>
JAXBElement<ValuePolicyType>
JAXBElement<ShadowType>
JAXBElement<ResourceType>
JAXBElement<SecurityPolicyType>
JAXBElement<AccessCertificationDefinitionType>
JAXBElement<ConnectorHostType>
JAXBElement<UserType>
JAXBElement<ServiceType>
JAXBElement<ShadowType>public void setObject(JAXBElement<? extends ObjectType> value)
value - allowed object is
JAXBElement<TaskType>
JAXBElement<LookupTableType>
JAXBElement<RoleType>
JAXBElement<ObjectType>
JAXBElement<OrgType>
JAXBElement<AccessCertificationDefinitionForReportType>
JAXBElement<ObjectTemplateType>
JAXBElement<ConnectorType>
JAXBElement<NodeType>
JAXBElement<ObjectTemplateType>
JAXBElement<ReportType>
JAXBElement<AccessCertificationCampaignType>
JAXBElement<GenericObjectType>
JAXBElement<ValuePolicyType>
JAXBElement<ShadowType>
JAXBElement<ResourceType>
JAXBElement<SecurityPolicyType>
JAXBElement<AccessCertificationDefinitionType>
JAXBElement<ConnectorHostType>
JAXBElement<UserType>
JAXBElement<ServiceType>
JAXBElement<ShadowType>public com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType getDelta()
ObjectDeltaTypepublic void setDelta(com.evolveum.prism.xml.ns._public.types_3.ObjectDeltaType value)
value - allowed object is
ObjectDeltaTypepublic String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic MappingEvaluationSourceContextType clone()
Copyright © 2016 Evolveum. All rights reserved.