public interface TProcessEvents extends TEnableEventList
Modifier and Type | Interface and Description |
---|---|
static class |
TProcessEvents.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
TProcessEvents.Generate
An XML generate(@).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
TScopeEvents |
addNewScopeEvents()
Appends and returns a new empty value (as xml) as the last "scope-events" element
|
TProcessEvents.Generate.Enum |
getGenerate()
Gets the "generate" attribute
|
TScopeEvents[] |
getScopeEventsArray()
Gets array of all "scope-events" elements
|
TScopeEvents |
getScopeEventsArray(int i)
Gets ith "scope-events" element
|
TScopeEvents |
insertNewScopeEvents(int i)
Inserts and returns a new empty value (as xml) as the ith "scope-events" element
|
boolean |
isSetGenerate()
True if has "generate" attribute
|
void |
removeScopeEvents(int i)
Removes the ith "scope-events" element
|
void |
setGenerate(TProcessEvents.Generate.Enum generate)
Sets the "generate" attribute
|
void |
setScopeEventsArray(int i,
TScopeEvents scopeEvents)
Sets ith "scope-events" element
|
void |
setScopeEventsArray(TScopeEvents[] scopeEventsArray)
Sets array of all "scope-events" element
|
int |
sizeOfScopeEventsArray()
Returns number of "scope-events" element
|
void |
unsetGenerate()
Unsets the "generate" attribute
|
TProcessEvents.Generate |
xgetGenerate()
Gets (as xml) the "generate" attribute
|
void |
xsetGenerate(TProcessEvents.Generate generate)
Sets (as xml) the "generate" attribute
|
addEnableEvent, addNewEnableEvent, getEnableEventArray, getEnableEventArray, insertEnableEvent, insertNewEnableEvent, removeEnableEvent, setEnableEventArray, setEnableEventArray, sizeOfEnableEventArray, xgetEnableEventArray, xgetEnableEventArray, xsetEnableEventArray, xsetEnableEventArray
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
TScopeEvents[] getScopeEventsArray()
TScopeEvents getScopeEventsArray(int i)
int sizeOfScopeEventsArray()
void setScopeEventsArray(TScopeEvents[] scopeEventsArray)
void setScopeEventsArray(int i, TScopeEvents scopeEvents)
TScopeEvents insertNewScopeEvents(int i)
TScopeEvents addNewScopeEvents()
void removeScopeEvents(int i)
TProcessEvents.Generate.Enum getGenerate()
TProcessEvents.Generate xgetGenerate()
boolean isSetGenerate()
void setGenerate(TProcessEvents.Generate.Enum generate)
void xsetGenerate(TProcessEvents.Generate generate)
void unsetGenerate()