Class TracingEnvironmentType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TracingEnvironmentType
    extends Object
    implements Serializable, Cloneable, Containerable
    Description of the environment where the trace was captured. E.g. the deployment information, enclosing task, and so on.

    Java class for TracingEnvironmentType complex type.

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

     <complexType name="TracingEnvironmentType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="deployment" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}DeploymentInformationType" minOccurs="0"/>
             <element name="taskRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="nodeRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form