com.businessobjects.enterprise.server
Interface ErrorDescrption


public interface ErrorDescrption

An XML ErrorDescrption(@http://enterprise.businessobjects.com/3.0/server). This is a complex type.


Nested Class Summary
static class ErrorDescrption.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 java.lang.String getBadValue()
          Gets the "BadValue" element
 int getErrorId()
          Gets the "ErrorId" element
 boolean isSetBadValue()
          True if has "BadValue" element
 boolean isSetErrorId()
          True if has "ErrorId" element
 void setBadValue(java.lang.String badValue)
          Sets the "BadValue" element
 void setErrorId(int errorId)
          Sets the "ErrorId" element
 void unsetBadValue()
          Unsets the "BadValue" element
 void unsetErrorId()
          Unsets the "ErrorId" element
 org.apache.xmlbeans.XmlString xgetBadValue()
          Gets (as xml) the "BadValue" element
 org.apache.xmlbeans.XmlInt xgetErrorId()
          Gets (as xml) the "ErrorId" element
 void xsetBadValue(org.apache.xmlbeans.XmlString badValue)
          Sets (as xml) the "BadValue" element
 void xsetErrorId(org.apache.xmlbeans.XmlInt errorId)
          Sets (as xml) the "ErrorId" element
 

Field Detail

type

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

getErrorId

int getErrorId()
Gets the "ErrorId" element


xgetErrorId

org.apache.xmlbeans.XmlInt xgetErrorId()
Gets (as xml) the "ErrorId" element


isSetErrorId

boolean isSetErrorId()
True if has "ErrorId" element


setErrorId

void setErrorId(int errorId)
Sets the "ErrorId" element


xsetErrorId

void xsetErrorId(org.apache.xmlbeans.XmlInt errorId)
Sets (as xml) the "ErrorId" element


unsetErrorId

void unsetErrorId()
Unsets the "ErrorId" element


getBadValue

java.lang.String getBadValue()
Gets the "BadValue" element


xgetBadValue

org.apache.xmlbeans.XmlString xgetBadValue()
Gets (as xml) the "BadValue" element


isSetBadValue

boolean isSetBadValue()
True if has "BadValue" element


setBadValue

void setBadValue(java.lang.String badValue)
Sets the "BadValue" element


xsetBadValue

void xsetBadValue(org.apache.xmlbeans.XmlString badValue)
Sets (as xml) the "BadValue" element


unsetBadValue

void unsetBadValue()
Unsets the "BadValue" element