Class TracingOutputMetadataType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TracingOutputMetadataType
    extends Object
    implements Serializable, Cloneable, Containerable
    Metadata e.g. time of creation, etc.

    Java class for TracingOutputMetadataType complex type.

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

     <complexType name="TracingOutputMetadataType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="createTimestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="creatorRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="profile" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingProfileType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form