com.evolveum.midpoint.xml.ns._public.common.common_1
Class AppenderConfigurationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FileAppenderConfigurationType

public class AppenderConfigurationType
extends java.lang.Object
implements java.io.Serializable

Configuration of the logger: the facility that collects log messages from the code. TODO

Java class for AppenderConfigurationType complex type.

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

 <complexType name="AppenderConfigurationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
       <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
protected  java.lang.String pattern
           
 
Constructor Summary
AppenderConfigurationType()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getPattern()
          Gets the value of the pattern property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setPattern(java.lang.String value)
          Sets the value of the pattern property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pattern

protected java.lang.String pattern

name

protected java.lang.String name
Constructor Detail

AppenderConfigurationType

public AppenderConfigurationType()
Method Detail

getPattern

public java.lang.String getPattern()
Gets the value of the pattern property.

Returns:
possible object is String

setPattern

public void setPattern(java.lang.String value)
Sets the value of the pattern property.

Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2011 evolveum. All Rights Reserved.