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
Direct Known Subclasses:
DailyRollingFileAppenderConfigurationType, RollingFileAppenderConfigurationType

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="filePath" 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 filePath
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
name, pattern
 
Constructor Summary
FileAppenderConfigurationType()
           
 
Method Summary
 java.lang.String getFilePath()
          Gets the value of the filePath property.
 boolean isAppend()
          Gets the value of the append property.
 void setAppend(boolean value)
          Sets the value of the append property.
 void setFilePath(java.lang.String value)
          Sets the value of the filePath property.
 
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, toString, wait, wait, wait
 

Field Detail

filePath

protected java.lang.String filePath

append

protected boolean append
Constructor Detail

FileAppenderConfigurationType

public FileAppenderConfigurationType()
Method Detail

getFilePath

public java.lang.String getFilePath()
Gets the value of the filePath property.

Returns:
possible object is String

setFilePath

public void setFilePath(java.lang.String value)
Sets the value of the filePath 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.



Copyright © 2011 evolveum. All Rights Reserved.