com.businessobjects.enterprise.usergroup
Interface UserGroup.ExcludedAlerts

Enclosing interface:
UserGroup

public static interface UserGroup.ExcludedAlerts

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


Nested Class Summary
static class UserGroup.ExcludedAlerts.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 void addExcludedAlertIDs(java.lang.String excludedAlertIDs)
          Appends the value as the last "ExcludedAlertIDs" element
 org.apache.xmlbeans.XmlString addNewExcludedAlertIDs()
          Appends and returns a new empty value (as xml) as the last "ExcludedAlertIDs" element
 java.lang.String[] getExcludedAlertIDsArray()
          Gets array of all "ExcludedAlertIDs" elements
 java.lang.String getExcludedAlertIDsArray(int i)
          Gets ith "ExcludedAlertIDs" element
 void insertExcludedAlertIDs(int i, java.lang.String excludedAlertIDs)
          Inserts the value as the ith "ExcludedAlertIDs" element
 org.apache.xmlbeans.XmlString insertNewExcludedAlertIDs(int i)
          Inserts and returns a new empty value (as xml) as the ith "ExcludedAlertIDs" element
 void removeExcludedAlertIDs(int i)
          Removes the ith "ExcludedAlertIDs" element
 void setExcludedAlertIDsArray(int i, java.lang.String excludedAlertIDs)
          Sets ith "ExcludedAlertIDs" element
 void setExcludedAlertIDsArray(java.lang.String[] excludedAlertIDsArray)
          Sets array of all "ExcludedAlertIDs" element
 int sizeOfExcludedAlertIDsArray()
          Returns number of "ExcludedAlertIDs" element
 org.apache.xmlbeans.XmlString[] xgetExcludedAlertIDsArray()
          Gets (as xml) array of all "ExcludedAlertIDs" elements
 org.apache.xmlbeans.XmlString xgetExcludedAlertIDsArray(int i)
          Gets (as xml) ith "ExcludedAlertIDs" element
 void xsetExcludedAlertIDsArray(int i, org.apache.xmlbeans.XmlString excludedAlertIDs)
          Sets (as xml) ith "ExcludedAlertIDs" element
 void xsetExcludedAlertIDsArray(org.apache.xmlbeans.XmlString[] excludedAlertIDsArray)
          Sets (as xml) array of all "ExcludedAlertIDs" element
 

Field Detail

type

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

getExcludedAlertIDsArray

java.lang.String[] getExcludedAlertIDsArray()
Gets array of all "ExcludedAlertIDs" elements


getExcludedAlertIDsArray

java.lang.String getExcludedAlertIDsArray(int i)
Gets ith "ExcludedAlertIDs" element


xgetExcludedAlertIDsArray

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


xgetExcludedAlertIDsArray

org.apache.xmlbeans.XmlString xgetExcludedAlertIDsArray(int i)
Gets (as xml) ith "ExcludedAlertIDs" element


sizeOfExcludedAlertIDsArray

int sizeOfExcludedAlertIDsArray()
Returns number of "ExcludedAlertIDs" element


setExcludedAlertIDsArray

void setExcludedAlertIDsArray(java.lang.String[] excludedAlertIDsArray)
Sets array of all "ExcludedAlertIDs" element


setExcludedAlertIDsArray

void setExcludedAlertIDsArray(int i,
                              java.lang.String excludedAlertIDs)
Sets ith "ExcludedAlertIDs" element


xsetExcludedAlertIDsArray

void xsetExcludedAlertIDsArray(org.apache.xmlbeans.XmlString[] excludedAlertIDsArray)
Sets (as xml) array of all "ExcludedAlertIDs" element


xsetExcludedAlertIDsArray

void xsetExcludedAlertIDsArray(int i,
                               org.apache.xmlbeans.XmlString excludedAlertIDs)
Sets (as xml) ith "ExcludedAlertIDs" element


insertExcludedAlertIDs

void insertExcludedAlertIDs(int i,
                            java.lang.String excludedAlertIDs)
Inserts the value as the ith "ExcludedAlertIDs" element


addExcludedAlertIDs

void addExcludedAlertIDs(java.lang.String excludedAlertIDs)
Appends the value as the last "ExcludedAlertIDs" element


insertNewExcludedAlertIDs

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


addNewExcludedAlertIDs

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


removeExcludedAlertIDs

void removeExcludedAlertIDs(int i)
Removes the ith "ExcludedAlertIDs" element