Class MappingEvaluationRequestType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.MappingEvaluationRequestType
-
- All Implemented Interfaces:
JaxbVisitable
,Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.Equals
,org.jvnet.jaxb2_commons.lang.HashCode
public class MappingEvaluationRequestType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
TODO ... EXPERIMENTALJava 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>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_MAPPING
static ItemName
F_OPTIONS
static ItemName
F_SOURCE_CONTEXT
static ItemName
F_TARGET_CONTEXT
static ItemName
F_VARIABLE
protected MappingType
mapping
protected List<MappingEvaluationOptionsType>
options
protected MappingEvaluationSourceContextType
sourceContext
protected QName
targetContext
protected List<MappingEvaluationVariableType>
variable
-
Constructor Summary
Constructors Constructor Description MappingEvaluationRequestType()
Creates a newMappingEvaluationRequestType
instance.MappingEvaluationRequestType(MappingEvaluationRequestType o)
Creates a newMappingEvaluationRequestType
instance by deeply copying a givenMappingEvaluationRequestType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
MappingType
beginMapping()
MappingEvaluationOptionsType
beginOptions()
MappingEvaluationSourceContextType
beginSourceContext()
MappingEvaluationVariableType
beginVariable()
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)
MappingEvaluationRequestType
mapping(MappingType value)
MappingEvaluationRequestType
options(MappingEvaluationOptionsType value)
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.MappingEvaluationRequestType
sourceContext(MappingEvaluationSourceContextType value)
MappingEvaluationRequestType
targetContext(QName value)
String
toString()
Generates a String representation of the contents of this type.MappingEvaluationRequestType
variable(MappingEvaluationVariableType value)
-
-
-
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()
Creates a newMappingEvaluationRequestType
instance.
-
MappingEvaluationRequestType
public MappingEvaluationRequestType(MappingEvaluationRequestType o)
Creates a newMappingEvaluationRequestType
instance by deeply copying a givenMappingEvaluationRequestType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getSourceContext
public MappingEvaluationSourceContextType getSourceContext()
Gets the value of the sourceContext property.- Returns:
- possible object is
MappingEvaluationSourceContextType
-
setSourceContext
public void setSourceContext(MappingEvaluationSourceContextType value)
Sets the value of the sourceContext property.- Parameters:
value
- allowed object isMappingEvaluationSourceContextType
-
getTargetContext
public QName getTargetContext()
Gets the value of the targetContext property.- Returns:
- possible object is
QName
-
setTargetContext
public void setTargetContext(QName value)
Sets the value of the targetContext property.- Parameters:
value
- allowed object isQName
-
getVariable
public List<MappingEvaluationVariableType> getVariable()
Gets the value of the variable property.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
-
getOptions
public List<MappingEvaluationOptionsType> getOptions()
Gets the value of the options property.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
-
getMapping
public MappingType getMapping()
Gets the value of the mapping property.- Returns:
- possible object is
MappingType
-
setMapping
public void setMapping(MappingType value)
Sets the value of the mapping property.- Parameters:
value
- allowed object isMappingType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public 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)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
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:
accept
in interfaceJaxbVisitable
-
clone
public MappingEvaluationRequestType clone()
Creates and returns a deep copy of this object.
-
-