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

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
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class FileAppenderConfigurationType
extends AppenderConfigurationType
implements java.io.Serializable, 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-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>
 

See Also:
Serialized Form

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

fileName

protected java.lang.String fileName

filePattern

protected java.lang.String filePattern

maxHistory

protected int maxHistory

maxFileSize

protected java.lang.String maxFileSize

append

protected boolean append

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_FILE_NAME

public static final javax.xml.namespace.QName F_FILE_NAME

F_FILE_PATTERN

public static final javax.xml.namespace.QName F_FILE_PATTERN

F_MAX_HISTORY

public static final javax.xml.namespace.QName F_MAX_HISTORY

F_MAX_FILE_SIZE

public static final javax.xml.namespace.QName F_MAX_FILE_SIZE

F_APPEND

public static final javax.xml.namespace.QName F_APPEND
Constructor Detail

FileAppenderConfigurationType

public FileAppenderConfigurationType()
Method Detail

getFileName

public java.lang.String getFileName()
Gets the value of the fileName property.

Returns:
possible object is String

setFileName

public void setFileName(java.lang.String value)
Sets the value of the fileName property.

Parameters:
value - allowed object is String

getFilePattern

public java.lang.String getFilePattern()
Gets the value of the filePattern property.

Returns:
possible object is String

setFilePattern

public void setFilePattern(java.lang.String value)
Sets the value of the filePattern property.

Parameters:
value - allowed object is String

getMaxHistory

public int getMaxHistory()
Gets the value of the maxHistory property.


setMaxHistory

public void setMaxHistory(int value)
Sets the value of the maxHistory property.


getMaxFileSize

public java.lang.String getMaxFileSize()
Gets the value of the maxFileSize property.

Returns:
possible object is String

setMaxFileSize

public void setMaxFileSize(java.lang.String value)
Sets the value of the maxFileSize property.

Parameters:
value - allowed object is String

isAppend

public boolean isAppend()
Gets the value of the append property.


setAppend

public void setAppend(boolean value)
Sets the value of the append property.


toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class AppenderConfigurationType

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode
Overrides:
hashCode in class AppenderConfigurationType

hashCode

public int hashCode()
Overrides:
hashCode in class AppenderConfigurationType

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals
Overrides:
equals in class AppenderConfigurationType

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class AppenderConfigurationType


Copyright © 2012 evolveum. All Rights Reserved.