|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
Alert[] getAlertArray()
Alert getAlertArray(int i)
int sizeOfAlertArray()
void setAlertArray(Alert[] alertArray)
void setAlertArray(int i,
Alert alert)
Alert insertNewAlert(int i)
Alert addNewAlert()
void removeAlert(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||