com.businessobjects.enterprise.event
Interface Event.EventSource

Enclosing interface:
Event

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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getEventSourceIDArray

java.lang.String[] getEventSourceIDArray()
Gets array of all "EventSourceID" elements


getEventSourceIDArray

java.lang.String getEventSourceIDArray(int i)
Gets ith "EventSourceID" element


xgetEventSourceIDArray

org.apache.xmlbeans.XmlString[] xgetEventSourceIDArray()
Gets (as xml) array of all "EventSourceID" elements


xgetEventSourceIDArray

org.apache.xmlbeans.XmlString xgetEventSourceIDArray(int i)
Gets (as xml) ith "EventSourceID" element


sizeOfEventSourceIDArray

int sizeOfEventSourceIDArray()
Returns number of "EventSourceID" element


setEventSourceIDArray

void setEventSourceIDArray(java.lang.String[] eventSourceIDArray)
Sets array of all "EventSourceID" element


setEventSourceIDArray

void setEventSourceIDArray(int i,
                           java.lang.String eventSourceID)
Sets ith "EventSourceID" element


xsetEventSourceIDArray

void xsetEventSourceIDArray(org.apache.xmlbeans.XmlString[] eventSourceIDArray)
Sets (as xml) array of all "EventSourceID" element


xsetEventSourceIDArray

void xsetEventSourceIDArray(int i,
                            org.apache.xmlbeans.XmlString eventSourceID)
Sets (as xml) ith "EventSourceID" element


insertEventSourceID

void insertEventSourceID(int i,
                         java.lang.String eventSourceID)
Inserts the value as the ith "EventSourceID" element


addEventSourceID

void addEventSourceID(java.lang.String eventSourceID)
Appends the value as the last "EventSourceID" element


insertNewEventSourceID

org.apache.xmlbeans.XmlString insertNewEventSourceID(int i)
Inserts and returns a new empty value (as xml) as the ith "EventSourceID" element


addNewEventSourceID

org.apache.xmlbeans.XmlString addNewEventSourceID()
Appends and returns a new empty value (as xml) as the last "EventSourceID" element


removeEventSourceID

void removeEventSourceID(int i)
Removes the ith "EventSourceID" element