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

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

public class DailyRollingFileAppenderConfigurationType
extends FileAppenderConfigurationType
implements java.io.Serializable

Java class for DailyRollingFileAppenderConfigurationType complex type.

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

 <complexType name="DailyRollingFileAppenderConfigurationType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}FileAppenderConfigurationType">
       <sequence>
         <element name="datePattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String datePattern
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.FileAppenderConfigurationType
append, filePath
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
name, pattern
 
Constructor Summary
DailyRollingFileAppenderConfigurationType()
           
 
Method Summary
 java.lang.String getDatePattern()
          Gets the value of the datePattern property.
 void setDatePattern(java.lang.String value)
          Sets the value of the datePattern property.
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.FileAppenderConfigurationType
getFilePath, isAppend, setAppend, setFilePath
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
getName, getPattern, setName, setPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

datePattern

protected java.lang.String datePattern
Constructor Detail

DailyRollingFileAppenderConfigurationType

public DailyRollingFileAppenderConfigurationType()
Method Detail

getDatePattern

public java.lang.String getDatePattern()
Gets the value of the datePattern property.

Returns:
possible object is String

setDatePattern

public void setDatePattern(java.lang.String value)
Sets the value of the datePattern property.

Parameters:
value - allowed object is String


Copyright © 2011 evolveum. All Rights Reserved.