Class MappingType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable
    Direct Known Subclasses:
    AutoassignMappingType, ObjectTemplateMappingType

    public class MappingType
    extends AbstractMappingType
    implements Serializable, Cloneable, Containerable
    Specialization of abstract mapping for regular data mappings.

    Java class for MappingType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="MappingType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractMappingType">
           <sequence>
             <element name="metadataMapping" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataMappingType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="ignoreMetadataProcessing" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form