Class TracingConfigurationType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TracingConfigurationType
    extends Object
    implements Serializable, Cloneable, Containerable
    Tracing configuration, including profiles to be selected from.

    Java class for TracingConfigurationType complex type.

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

     <complexType name="TracingConfigurationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="profile" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingProfileType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form