|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface Event.EventSource
An XML EventSource(@http://enterprise.businessobjects.com/3.0/event). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Event.EventSource.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
void |
addEventSourceID(java.lang.String eventSourceID)
Appends the value as the last "EventSourceID" element |
org.apache.xmlbeans.XmlString |
addNewEventSourceID()
Appends and returns a new empty value (as xml) as the last "EventSourceID" element |
java.lang.String[] |
getEventSourceIDArray()
Gets array of all "EventSourceID" elements |
java.lang.String |
getEventSourceIDArray(int i)
Gets ith "EventSourceID" element |
void |
insertEventSourceID(int i,
java.lang.String eventSourceID)
Inserts the value as the ith "EventSourceID" element |
org.apache.xmlbeans.XmlString |
insertNewEventSourceID(int i)
Inserts and returns a new empty value (as xml) as the ith "EventSourceID" element |
void |
removeEventSourceID(int i)
Removes the ith "EventSourceID" element |
void |
setEventSourceIDArray(int i,
java.lang.String eventSourceID)
Sets ith "EventSourceID" element |
void |
setEventSourceIDArray(java.lang.String[] eventSourceIDArray)
Sets array of all "EventSourceID" element |
int |
sizeOfEventSourceIDArray()
Returns number of "EventSourceID" element |
org.apache.xmlbeans.XmlString[] |
xgetEventSourceIDArray()
Gets (as xml) array of all "EventSourceID" elements |
org.apache.xmlbeans.XmlString |
xgetEventSourceIDArray(int i)
Gets (as xml) ith "EventSourceID" element |
void |
xsetEventSourceIDArray(int i,
org.apache.xmlbeans.XmlString eventSourceID)
Sets (as xml) ith "EventSourceID" element |
void |
xsetEventSourceIDArray(org.apache.xmlbeans.XmlString[] eventSourceIDArray)
Sets (as xml) array of all "EventSourceID" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getEventSourceIDArray()
java.lang.String getEventSourceIDArray(int i)
org.apache.xmlbeans.XmlString[] xgetEventSourceIDArray()
org.apache.xmlbeans.XmlString xgetEventSourceIDArray(int i)
int sizeOfEventSourceIDArray()
void setEventSourceIDArray(java.lang.String[] eventSourceIDArray)
void setEventSourceIDArray(int i,
java.lang.String eventSourceID)
void xsetEventSourceIDArray(org.apache.xmlbeans.XmlString[] eventSourceIDArray)
void xsetEventSourceIDArray(int i,
org.apache.xmlbeans.XmlString eventSourceID)
void insertEventSourceID(int i,
java.lang.String eventSourceID)
void addEventSourceID(java.lang.String eventSourceID)
org.apache.xmlbeans.XmlString insertNewEventSourceID(int i)
org.apache.xmlbeans.XmlString addNewEventSourceID()
void removeEventSourceID(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||