public interface ExecutionStrategyConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ExecutionStrategyConfig.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 |
---|---|
int |
getDelay()
Gets the "delay" element
|
boolean |
getImmutable()
Gets the "immutable" attribute
|
StrategyTypeConfig.Enum |
getStrategy()
Gets the "strategy" element
|
boolean |
isSetImmutable()
True if has "immutable" attribute
|
void |
setDelay(int delay)
Sets the "delay" element
|
void |
setImmutable(boolean immutable)
Sets the "immutable" attribute
|
void |
setStrategy(StrategyTypeConfig.Enum strategy)
Sets the "strategy" element
|
void |
unsetImmutable()
Unsets the "immutable" attribute
|
org.apache.xmlbeans.XmlInt |
xgetDelay()
Gets (as xml) the "delay" element
|
org.apache.xmlbeans.XmlBoolean |
xgetImmutable()
Gets (as xml) the "immutable" attribute
|
StrategyTypeConfig |
xgetStrategy()
Gets (as xml) the "strategy" element
|
void |
xsetDelay(org.apache.xmlbeans.XmlInt delay)
Sets (as xml) the "delay" element
|
void |
xsetImmutable(org.apache.xmlbeans.XmlBoolean immutable)
Sets (as xml) the "immutable" attribute
|
void |
xsetStrategy(StrategyTypeConfig strategy)
Sets (as xml) the "strategy" 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
StrategyTypeConfig.Enum getStrategy()
StrategyTypeConfig xgetStrategy()
void setStrategy(StrategyTypeConfig.Enum strategy)
void xsetStrategy(StrategyTypeConfig strategy)
int getDelay()
org.apache.xmlbeans.XmlInt xgetDelay()
void setDelay(int delay)
void xsetDelay(org.apache.xmlbeans.XmlInt delay)
boolean getImmutable()
org.apache.xmlbeans.XmlBoolean xgetImmutable()
boolean isSetImmutable()
void setImmutable(boolean immutable)
void xsetImmutable(org.apache.xmlbeans.XmlBoolean immutable)
void unsetImmutable()
Copyright © 2019. All Rights Reserved.