Class TracingOutputType

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

    public class TracingOutputType
    extends Object
    implements Serializable, Cloneable, Containerable
    Output of the tracing. <p>Java class for TracingOutputType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="TracingOutputType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingOutputMetadataType" minOccurs="0"/&gt; &lt;element name="environment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingEnvironmentType" minOccurs="0"/&gt; &lt;element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType" minOccurs="0"/&gt; &lt;element name="dictionary" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceDictionaryType" 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