Class MetadataHandlingType

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

    public class MetadataHandlingType
    extends Object
    implements Serializable, Cloneable, Containerable
    Defines handling of a metadata items. (TODO choose better name for this type.)

    Java class for MetadataHandlingType complex type.

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

     <complexType name="MetadataHandlingType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="item" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataItemDefinitionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="mapping" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataMappingType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="applicability" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MetadataProcessingApplicabilitySpecificationType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form