com.businessobjects.enterprise.server
Interface ConfigPropErrorDesc


public interface ConfigPropErrorDesc

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


Nested Class Summary
static class ConfigPropErrorDesc.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 com.businessobjects.enterprise.infoobject.VoidProperty addNewErrorValue()
          Appends and returns a new empty "ErrorValue" element
 int getErrorDescription()
          Gets the "ErrorDescription" element
 com.businessobjects.enterprise.infoobject.VoidProperty getErrorValue()
          Gets the "ErrorValue" element
 boolean isSetErrorDescription()
          True if has "ErrorDescription" element
 boolean isSetErrorValue()
          True if has "ErrorValue" element
 void setErrorDescription(int errorDescription)
          Sets the "ErrorDescription" element
 void setErrorValue(com.businessobjects.enterprise.infoobject.VoidProperty errorValue)
          Sets the "ErrorValue" element
 void unsetErrorDescription()
          Unsets the "ErrorDescription" element
 void unsetErrorValue()
          Unsets the "ErrorValue" element
 org.apache.xmlbeans.XmlInt xgetErrorDescription()
          Gets (as xml) the "ErrorDescription" element
 void xsetErrorDescription(org.apache.xmlbeans.XmlInt errorDescription)
          Sets (as xml) the "ErrorDescription" element
 

Field Detail

type

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

getErrorValue

com.businessobjects.enterprise.infoobject.VoidProperty getErrorValue()
Gets the "ErrorValue" element


isSetErrorValue

boolean isSetErrorValue()
True if has "ErrorValue" element


setErrorValue

void setErrorValue(com.businessobjects.enterprise.infoobject.VoidProperty errorValue)
Sets the "ErrorValue" element


addNewErrorValue

com.businessobjects.enterprise.infoobject.VoidProperty addNewErrorValue()
Appends and returns a new empty "ErrorValue" element


unsetErrorValue

void unsetErrorValue()
Unsets the "ErrorValue" element


getErrorDescription

int getErrorDescription()
Gets the "ErrorDescription" element


xgetErrorDescription

org.apache.xmlbeans.XmlInt xgetErrorDescription()
Gets (as xml) the "ErrorDescription" element


isSetErrorDescription

boolean isSetErrorDescription()
True if has "ErrorDescription" element


setErrorDescription

void setErrorDescription(int errorDescription)
Sets the "ErrorDescription" element


xsetErrorDescription

void xsetErrorDescription(org.apache.xmlbeans.XmlInt errorDescription)
Sets (as xml) the "ErrorDescription" element


unsetErrorDescription

void unsetErrorDescription()
Unsets the "ErrorDescription" element