Class MetadataProcessingItemApplicabilitySpecificationType

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

    public class MetadataProcessingItemApplicabilitySpecificationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Selection of items to include/exclude when applying given metadata processing.

    Java class for MetadataProcessingItemApplicabilitySpecificationType complex type.

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

     <complexType name="MetadataProcessingItemApplicabilitySpecificationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="path" type="{http://prism.evolveum.com/xml/ns/public/types-3}ItemPathType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form