com.businessobjects.enterprise.auditeventinfo2
Interface AuditEventDetail


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

type

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

getID

int getID()
Gets the ID element.

Returns:
An integer

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 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:
A String that contains the Value.

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 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.


getIsSettable

boolean getIsSettable()
Gets the isSettable element.

Returns:
true if the Value element exists, otherwise false.

xgetIsSettable

org.apache.xmlbeans.XmlBoolean xgetIsSettable()
Internal Use Only.


isSetIsSettable

boolean isSetIsSettable()
Checks if the isSettable element has been set.

Returns:
true if the Value element is Settable, otherwise false.

setIsSettable

void setIsSettable(boolean isSettable)
Sets the isSettable element.

Parameters:
isSettable - A boolean value.

xsetIsSettable

void xsetIsSettable(org.apache.xmlbeans.XmlBoolean isSettable)
Internal Use Only.


unsetIsSettable

void unsetIsSettable()
Unsets the isSettable element.