|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuditEventDetail
This interface provides information about an auditing event detail.
| Nested Class Summary | |
|---|---|
static class |
AuditEventDetail.Factory
A factory class with static methods for creating instances of the AuditEventDetail type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
int |
getID()
Gets the ID element. |
boolean |
getIsSettable()
Gets the isSettable element. |
java.lang.String |
getValue()
Gets the Value element. |
boolean |
isSetID()
Checks if the ID element has been set. |
boolean |
isSetIsSettable()
Checks if the isSettable element has been set. |
boolean |
isSetValue()
Checks if the Value element has been set. |
void |
setID(int id)
Sets the ID element. |
void |
setIsSettable(boolean isSettable)
Sets the isSettable element. |
void |
setValue(java.lang.String value)
Sets the Value element. |
void |
unsetID()
Unsets the ID element. |
void |
unsetIsSettable()
Unsets the isSettable element. |
void |
unsetValue()
Unsets the Value element. |
org.apache.xmlbeans.XmlInt |
xgetID()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetIsSettable()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetValue()
Internal Use Only. |
void |
xsetID(org.apache.xmlbeans.XmlInt id)
Internal Use Only. |
void |
xsetIsSettable(org.apache.xmlbeans.XmlBoolean isSettable)
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()
integerorg.apache.xmlbeans.XmlInt xgetID()
boolean isSetID()
true if the ID 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 that contains the Value.org.apache.xmlbeans.XmlString xgetValue()
boolean isSetValue()
true if the Value has been set, otherwise false.void setValue(java.lang.String value)
value - A Stringvoid xsetValue(org.apache.xmlbeans.XmlString value)
void unsetValue()
boolean getIsSettable()
true if the Value element exists, otherwise false.org.apache.xmlbeans.XmlBoolean xgetIsSettable()
boolean isSetIsSettable()
true if the Value element is Settable, otherwise false.void setIsSettable(boolean isSettable)
isSettable - A boolean value.void xsetIsSettable(org.apache.xmlbeans.XmlBoolean isSettable)
void unsetIsSettable()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||