|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface FailureHandlingDocument.FailureHandling
An XML failureHandling(@http://ode.apache.org/activityRecovery). This is a complex type.
Nested Class Summary | |
---|---|
static class |
FailureHandlingDocument.FailureHandling.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 | |
---|---|
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 |
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 |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |