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

public class FileAppenderConfigurationType
extends AppenderConfigurationType
implements java.io.Serializable

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
           
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
name, pattern
 
Constructor Summary
FileAppenderConfigurationType()
           
 
Method Summary
 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.
 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, equals, finalize, getClass, hashCode, 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
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


Copyright © 2011 evolveum. All Rights Reserved.