com.businessobjects.enterprise.infoobject
Interface Alerts


public interface Alerts

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


Nested Class Summary
static class Alerts.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 Alert addNewAlert()
          Appends and returns a new empty value (as xml) as the last "Alert" element
 Alert[] getAlertArray()
          Gets array of all "Alert" elements
 Alert getAlertArray(int i)
          Gets ith "Alert" element
 Alert insertNewAlert(int i)
          Inserts and returns a new empty value (as xml) as the ith "Alert" element
 void removeAlert(int i)
          Removes the ith "Alert" element
 void setAlertArray(Alert[] alertArray)
          Sets array of all "Alert" element
 void setAlertArray(int i, Alert alert)
          Sets ith "Alert" element
 int sizeOfAlertArray()
          Returns number of "Alert" element
 

Field Detail

type

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

getAlertArray

Alert[] getAlertArray()
Gets array of all "Alert" elements


getAlertArray

Alert getAlertArray(int i)
Gets ith "Alert" element


sizeOfAlertArray

int sizeOfAlertArray()
Returns number of "Alert" element


setAlertArray

void setAlertArray(Alert[] alertArray)
Sets array of all "Alert" element


setAlertArray

void setAlertArray(int i,
                   Alert alert)
Sets ith "Alert" element


insertNewAlert

Alert insertNewAlert(int i)
Inserts and returns a new empty value (as xml) as the ith "Alert" element


addNewAlert

Alert addNewAlert()
Appends and returns a new empty value (as xml) as the last "Alert" element


removeAlert

void removeAlert(int i)
Removes the ith "Alert" element