public static interface FailureHandlingDocument.FailureHandling
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
FailureHandlingDocument.FailureHandling.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 |
---|---|
boolean |
getFaultOnFailure()
Gets the "faultOnFailure" element
|
int |
getRetryDelay()
Gets the "retryDelay" element
|
int |
getRetryFor()
Gets the "retryFor" element
|
boolean |
isSetFaultOnFailure()
True if has "faultOnFailure" element
|
boolean |
isSetRetryDelay()
True if has "retryDelay" element
|
boolean |
isSetRetryFor()
True if has "retryFor" element
|
void |
setFaultOnFailure(boolean faultOnFailure)
Sets the "faultOnFailure" element
|
void |
setRetryDelay(int retryDelay)
Sets the "retryDelay" element
|
void |
setRetryFor(int retryFor)
Sets the "retryFor" element
|
void |
unsetFaultOnFailure()
Unsets the "faultOnFailure" element
|
void |
unsetRetryDelay()
Unsets the "retryDelay" element
|
void |
unsetRetryFor()
Unsets the "retryFor" element
|
org.apache.xmlbeans.XmlBoolean |
xgetFaultOnFailure()
Gets (as xml) the "faultOnFailure" element
|
org.apache.xmlbeans.XmlInt |
xgetRetryDelay()
Gets (as xml) the "retryDelay" element
|
org.apache.xmlbeans.XmlInt |
xgetRetryFor()
Gets (as xml) the "retryFor" element
|
void |
xsetFaultOnFailure(org.apache.xmlbeans.XmlBoolean faultOnFailure)
Sets (as xml) the "faultOnFailure" element
|
void |
xsetRetryDelay(org.apache.xmlbeans.XmlInt retryDelay)
Sets (as xml) the "retryDelay" element
|
void |
xsetRetryFor(org.apache.xmlbeans.XmlInt retryFor)
Sets (as xml) the "retryFor" element
|
changeType, compareTo, compareValue, copy, 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
int getRetryFor()
org.apache.xmlbeans.XmlInt xgetRetryFor()
boolean isSetRetryFor()
void setRetryFor(int retryFor)
void xsetRetryFor(org.apache.xmlbeans.XmlInt retryFor)
void unsetRetryFor()
int getRetryDelay()
org.apache.xmlbeans.XmlInt xgetRetryDelay()
boolean isSetRetryDelay()
void setRetryDelay(int retryDelay)
void xsetRetryDelay(org.apache.xmlbeans.XmlInt retryDelay)
void unsetRetryDelay()
boolean getFaultOnFailure()
org.apache.xmlbeans.XmlBoolean xgetFaultOnFailure()
boolean isSetFaultOnFailure()
void setFaultOnFailure(boolean faultOnFailure)
void xsetFaultOnFailure(org.apache.xmlbeans.XmlBoolean faultOnFailure)
void unsetFaultOnFailure()