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-2a}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_COMPLEX___TYPE |
static QName |
F_FILE_NAME |
static QName |
F_FILE_PATTERN |
static QName |
F_MAX_FILE_SIZE |
static QName |
F_MAX_HISTORY |
static QName |
F_SERIAL_VERSION_UID |
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, setPattern
protected 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_SERIAL_VERSION_UID
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 static final QName F_COMPLEX___TYPE
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()
String
public void setFileName(String value)
value
- allowed object is
String
public String getFilePattern()
String
public void setFilePattern(String value)
value
- allowed object is
String
public int getMaxHistory()
public void setMaxHistory(int value)
public String getMaxFileSize()
String
public void setMaxFileSize(String value)
value
- allowed object is
String
public boolean isAppend()
public void setAppend(boolean value)
public 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.HashCode
hashCode
in class AppenderConfigurationType
public int hashCode()
hashCode
in class AppenderConfigurationType
public 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.Equals
equals
in class AppenderConfigurationType
public boolean equals(Object object)
equals
in class AppenderConfigurationType
public FileAppenderConfigurationType clone()
clone
in class AppenderConfigurationType
Copyright © 2013 evolveum. All rights reserved.