Class MetadataItemDefinitionType

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

    public class MetadataItemDefinitionType
    extends ItemRefinedDefinitionType
    implements Serializable, Cloneable, Containerable
    Description of the metadata item handling details, such as (TODO)

    Java class for MetadataItemDefinitionType complex type.

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

     <complexType name="MetadataItemDefinitionType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ItemRefinedDefinitionType">
           <sequence>
             <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>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form