com.businessobjects.enterprise.server
Interface EnabledAuditEvents


public interface EnabledAuditEvents

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


Nested Class Summary
static class EnabledAuditEvents.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 void addAuditEventID(int auditEventID)
          Appends the value as the last "AuditEventID" element
 org.apache.xmlbeans.XmlInt addNewAuditEventID()
          Appends and returns a new empty value (as xml) as the last "AuditEventID" element
 int[] getAuditEventIDArray()
          Gets array of all "AuditEventID" elements
 int getAuditEventIDArray(int i)
          Gets ith "AuditEventID" element
 void insertAuditEventID(int i, int auditEventID)
          Inserts the value as the ith "AuditEventID" element
 org.apache.xmlbeans.XmlInt insertNewAuditEventID(int i)
          Inserts and returns a new empty value (as xml) as the ith "AuditEventID" element
 void removeAuditEventID(int i)
          Removes the ith "AuditEventID" element
 void setAuditEventIDArray(int[] auditEventIDArray)
          Sets array of all "AuditEventID" element
 void setAuditEventIDArray(int i, int auditEventID)
          Sets ith "AuditEventID" element
 int sizeOfAuditEventIDArray()
          Returns number of "AuditEventID" element
 org.apache.xmlbeans.XmlInt[] xgetAuditEventIDArray()
          Gets (as xml) array of all "AuditEventID" elements
 org.apache.xmlbeans.XmlInt xgetAuditEventIDArray(int i)
          Gets (as xml) ith "AuditEventID" element
 void xsetAuditEventIDArray(int i, org.apache.xmlbeans.XmlInt auditEventID)
          Sets (as xml) ith "AuditEventID" element
 void xsetAuditEventIDArray(org.apache.xmlbeans.XmlInt[] auditEventIDArray)
          Sets (as xml) array of all "AuditEventID" element
 

Field Detail

type

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

getAuditEventIDArray

int[] getAuditEventIDArray()
Gets array of all "AuditEventID" elements


getAuditEventIDArray

int getAuditEventIDArray(int i)
Gets ith "AuditEventID" element


xgetAuditEventIDArray

org.apache.xmlbeans.XmlInt[] xgetAuditEventIDArray()
Gets (as xml) array of all "AuditEventID" elements


xgetAuditEventIDArray

org.apache.xmlbeans.XmlInt xgetAuditEventIDArray(int i)
Gets (as xml) ith "AuditEventID" element


sizeOfAuditEventIDArray

int sizeOfAuditEventIDArray()
Returns number of "AuditEventID" element


setAuditEventIDArray

void setAuditEventIDArray(int[] auditEventIDArray)
Sets array of all "AuditEventID" element


setAuditEventIDArray

void setAuditEventIDArray(int i,
                          int auditEventID)
Sets ith "AuditEventID" element


xsetAuditEventIDArray

void xsetAuditEventIDArray(org.apache.xmlbeans.XmlInt[] auditEventIDArray)
Sets (as xml) array of all "AuditEventID" element


xsetAuditEventIDArray

void xsetAuditEventIDArray(int i,
                           org.apache.xmlbeans.XmlInt auditEventID)
Sets (as xml) ith "AuditEventID" element


insertAuditEventID

void insertAuditEventID(int i,
                        int auditEventID)
Inserts the value as the ith "AuditEventID" element


addAuditEventID

void addAuditEventID(int auditEventID)
Appends the value as the last "AuditEventID" element


insertNewAuditEventID

org.apache.xmlbeans.XmlInt insertNewAuditEventID(int i)
Inserts and returns a new empty value (as xml) as the ith "AuditEventID" element


addNewAuditEventID

org.apache.xmlbeans.XmlInt addNewAuditEventID()
Appends and returns a new empty value (as xml) as the last "AuditEventID" element


removeAuditEventID

void removeAuditEventID(int i)
Removes the ith "AuditEventID" element