Class 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 ... EXPERIMENTAL

    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>
     
    See Also:
    Serialized Form