public class MappingEvaluationRequestType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for MappingEvaluationRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MappingEvaluationRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sourceContext" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingEvaluationSourceContextType" minOccurs="0"/>
<element name="targetContext" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/>
<element name="variable" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingEvaluationVariableType" maxOccurs="unbounded" minOccurs="0"/>
<element name="options" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingEvaluationOptionsType" maxOccurs="unbounded" minOccurs="0"/>
<element name="mapping" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
static QName |
COMPLEX_TYPE |
static QName |
F_MAPPING |
static QName |
F_OPTIONS |
static QName |
F_SOURCE_CONTEXT |
static QName |
F_TARGET_CONTEXT |
static QName |
F_VARIABLE |
protected MappingType |
mapping |
protected List<MappingEvaluationOptionsType> |
options |
protected MappingEvaluationSourceContextType |
sourceContext |
protected QName |
targetContext |
protected List<MappingEvaluationVariableType> |
variable |
| Constructor and Description |
|---|
MappingEvaluationRequestType()
Creates a new
MappingEvaluationRequestType instance. |
MappingEvaluationRequestType(MappingEvaluationRequestType o)
Creates a new
MappingEvaluationRequestType instance by deeply copying a given MappingEvaluationRequestType instance. |
| Modifier and Type | Method and Description |
|---|---|
MappingEvaluationRequestType |
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) |
MappingType |
getMapping()
Gets the value of the mapping property.
|
List<MappingEvaluationOptionsType> |
getOptions()
Gets the value of the options property.
|
MappingEvaluationSourceContextType |
getSourceContext()
Gets the value of the sourceContext property.
|
QName |
getTargetContext()
Gets the value of the targetContext property.
|
List<MappingEvaluationVariableType> |
getVariable()
Gets the value of the variable property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setMapping(MappingType value)
Sets the value of the mapping property.
|
void |
setSourceContext(MappingEvaluationSourceContextType value)
Sets the value of the sourceContext property.
|
void |
setTargetContext(QName value)
Sets the value of the targetContext property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected MappingEvaluationSourceContextType sourceContext
protected QName targetContext
protected List<MappingEvaluationVariableType> variable
protected List<MappingEvaluationOptionsType> options
protected MappingType mapping
public static final QName COMPLEX_TYPE
public static final QName F_SOURCE_CONTEXT
public static final QName F_TARGET_CONTEXT
public static final QName F_VARIABLE
public static final QName F_OPTIONS
public static final QName F_MAPPING
public MappingEvaluationRequestType()
MappingEvaluationRequestType instance.public MappingEvaluationRequestType(MappingEvaluationRequestType o)
MappingEvaluationRequestType instance by deeply copying a given MappingEvaluationRequestType instance.o - The instance to copy.NullPointerException - if o is null.public MappingEvaluationSourceContextType getSourceContext()
MappingEvaluationSourceContextTypepublic void setSourceContext(MappingEvaluationSourceContextType value)
value - allowed object is
MappingEvaluationSourceContextTypepublic QName getTargetContext()
QNamepublic void setTargetContext(QName value)
value - allowed object is
QNamepublic List<MappingEvaluationVariableType> getVariable()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the variable property.
For example, to add a new item, do as follows:
getVariable().add(newItem);
Objects of the following type(s) are allowed in the list
MappingEvaluationVariableType
public List<MappingEvaluationOptionsType> getOptions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the options property.
For example, to add a new item, do as follows:
getOptions().add(newItem);
Objects of the following type(s) are allowed in the list
MappingEvaluationOptionsType
public MappingType getMapping()
MappingTypepublic void setMapping(MappingType value)
value - allowed object is
MappingTypepublic 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 MappingEvaluationRequestType clone()
Copyright © 2016 Evolveum. All rights reserved.