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