Class MappingSpecificationType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class MappingSpecificationType
    extends Object
    implements Serializable, Cloneable, Containerable
    See Axiom.

    Java class for MappingSpecificationType complex type.

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

     <complexType name="MappingSpecificationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="assignmentId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="definitionObjectRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="mappingName" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form