public interface TEventInfoList
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TEventInfoList.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 |
---|---|
TEventInfo |
addNewEventInfo()
Appends and returns a new empty value (as xml) as the last "event-info" element
|
TEventInfo[] |
getEventInfoArray()
Gets array of all "event-info" elements
|
TEventInfo |
getEventInfoArray(int i)
Gets ith "event-info" element
|
TEventInfo |
insertNewEventInfo(int i)
Inserts and returns a new empty value (as xml) as the ith "event-info" element
|
void |
removeEventInfo(int i)
Removes the ith "event-info" element
|
void |
setEventInfoArray(int i,
TEventInfo eventInfo)
Sets ith "event-info" element
|
void |
setEventInfoArray(TEventInfo[] eventInfoArray)
Sets array of all "event-info" element
|
int |
sizeOfEventInfoArray()
Returns number of "event-info" 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
TEventInfo[] getEventInfoArray()
TEventInfo getEventInfoArray(int i)
int sizeOfEventInfoArray()
void setEventInfoArray(TEventInfo[] eventInfoArray)
void setEventInfoArray(int i, TEventInfo eventInfo)
TEventInfo insertNewEventInfo(int i)
TEventInfo addNewEventInfo()
void removeEventInfo(int i)