com.evolveum.midpoint.xml.ns._public.common.common_1
Class DailyRollingFileAppenderConfigurationType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
com.evolveum.midpoint.xml.ns._public.common.common_1.FileAppenderConfigurationType
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
datePattern
protected java.lang.String datePattern
DailyRollingFileAppenderConfigurationType
public DailyRollingFileAppenderConfigurationType()
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.