|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
com.evolveum.midpoint.xml.ns._public.common.common_1.FileAppenderConfigurationType
public class FileAppenderConfigurationType
Java class for FileAppenderConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileAppenderConfigurationType">
<complexContent>
<extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}AppenderConfigurationType">
<sequence>
<element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="filePattern" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="maxHistory" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="maxFileSize" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="append" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
append
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
static javax.xml.namespace.QName |
F_APPEND
|
static javax.xml.namespace.QName |
F_FILE_NAME
|
static javax.xml.namespace.QName |
F_FILE_PATTERN
|
static javax.xml.namespace.QName |
F_MAX_FILE_SIZE
|
static javax.xml.namespace.QName |
F_MAX_HISTORY
|
protected java.lang.String |
fileName
|
protected java.lang.String |
filePattern
|
protected java.lang.String |
maxFileSize
|
protected int |
maxHistory
|
| Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType |
|---|
F_NAME, F_PATTERN, name, pattern |
| Constructor Summary | |
|---|---|
FileAppenderConfigurationType()
|
|
| Method Summary | |
|---|---|
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)
|
java.lang.String |
getFileName()
Gets the value of the fileName property. |
java.lang.String |
getFilePattern()
Gets the value of the filePattern property. |
java.lang.String |
getMaxFileSize()
Gets the value of the maxFileSize property. |
int |
getMaxHistory()
Gets the value of the maxHistory property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isAppend()
Gets the value of the append property. |
void |
setAppend(boolean value)
Sets the value of the append property. |
void |
setFileName(java.lang.String value)
Sets the value of the fileName property. |
void |
setFilePattern(java.lang.String value)
Sets the value of the filePattern property. |
void |
setMaxFileSize(java.lang.String value)
Sets the value of the maxFileSize property. |
void |
setMaxHistory(int value)
Sets the value of the maxHistory property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
| 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, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String fileName
protected java.lang.String filePattern
protected int maxHistory
protected java.lang.String maxFileSize
protected boolean append
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_FILE_NAME
public static final javax.xml.namespace.QName F_FILE_PATTERN
public static final javax.xml.namespace.QName F_MAX_HISTORY
public static final javax.xml.namespace.QName F_MAX_FILE_SIZE
public static final javax.xml.namespace.QName F_APPEND
| Constructor Detail |
|---|
public FileAppenderConfigurationType()
| Method Detail |
|---|
public java.lang.String getFileName()
Stringpublic void setFileName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFilePattern()
Stringpublic void setFilePattern(java.lang.String value)
value - allowed object is
Stringpublic int getMaxHistory()
public void setMaxHistory(int value)
public java.lang.String getMaxFileSize()
Stringpublic void setMaxFileSize(java.lang.String value)
value - allowed object is
Stringpublic boolean isAppend()
public void setAppend(boolean value)
public java.lang.String toString()
toString in class AppenderConfigurationType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AppenderConfigurationTypepublic int hashCode()
hashCode in class AppenderConfigurationType
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AppenderConfigurationTypepublic boolean equals(java.lang.Object object)
equals in class AppenderConfigurationType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||