Class ValueMetadataType

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

    public class ValueMetadataType
    extends Object
    implements Serializable, Cloneable, Containerable
    The value metadata.

    Java class for ValueMetadataType complex type.

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

     <complexType name="ValueMetadataType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}extension" minOccurs="0"/>
             <element name="storage" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}StorageMetadataType" minOccurs="0"/>
             <element name="process" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProcessMetadataType" minOccurs="0"/>
             <element name="provisioning" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvisioningMetadataType" minOccurs="0"/>
             <element name="transformation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TransformationMetadataType" minOccurs="0"/>
             <element name="provenance" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ProvenanceMetadataType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form