Class ProvenanceMetadataType

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

    public class ProvenanceMetadataType
    extends Object
    implements Serializable, Cloneable, Containerable
    Provenance metadata provide high-level information about origin of the value. It specifies system, process, partner or organization that was used to obtain the data. This is a high-level information without excessive details, designed for long-term storage with the data.

    Java class for ProvenanceMetadataType complex type.

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

     <complexType name="ProvenanceMetadataType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="acquisition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvenanceAcquisitionType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="mappingSpec" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}MappingSpecificationType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form