com.evolveum.midpoint.xml.ns._public.common.common_2a
Class LoggingConfigurationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.LoggingConfigurationType
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class LoggingConfigurationType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

Configuration of logging levels, categories, log files, etc.

Java class for LoggingConfigurationType complex type.

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

 <complexType name="LoggingConfigurationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="subSystemLogger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}SubSystemLoggerConfigurationType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="classLogger" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}ClassLoggerConfigurationType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="appender" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}AppenderConfigurationType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="rootLoggerAppender" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="rootLoggerLevel" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}LoggingLevelType"/>
         <element name="auditing" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}AuditingConfigurationType" minOccurs="0"/>
         <element name="advanced" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}AdvancedLoggingConfigurationType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AdvancedLoggingConfigurationType advanced
           
protected  java.util.List<AppenderConfigurationType> appender
           
protected  AuditingConfigurationType auditing
           
protected  java.util.List<ClassLoggerConfigurationType> classLogger
           
static javax.xml.namespace.QName COMPLEX_TYPE
           
static javax.xml.namespace.QName F_ADVANCED
           
static javax.xml.namespace.QName F_APPENDER
           
static javax.xml.namespace.QName F_AUDITING
           
static javax.xml.namespace.QName F_CLASS_LOGGER
           
static javax.xml.namespace.QName F_ROOT_LOGGER_APPENDER
           
static javax.xml.namespace.QName F_ROOT_LOGGER_LEVEL
           
static javax.xml.namespace.QName F_SUB_SYSTEM_LOGGER
           
protected  java.lang.String rootLoggerAppender
           
protected  LoggingLevelType rootLoggerLevel
           
protected  java.util.List<SubSystemLoggerConfigurationType> subSystemLogger
           
 
Constructor Summary
LoggingConfigurationType()
          Creates a new LoggingConfigurationType instance.
LoggingConfigurationType(LoggingConfigurationType o)
          Creates a new LoggingConfigurationType instance by deeply copying a given LoggingConfigurationType instance.
 
Method Summary
 LoggingConfigurationType clone()
          Creates and returns a deep copy of this object.
 boolean equals(java.lang.Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 AdvancedLoggingConfigurationType getAdvanced()
          Gets the value of the advanced property.
 java.util.List<AppenderConfigurationType> getAppender()
          Gets the value of the appender property.
 AuditingConfigurationType getAuditing()
          Gets the value of the auditing property.
 java.util.List<ClassLoggerConfigurationType> getClassLogger()
          Gets the value of the classLogger property.
 java.lang.String getRootLoggerAppender()
          Gets the value of the rootLoggerAppender property.
 LoggingLevelType getRootLoggerLevel()
          Gets the value of the rootLoggerLevel property.
 java.util.List<SubSystemLoggerConfigurationType> getSubSystemLogger()
          Gets the value of the subSystemLogger property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setAdvanced(AdvancedLoggingConfigurationType value)
          Sets the value of the advanced property.
 void setAuditing(AuditingConfigurationType value)
          Sets the value of the auditing property.
 void setRootLoggerAppender(java.lang.String value)
          Sets the value of the rootLoggerAppender property.
 void setRootLoggerLevel(LoggingLevelType value)
          Sets the value of the rootLoggerLevel property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

subSystemLogger

protected java.util.List<SubSystemLoggerConfigurationType> subSystemLogger

classLogger

protected java.util.List<ClassLoggerConfigurationType> classLogger

appender

protected java.util.List<AppenderConfigurationType> appender

rootLoggerAppender

protected java.lang.String rootLoggerAppender

rootLoggerLevel

protected LoggingLevelType rootLoggerLevel

auditing

protected AuditingConfigurationType auditing

advanced

protected AdvancedLoggingConfigurationType advanced

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_SUB_SYSTEM_LOGGER

public static final javax.xml.namespace.QName F_SUB_SYSTEM_LOGGER

F_CLASS_LOGGER

public static final javax.xml.namespace.QName F_CLASS_LOGGER

F_APPENDER

public static final javax.xml.namespace.QName F_APPENDER

F_ROOT_LOGGER_APPENDER

public static final javax.xml.namespace.QName F_ROOT_LOGGER_APPENDER

F_ROOT_LOGGER_LEVEL

public static final javax.xml.namespace.QName F_ROOT_LOGGER_LEVEL

F_AUDITING

public static final javax.xml.namespace.QName F_AUDITING

F_ADVANCED

public static final javax.xml.namespace.QName F_ADVANCED
Constructor Detail

LoggingConfigurationType

public LoggingConfigurationType()
Creates a new LoggingConfigurationType instance.


LoggingConfigurationType

public LoggingConfigurationType(LoggingConfigurationType o)
Creates a new LoggingConfigurationType instance by deeply copying a given LoggingConfigurationType instance.

Parameters:
o - The instance to copy.
Throws:
java.lang.NullPointerException - if o is null.
Method Detail

getSubSystemLogger

public java.util.List<SubSystemLoggerConfigurationType> getSubSystemLogger()
Gets the value of the subSystemLogger property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subSystemLogger property.

For example, to add a new item, do as follows:

    getSubSystemLogger().add(newItem);
 

Objects of the following type(s) are allowed in the list SubSystemLoggerConfigurationType


getClassLogger

public java.util.List<ClassLoggerConfigurationType> getClassLogger()
Gets the value of the classLogger property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the classLogger property.

For example, to add a new item, do as follows:

    getClassLogger().add(newItem);
 

Objects of the following type(s) are allowed in the list ClassLoggerConfigurationType


getAppender

public java.util.List<AppenderConfigurationType> getAppender()
Gets the value of the appender property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the appender property.

For example, to add a new item, do as follows:

    getAppender().add(newItem);
 

Objects of the following type(s) are allowed in the list AppenderConfigurationType


getRootLoggerAppender

public java.lang.String getRootLoggerAppender()
Gets the value of the rootLoggerAppender property.

Returns:
possible object is String

setRootLoggerAppender

public void setRootLoggerAppender(java.lang.String value)
Sets the value of the rootLoggerAppender property.

Parameters:
value - allowed object is String

getRootLoggerLevel

public LoggingLevelType getRootLoggerLevel()
Gets the value of the rootLoggerLevel property.

Returns:
possible object is LoggingLevelType

setRootLoggerLevel

public void setRootLoggerLevel(LoggingLevelType value)
Sets the value of the rootLoggerLevel property.

Parameters:
value - allowed object is LoggingLevelType

getAuditing

public AuditingConfigurationType getAuditing()
Gets the value of the auditing property.

Returns:
possible object is AuditingConfigurationType

setAuditing

public void setAuditing(AuditingConfigurationType value)
Sets the value of the auditing property.

Parameters:
value - allowed object is AuditingConfigurationType

getAdvanced

public AdvancedLoggingConfigurationType getAdvanced()
Gets the value of the advanced property.

Returns:
possible object is AdvancedLoggingConfigurationType

setAdvanced

public void setAdvanced(AdvancedLoggingConfigurationType value)
Sets the value of the advanced property.

Parameters:
value - allowed object is AdvancedLoggingConfigurationType

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      java.lang.Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

clone

public LoggingConfigurationType clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class java.lang.Object
Returns:
A deep copy of this object.


Copyright © 2012 evolveum. All Rights Reserved.