Class ValueMetadataType

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

    public class ValueMetadataType
    extends Object
    implements Serializable, Cloneable, Containerable
    The value metadata. <p>Java class for ValueMetadataType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ValueMetadataType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}extension" minOccurs="0"/&gt; &lt;element name="storage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StorageMetadataType" minOccurs="0"/&gt; &lt;element name="process" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProcessMetadataType" minOccurs="0"/&gt; &lt;element name="provisioning" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvisioningMetadataType" minOccurs="0"/&gt; &lt;element name="transformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TransformationMetadataType" minOccurs="0"/&gt; &lt;element name="provenance" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvenanceMetadataType" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form