|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
AuditEvent[] getAuditEventArray()
AuditEvent getAuditEventArray(int i)
i - The index position.
int sizeOfAuditEventArray()
integer.void setAuditEventArray(AuditEvent[] auditEventArray)
auditEventArray. -
void setAuditEventArray(int i,
AuditEvent auditEvent)
i - The index position.auditEvent. - AuditEvent insertNewAuditEvent(int i)
i - The index position.AuditEvent addNewAuditEvent()
void removeAuditEvent(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||