com.businessobjects.enterprise.auditeventinfo2
Interface PreviousEnabledCustomAuditEvents


public interface PreviousEnabledCustomAuditEvents


Nested Class Summary
static class PreviousEnabledCustomAuditEvents.Factory
          A factory class with static methods for creating instances of the PreviousEnabledCustomAuditEvents type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 void addAuditEvent(int auditEvent)
          Appends the value as the last AuditEvent element.
 org.apache.xmlbeans.XmlInt addNewAuditEvent()
          Internal Use Only.
 int[] getAuditEventArray()
          Gets array of all AuditEvent elements.
 int getAuditEventArray(int i)
          Gets the AuditEvent element at the specified index position.
 void insertAuditEvent(int i, int auditEvent)
          Inserts the value as the ith "AuditEvent" element.
 org.apache.xmlbeans.XmlInt insertNewAuditEvent(int i)
          Internal Use Only.
 void removeAuditEvent(int i)
          Removes the the AuditEvent element at the specified index position.
 void setAuditEventArray(int[] auditEventArray)
          Sets array of all AuditEvent element.
 void setAuditEventArray(int i, int auditEvent)
          Sets the AuditEvent element at the specified index position.
 int sizeOfAuditEventArray()
          Returns the size of the AuditEvent element.
 org.apache.xmlbeans.XmlInt[] xgetAuditEventArray()
          Internal Use Only.
 org.apache.xmlbeans.XmlInt xgetAuditEventArray(int i)
          Internal Use Only.
 void xsetAuditEventArray(int i, org.apache.xmlbeans.XmlInt auditEvent)
          Internal Use Only.
 void xsetAuditEventArray(org.apache.xmlbeans.XmlInt[] auditEventArray)
          Internal Use Only.
 

Field Detail

type

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

getAuditEventArray

int[] getAuditEventArray()
Gets array of all AuditEvent elements.

Returns:
An array of integers.

getAuditEventArray

int getAuditEventArray(int i)
Gets the AuditEvent element at the specified index position.

Parameters:
i - The index position.
Returns:
An integer.

xgetAuditEventArray

org.apache.xmlbeans.XmlInt[] xgetAuditEventArray()
Internal Use Only.


xgetAuditEventArray

org.apache.xmlbeans.XmlInt xgetAuditEventArray(int i)
Internal Use Only.


sizeOfAuditEventArray

int sizeOfAuditEventArray()
Returns the size of the AuditEvent element.

Returns:
An integer.

setAuditEventArray

void setAuditEventArray(int[] auditEventArray)
Sets array of all AuditEvent element.

Parameters:
auditEventArray - An array of integers.

setAuditEventArray

void setAuditEventArray(int i,
                        int auditEvent)
Sets the AuditEvent element at the specified index position.

Parameters:
i - The index position.
auditEvent - An integer.

xsetAuditEventArray

void xsetAuditEventArray(org.apache.xmlbeans.XmlInt[] auditEventArray)
Internal Use Only.


xsetAuditEventArray

void xsetAuditEventArray(int i,
                         org.apache.xmlbeans.XmlInt auditEvent)
Internal Use Only.


insertAuditEvent

void insertAuditEvent(int i,
                      int auditEvent)
Inserts the value as the ith "AuditEvent" element.

Parameters:
i - The index position.
auditEvent -

addAuditEvent

void addAuditEvent(int auditEvent)
Appends the value as the last AuditEvent element.

Parameters:
auditEvent. -

insertNewAuditEvent

org.apache.xmlbeans.XmlInt insertNewAuditEvent(int i)
Internal Use Only.


addNewAuditEvent

org.apache.xmlbeans.XmlInt addNewAuditEvent()
Internal Use Only.


removeAuditEvent

void removeAuditEvent(int i)
Removes the the AuditEvent element at the specified index position.

Parameters:
i - The specified index position.