|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuditLevel
This interface provides information about an auditing event level.
| Nested Class Summary | |
|---|---|
static class |
AuditLevel.Factory
A factory class with static methods for creating instances of the AuditLevel type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
AuditEvents |
addNewAuditEvents()
Appends and returns a new empty AuditEvents element. |
AuditEvents |
getAuditEvents()
Gets the AuditEvents element. |
int |
getID()
Gets the ID element. |
java.lang.String |
getValue()
Gets the Value element. |
boolean |
isSetAuditEvents()
Checks if the AuditEvents 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 |
setAuditEvents(AuditEvents auditEvents)
Sets the AuditEvents element. |
void |
setID(int id)
Sets the ID element. |
void |
setValue(java.lang.String value)
Sets the Value element. |
void |
unsetAuditEvents()
Unsets the AuditEvents element. |
void |
unsetID()
Unsets the ID element. |
void |
unsetValue()
Unsets the Value element. |
org.apache.xmlbeans.XmlInt |
xgetID()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetValue()
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()
org.apache.xmlbeans.XmlInt xgetID()
boolean isSetID()
true if the ID has been set, otherwise false.void setID(int id)
id - void xsetID(org.apache.xmlbeans.XmlInt id)
void unsetID()
java.lang.String getValue()
org.apache.xmlbeans.XmlString xgetValue()
boolean isSetValue()
true if the Value has been set, otherwise false.void setValue(java.lang.String value)
value - A String.void xsetValue(org.apache.xmlbeans.XmlString value)
void unsetValue()
AuditEvents getAuditEvents()
boolean isSetAuditEvents()
true if the AuditEvents element has been set, otherwise false.void setAuditEvents(AuditEvents auditEvents)
auditEvents. - AuditEvents addNewAuditEvents()
void unsetAuditEvents()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||