|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuditEvent
This interface provides information about an auditing event.
| Nested Class Summary | |
|---|---|
static class |
AuditEvent.Factory
A factory class with static methods for creating instances of the AuditCategory type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
int |
getAuditCategory()
Gets the AuditCategory element. |
int |
getAuditLevel()
Gets the AuditLevel element. |
int |
getID()
Gets the ID element. |
java.lang.String |
getValue()
Gets the Value element. |
boolean |
isSetAuditCategory()
Checks if the AuditCategory element has been set. |
boolean |
isSetAuditLevel()
Checks if the AuditLevel element has been set. |
boolean |
isSetID()
Checks if the ID element has been set. |
boolean |
isSetValue()
Checks if the Value element has been set. |
void |
setAuditCategory(int auditCategory)
Sets the AuditCategory element. |
void |
setAuditLevel(int auditLevel)
Sets the AuditLevel element. |
void |
setID(int id)
Sets the ID element. |
void |
setValue(java.lang.String value)
Sets the Value element. |
void |
unsetAuditCategory()
Unsets the AuditCategory element. |
void |
unsetAuditLevel()
Unsets the AuditLevel element. |
void |
unsetID()
Unsets the ID element. |
void |
unsetValue()
Unsets the Value element. |
org.apache.xmlbeans.XmlInt |
xgetAuditCategory()
Internal Use Only. |
org.apache.xmlbeans.XmlInt |
xgetAuditLevel()
Internal Use Only. |
org.apache.xmlbeans.XmlInt |
xgetID()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetValue()
Internal Use Only. |
void |
xsetAuditCategory(org.apache.xmlbeans.XmlInt auditCategory)
Internal Use Only. |
void |
xsetAuditLevel(org.apache.xmlbeans.XmlInt auditLevel)
Internal Use Only. |
void |
xsetID(org.apache.xmlbeans.XmlInt id)
Internal Use Only. |
void |
xsetValue(org.apache.xmlbeans.XmlString value)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
int getID()
integer that contains the ID.org.apache.xmlbeans.XmlInt xgetID()
boolean isSetID()
true if the ID element has been set, otherwise false.void setID(int id)
id - An integer.void xsetID(org.apache.xmlbeans.XmlInt id)
void unsetID()
java.lang.String getValue()
String.org.apache.xmlbeans.XmlString xgetValue()
boolean isSetValue()
true if the Value element has been set, otherwise false.void setValue(java.lang.String value)
value - A String.void xsetValue(org.apache.xmlbeans.XmlString value)
void unsetValue()
int getAuditLevel()
integer that contains the AuditLevel.org.apache.xmlbeans.XmlInt xgetAuditLevel()
boolean isSetAuditLevel()
true if the AuditLevel has been set, otherwise false.void setAuditLevel(int auditLevel)
auditLevel - integer that represents the auditLevel.void xsetAuditLevel(org.apache.xmlbeans.XmlInt auditLevel)
void unsetAuditLevel()
int getAuditCategory()
integer.org.apache.xmlbeans.XmlInt xgetAuditCategory()
boolean isSetAuditCategory()
true if the AuditCategory has been set, otherwise false.void setAuditCategory(int auditCategory)
auditCategory - An integer that contains the AuditCategory.void xsetAuditCategory(org.apache.xmlbeans.XmlInt auditCategory)
void unsetAuditCategory()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||