public interface Configuration
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
Configuration.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
LogFile |
addNewLogFile()
Appends and returns a new empty "logFile" element
|
ArrayOfRedirect |
addNewManInTheMiddle()
Appends and returns a new empty "manInTheMiddle" element
|
int |
getCleanupTimeoutSeconds()
Gets the "cleanupTimeoutSeconds" element
|
String |
getComment()
Gets the "comment" element
|
int |
getLogDuration()
Gets the "logDuration" element
|
LogFile |
getLogFile()
Gets the "logFile" element
|
ArrayOfRedirect |
getManInTheMiddle()
Gets the "manInTheMiddle" element
|
boolean |
isSetComment()
True if has "comment" element
|
boolean |
isSetManInTheMiddle()
True if has "manInTheMiddle" element
|
void |
setCleanupTimeoutSeconds(int cleanupTimeoutSeconds)
Sets the "cleanupTimeoutSeconds" element
|
void |
setComment(String comment)
Sets the "comment" element
|
void |
setLogDuration(int logDuration)
Sets the "logDuration" element
|
void |
setLogFile(LogFile logFile)
Sets the "logFile" element
|
void |
setManInTheMiddle(ArrayOfRedirect manInTheMiddle)
Sets the "manInTheMiddle" element
|
void |
unsetComment()
Unsets the "comment" element
|
void |
unsetManInTheMiddle()
Unsets the "manInTheMiddle" element
|
org.apache.xmlbeans.XmlInt |
xgetCleanupTimeoutSeconds()
Gets (as xml) the "cleanupTimeoutSeconds" element
|
Comment |
xgetComment()
Gets (as xml) the "comment" element
|
org.apache.xmlbeans.XmlInt |
xgetLogDuration()
Gets (as xml) the "logDuration" element
|
void |
xsetCleanupTimeoutSeconds(org.apache.xmlbeans.XmlInt cleanupTimeoutSeconds)
Sets (as xml) the "cleanupTimeoutSeconds" element
|
void |
xsetComment(Comment comment)
Sets (as xml) the "comment" element
|
void |
xsetLogDuration(org.apache.xmlbeans.XmlInt logDuration)
Sets (as xml) the "logDuration" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getComment()
Comment xgetComment()
boolean isSetComment()
void setComment(String comment)
void xsetComment(Comment comment)
void unsetComment()
LogFile getLogFile()
void setLogFile(LogFile logFile)
LogFile addNewLogFile()
int getLogDuration()
org.apache.xmlbeans.XmlInt xgetLogDuration()
void setLogDuration(int logDuration)
void xsetLogDuration(org.apache.xmlbeans.XmlInt logDuration)
int getCleanupTimeoutSeconds()
org.apache.xmlbeans.XmlInt xgetCleanupTimeoutSeconds()
void setCleanupTimeoutSeconds(int cleanupTimeoutSeconds)
void xsetCleanupTimeoutSeconds(org.apache.xmlbeans.XmlInt cleanupTimeoutSeconds)
ArrayOfRedirect getManInTheMiddle()
boolean isSetManInTheMiddle()
void setManInTheMiddle(ArrayOfRedirect manInTheMiddle)
ArrayOfRedirect addNewManInTheMiddle()
void unsetManInTheMiddle()
Copyright © 2019. All Rights Reserved.