Class TracingTypeProfileType

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

    public class TracingTypeProfileType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes how the tracing of specific type is to be done.

    Java class for TracingTypeProfileType complex type.

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

     <complexType name="TracingTypeProfileType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="operationType" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
             <element name="level" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingLevelType" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form