com.businessobjects.enterprise.auditeventinfo2
Interface AuditEvents


public interface AuditEvents

This interface provides access to a collection of AuditEvent objects.


Nested Class Summary
static class AuditEvents.Factory
          A factory class with static methods for creating instances of the AuditEvents type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 AuditEvent addNewAuditEvent()
          Appends and returns a new empty value as the last AuditEvent element
 AuditEvent[] getAuditEventArray()
          Gets array of all AuditEvent elements.
 AuditEvent getAuditEventArray(int i)
          Gets the AuditEvent element at the specified index position
 AuditEvent insertNewAuditEvent(int i)
          Inserts and returns a new empty value of the AuditEvent element at the specified index position.
 void removeAuditEvent(int i)
          Removes the AuditEvent element
 void setAuditEventArray(AuditEvent[] auditEventArray)
          Sets array of all AuditEvent element.
 void setAuditEventArray(int i, AuditEvent auditEvent)
          Sets the AuditEvent element at the specified index position.
 int sizeOfAuditEventArray()
          Returns number of AuditEvent element.
 

Field Detail

type

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

getAuditEventArray

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


getAuditEventArray

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

Parameters:
i - The index position.
Returns:
AuditEvent object.

sizeOfAuditEventArray

int sizeOfAuditEventArray()
Returns number of AuditEvent element.

Returns:
An integer.

setAuditEventArray

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

Parameters:
auditEventArray. -

setAuditEventArray

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

Parameters:
i - The index position.
auditEvent. -

insertNewAuditEvent

AuditEvent insertNewAuditEvent(int i)
Inserts and returns a new empty value of the AuditEvent element at the specified index position.

Parameters:
i - The index position.

addNewAuditEvent

AuditEvent addNewAuditEvent()
Appends and returns a new empty value as the last AuditEvent element


removeAuditEvent

void removeAuditEvent(int i)
Removes the AuditEvent element