|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openeai.OpenEaiObject
org.openeai.moa.EnterpriseObjectBase
org.openeai.moa.XmlEnterpriseObjectImpl
org.openeai.moa.objects.resources.Error
public class Error
A Class that wraps the Error element as specified in the OpenEAI protocol.
| Field Summary |
|---|
| Fields inherited from class org.openeai.moa.XmlEnterpriseObjectImpl |
|---|
ENTERPRISE_FIELDS, XML_LAYOUT_MANAGER |
| Fields inherited from class org.openeai.OpenEaiObject |
|---|
logger |
| Constructor Summary | |
|---|---|
Error()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getErrorDescription()
|
java.lang.String |
getErrorNumber()
|
java.lang.String |
getType()
|
void |
setErrorDescription(java.lang.String desc)
|
void |
setErrorNumber(java.lang.String num)
|
void |
setType(java.lang.String inType)
|
| Methods inherited from class org.openeai.OpenEaiObject |
|---|
getAppName, getDebug, getFromAddr, getMailHost, getMailService, getProperties, getToAddr, initializeLog4j, initializeLog4j, initializeLog4j, setAppName, setDebug, setFromAddr, setMailHost, setMailService, setProperties, setToAddr |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Error()
| Method Detail |
|---|
public void setType(java.lang.String inType)
public java.lang.String getType()
public void setErrorNumber(java.lang.String num)
public java.lang.String getErrorNumber()
public void setErrorDescription(java.lang.String desc)
public java.lang.String getErrorDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||