public class FileAppenderConfigurationType extends AppenderConfigurationType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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-3}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>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
append |
static QName |
COMPLEX_TYPE |
static QName |
F_APPEND |
static QName |
F_FILE_NAME |
static QName |
F_FILE_PATTERN |
static QName |
F_MAX_FILE_SIZE |
static QName |
F_MAX_HISTORY |
protected String |
fileName |
protected String |
filePattern |
protected String |
maxFileSize |
protected int |
maxHistory |
F_NAME, F_PATTERN, name, pattern| Constructor and Description |
|---|
FileAppenderConfigurationType()
Creates a new
FileAppenderConfigurationType instance. |
FileAppenderConfigurationType(FileAppenderConfigurationType o)
Creates a new
FileAppenderConfigurationType instance by deeply copying a given FileAppenderConfigurationType instance. |
| Modifier and Type | Method and Description |
|---|---|
FileAppenderConfigurationType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getFileName()
Gets the value of the fileName property.
|
String |
getFilePattern()
Gets the value of the filePattern property.
|
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(String value)
Sets the value of the fileName property.
|
void |
setFilePattern(String value)
Sets the value of the filePattern property.
|
void |
setMaxFileSize(String value)
Sets the value of the maxFileSize property.
|
void |
setMaxHistory(int value)
Sets the value of the maxHistory property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getName, getPattern, setName, setPatternprotected String fileName
protected String filePattern
protected int maxHistory
protected String maxFileSize
protected boolean append
public static final QName COMPLEX_TYPE
public static final QName F_FILE_NAME
public static final QName F_FILE_PATTERN
public static final QName F_MAX_HISTORY
public static final QName F_MAX_FILE_SIZE
public static final QName F_APPEND
public FileAppenderConfigurationType()
FileAppenderConfigurationType instance.public FileAppenderConfigurationType(FileAppenderConfigurationType o)
FileAppenderConfigurationType instance by deeply copying a given FileAppenderConfigurationType instance.o - The instance to copy.NullPointerException - if o is null.public String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic String getFilePattern()
Stringpublic void setFilePattern(String value)
value - allowed object is
Stringpublic int getMaxHistory()
public void setMaxHistory(int value)
public String getMaxFileSize()
Stringpublic void setMaxFileSize(String value)
value - allowed object is
Stringpublic boolean isAppend()
public void setAppend(boolean value)
public String toString()
toString in class AppenderConfigurationTypepublic 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 AppenderConfigurationTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AppenderConfigurationTypepublic boolean equals(Object object)
equals in class AppenderConfigurationTypepublic FileAppenderConfigurationType clone()
clone in class AppenderConfigurationTypeCopyright © 2016 Evolveum. All rights reserved.