|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FsMessageFilterDocument.FsMessageFilter
An XML fs-message-filter(@http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.1.xsd). This is a complex type.
Nested Class Summary | |
---|---|
static class |
FsMessageFilterDocument.FsMessageFilter.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
java.lang.String |
getDirectory()
Gets the "directory" attribute |
boolean |
getErrorDelete()
Gets the "error-delete" attribute |
java.lang.String |
getErrorDirectory()
Gets the "error-directory" attribute |
java.lang.String |
getErrorSuffix()
Gets the "error-suffix" attribute |
java.lang.String |
getInputSuffix()
Gets the "input-suffix" attribute |
boolean |
getPostDelete()
Gets the "post-delete" attribute |
java.lang.String |
getPostDirectory()
Gets the "post-directory" attribute |
boolean |
getPostRename()
Gets the "post-rename" attribute |
java.lang.String |
getPostSuffix()
Gets the "post-suffix" attribute |
java.lang.String |
getWorkSuffix()
Gets the "work-suffix" attribute |
boolean |
isSetErrorDelete()
True if has "error-delete" attribute |
boolean |
isSetErrorDirectory()
True if has "error-directory" attribute |
boolean |
isSetErrorSuffix()
True if has "error-suffix" attribute |
boolean |
isSetInputSuffix()
True if has "input-suffix" attribute |
boolean |
isSetPostDelete()
True if has "post-delete" attribute |
boolean |
isSetPostDirectory()
True if has "post-directory" attribute |
boolean |
isSetPostRename()
True if has "post-rename" attribute |
boolean |
isSetPostSuffix()
True if has "post-suffix" attribute |
boolean |
isSetWorkSuffix()
True if has "work-suffix" attribute |
void |
setDirectory(java.lang.String directory)
Sets the "directory" attribute |
void |
setErrorDelete(boolean errorDelete)
Sets the "error-delete" attribute |
void |
setErrorDirectory(java.lang.String errorDirectory)
Sets the "error-directory" attribute |
void |
setErrorSuffix(java.lang.String errorSuffix)
Sets the "error-suffix" attribute |
void |
setInputSuffix(java.lang.String inputSuffix)
Sets the "input-suffix" attribute |
void |
setPostDelete(boolean postDelete)
Sets the "post-delete" attribute |
void |
setPostDirectory(java.lang.String postDirectory)
Sets the "post-directory" attribute |
void |
setPostRename(boolean postRename)
Sets the "post-rename" attribute |
void |
setPostSuffix(java.lang.String postSuffix)
Sets the "post-suffix" attribute |
void |
setWorkSuffix(java.lang.String workSuffix)
Sets the "work-suffix" attribute |
void |
unsetErrorDelete()
Unsets the "error-delete" attribute |
void |
unsetErrorDirectory()
Unsets the "error-directory" attribute |
void |
unsetErrorSuffix()
Unsets the "error-suffix" attribute |
void |
unsetInputSuffix()
Unsets the "input-suffix" attribute |
void |
unsetPostDelete()
Unsets the "post-delete" attribute |
void |
unsetPostDirectory()
Unsets the "post-directory" attribute |
void |
unsetPostRename()
Unsets the "post-rename" attribute |
void |
unsetPostSuffix()
Unsets the "post-suffix" attribute |
void |
unsetWorkSuffix()
Unsets the "work-suffix" attribute |
org.apache.xmlbeans.XmlString |
xgetDirectory()
Gets (as xml) the "directory" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetErrorDelete()
Gets (as xml) the "error-delete" attribute |
org.apache.xmlbeans.XmlString |
xgetErrorDirectory()
Gets (as xml) the "error-directory" attribute |
org.apache.xmlbeans.XmlString |
xgetErrorSuffix()
Gets (as xml) the "error-suffix" attribute |
org.apache.xmlbeans.XmlString |
xgetInputSuffix()
Gets (as xml) the "input-suffix" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetPostDelete()
Gets (as xml) the "post-delete" attribute |
org.apache.xmlbeans.XmlString |
xgetPostDirectory()
Gets (as xml) the "post-directory" attribute |
org.apache.xmlbeans.XmlBoolean |
xgetPostRename()
Gets (as xml) the "post-rename" attribute |
org.apache.xmlbeans.XmlString |
xgetPostSuffix()
Gets (as xml) the "post-suffix" attribute |
org.apache.xmlbeans.XmlString |
xgetWorkSuffix()
Gets (as xml) the "work-suffix" attribute |
void |
xsetDirectory(org.apache.xmlbeans.XmlString directory)
Sets (as xml) the "directory" attribute |
void |
xsetErrorDelete(org.apache.xmlbeans.XmlBoolean errorDelete)
Sets (as xml) the "error-delete" attribute |
void |
xsetErrorDirectory(org.apache.xmlbeans.XmlString errorDirectory)
Sets (as xml) the "error-directory" attribute |
void |
xsetErrorSuffix(org.apache.xmlbeans.XmlString errorSuffix)
Sets (as xml) the "error-suffix" attribute |
void |
xsetInputSuffix(org.apache.xmlbeans.XmlString inputSuffix)
Sets (as xml) the "input-suffix" attribute |
void |
xsetPostDelete(org.apache.xmlbeans.XmlBoolean postDelete)
Sets (as xml) the "post-delete" attribute |
void |
xsetPostDirectory(org.apache.xmlbeans.XmlString postDirectory)
Sets (as xml) the "post-directory" attribute |
void |
xsetPostRename(org.apache.xmlbeans.XmlBoolean postRename)
Sets (as xml) the "post-rename" attribute |
void |
xsetPostSuffix(org.apache.xmlbeans.XmlString postSuffix)
Sets (as xml) the "post-suffix" attribute |
void |
xsetWorkSuffix(org.apache.xmlbeans.XmlString workSuffix)
Sets (as xml) the "work-suffix" attribute |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
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 |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
java.lang.String getDirectory()
org.apache.xmlbeans.XmlString xgetDirectory()
void setDirectory(java.lang.String directory)
void xsetDirectory(org.apache.xmlbeans.XmlString directory)
java.lang.String getInputSuffix()
org.apache.xmlbeans.XmlString xgetInputSuffix()
boolean isSetInputSuffix()
void setInputSuffix(java.lang.String inputSuffix)
void xsetInputSuffix(org.apache.xmlbeans.XmlString inputSuffix)
void unsetInputSuffix()
java.lang.String getWorkSuffix()
org.apache.xmlbeans.XmlString xgetWorkSuffix()
boolean isSetWorkSuffix()
void setWorkSuffix(java.lang.String workSuffix)
void xsetWorkSuffix(org.apache.xmlbeans.XmlString workSuffix)
void unsetWorkSuffix()
boolean getPostDelete()
org.apache.xmlbeans.XmlBoolean xgetPostDelete()
boolean isSetPostDelete()
void setPostDelete(boolean postDelete)
void xsetPostDelete(org.apache.xmlbeans.XmlBoolean postDelete)
void unsetPostDelete()
boolean getPostRename()
org.apache.xmlbeans.XmlBoolean xgetPostRename()
boolean isSetPostRename()
void setPostRename(boolean postRename)
void xsetPostRename(org.apache.xmlbeans.XmlBoolean postRename)
void unsetPostRename()
java.lang.String getPostDirectory()
org.apache.xmlbeans.XmlString xgetPostDirectory()
boolean isSetPostDirectory()
void setPostDirectory(java.lang.String postDirectory)
void xsetPostDirectory(org.apache.xmlbeans.XmlString postDirectory)
void unsetPostDirectory()
java.lang.String getPostSuffix()
org.apache.xmlbeans.XmlString xgetPostSuffix()
boolean isSetPostSuffix()
void setPostSuffix(java.lang.String postSuffix)
void xsetPostSuffix(org.apache.xmlbeans.XmlString postSuffix)
void unsetPostSuffix()
boolean getErrorDelete()
org.apache.xmlbeans.XmlBoolean xgetErrorDelete()
boolean isSetErrorDelete()
void setErrorDelete(boolean errorDelete)
void xsetErrorDelete(org.apache.xmlbeans.XmlBoolean errorDelete)
void unsetErrorDelete()
java.lang.String getErrorDirectory()
org.apache.xmlbeans.XmlString xgetErrorDirectory()
boolean isSetErrorDirectory()
void setErrorDirectory(java.lang.String errorDirectory)
void xsetErrorDirectory(org.apache.xmlbeans.XmlString errorDirectory)
void unsetErrorDirectory()
java.lang.String getErrorSuffix()
org.apache.xmlbeans.XmlString xgetErrorSuffix()
boolean isSetErrorSuffix()
void setErrorSuffix(java.lang.String errorSuffix)
void xsetErrorSuffix(org.apache.xmlbeans.XmlString errorSuffix)
void unsetErrorSuffix()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |