|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.AppenderConfigurationType
com.evolveum.midpoint.xml.ns._public.common.common_1.FileAppenderConfigurationType
public class FileAppenderConfigurationType
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>
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 |
---|
protected java.lang.String filePath
protected boolean append
Constructor Detail |
---|
public FileAppenderConfigurationType()
Method Detail |
---|
public java.lang.String getFilePath()
String
public void setFilePath(java.lang.String value)
value
- allowed object is
String
public boolean isAppend()
public void setAppend(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |