Class TracingOutputType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TracingOutputType
    extends Object
    implements Serializable, Cloneable, Containerable
    Output of the tracing.

    Java class for TracingOutputType complex type.

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

     <complexType name="TracingOutputType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="metadata" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingOutputMetadataType" minOccurs="0"/>
             <element name="environment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingEnvironmentType" minOccurs="0"/>
             <element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}OperationResultType" minOccurs="0"/>
             <element name="dictionary" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TraceDictionaryType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form