Class TracingProfileType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class TracingProfileType
    extends Object
    implements Serializable, Cloneable, Containerable
    Describes how the tracing is to be done.

    Java class for TracingProfileType complex type.

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

     <complexType name="TracingProfileType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="ref" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="fileNamePattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="objectNamePattern" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="createTraceFile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="createRepoObject" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="compressOutput" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="hideDeploymentInformation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="collectLogEntries" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="loggingOverride" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}LoggingOverrideType" minOccurs="0"/>
             <element name="recordObjectsFound" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="recordObjectReferencesFound" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="tracingTypeProfile" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TracingTypeProfileType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form