com.businessobjects.enterprise.auditeventinfo2
Interface AuditEvent


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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getID

int getID()
Gets the ID element.

Returns:
An integer that contains the ID.

xgetID

org.apache.xmlbeans.XmlInt xgetID()
Internal Use Only.


isSetID

boolean isSetID()
Checks if the ID element has been set.

Returns:
true if the ID element has been set, otherwise false.

setID

void setID(int id)
Sets the ID element.

Parameters:
id - An integer.

xsetID

void xsetID(org.apache.xmlbeans.XmlInt id)
Internal Use Only.


unsetID

void unsetID()
Unsets the ID element.


getValue

java.lang.String getValue()
Gets the Value element.

Returns:
String.

xgetValue

org.apache.xmlbeans.XmlString xgetValue()
Internal Use Only.


isSetValue

boolean isSetValue()
Checks if the Value element has been set.

Returns:
true if the Value element has been set, otherwise false.

setValue

void setValue(java.lang.String value)
Sets the Value element.

Parameters:
value - A String.

xsetValue

void xsetValue(org.apache.xmlbeans.XmlString value)
Internal Use Only.


unsetValue

void unsetValue()
Unsets the Value element.


getAuditLevel

int getAuditLevel()
Gets the AuditLevel element.

Returns:
integer that contains the AuditLevel.

xgetAuditLevel

org.apache.xmlbeans.XmlInt xgetAuditLevel()
Internal Use Only.


isSetAuditLevel

boolean isSetAuditLevel()
Checks if the AuditLevel element has been set.

Returns:
true if the AuditLevel has been set, otherwise false.

setAuditLevel

void setAuditLevel(int auditLevel)
Sets the AuditLevel element.

Parameters:
auditLevel - integer that represents the auditLevel.

xsetAuditLevel

void xsetAuditLevel(org.apache.xmlbeans.XmlInt auditLevel)
Internal Use Only.


unsetAuditLevel

void unsetAuditLevel()
Unsets the AuditLevel element.


getAuditCategory

int getAuditCategory()
Gets the AuditCategory element.

Returns:
An integer.

xgetAuditCategory

org.apache.xmlbeans.XmlInt xgetAuditCategory()
Internal Use Only.


isSetAuditCategory

boolean isSetAuditCategory()
Checks if the AuditCategory element has been set.

Returns:
true if the AuditCategory has been set, otherwise false.

setAuditCategory

void setAuditCategory(int auditCategory)
Sets the AuditCategory element.

Parameters:
auditCategory - An integer that contains the AuditCategory.

xsetAuditCategory

void xsetAuditCategory(org.apache.xmlbeans.XmlInt auditCategory)
Internal Use Only.


unsetAuditCategory

void unsetAuditCategory()
Unsets the AuditCategory element.