com.businessobjects.enterprise.event
Interface Event.AlertSubscriptions

Enclosing interface:
Event

public static interface Event.AlertSubscriptions

An XML AlertSubscriptions(@http://enterprise.businessobjects.com/3.0/event). This is a complex type.


Nested Class Summary
static class Event.AlertSubscriptions.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 com.businessobjects.enterprise.event.AlertSubscription addNewAlertSubscription()
          Appends and returns a new empty value (as xml) as the last "AlertSubscription" element
 com.businessobjects.enterprise.event.AlertSubscription[] getAlertSubscriptionArray()
          Gets array of all "AlertSubscription" elements
 com.businessobjects.enterprise.event.AlertSubscription getAlertSubscriptionArray(int i)
          Gets ith "AlertSubscription" element
 com.businessobjects.enterprise.event.AlertSubscription insertNewAlertSubscription(int i)
          Inserts and returns a new empty value (as xml) as the ith "AlertSubscription" element
 void removeAlertSubscription(int i)
          Removes the ith "AlertSubscription" element
 void setAlertSubscriptionArray(com.businessobjects.enterprise.event.AlertSubscription[] alertSubscriptionArray)
          Sets array of all "AlertSubscription" element
 void setAlertSubscriptionArray(int i, com.businessobjects.enterprise.event.AlertSubscription alertSubscription)
          Sets ith "AlertSubscription" element
 int sizeOfAlertSubscriptionArray()
          Returns number of "AlertSubscription" element
 

Field Detail

type

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

getAlertSubscriptionArray

com.businessobjects.enterprise.event.AlertSubscription[] getAlertSubscriptionArray()
Gets array of all "AlertSubscription" elements


getAlertSubscriptionArray

com.businessobjects.enterprise.event.AlertSubscription getAlertSubscriptionArray(int i)
Gets ith "AlertSubscription" element


sizeOfAlertSubscriptionArray

int sizeOfAlertSubscriptionArray()
Returns number of "AlertSubscription" element


setAlertSubscriptionArray

void setAlertSubscriptionArray(com.businessobjects.enterprise.event.AlertSubscription[] alertSubscriptionArray)
Sets array of all "AlertSubscription" element


setAlertSubscriptionArray

void setAlertSubscriptionArray(int i,
                               com.businessobjects.enterprise.event.AlertSubscription alertSubscription)
Sets ith "AlertSubscription" element


insertNewAlertSubscription

com.businessobjects.enterprise.event.AlertSubscription insertNewAlertSubscription(int i)
Inserts and returns a new empty value (as xml) as the ith "AlertSubscription" element


addNewAlertSubscription

com.businessobjects.enterprise.event.AlertSubscription addNewAlertSubscription()
Appends and returns a new empty value (as xml) as the last "AlertSubscription" element


removeAlertSubscription

void removeAlertSubscription(int i)
Removes the ith "AlertSubscription" element