|
Oracle Collaboration Suite Discussions Web Services Java API Reference 10g (10.1.2.2) Part No. B28210-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.discussions.ws.beans.DeleteElementBulkResponse
Bulk response bean, returned by the update/delete bulk services.
An array of beans is returned, only if the corresponding update/delete invocations fail. Nothing is returned, on successful execution of all the update/delete invocations.
Method Summary | |
java.lang.String |
getElement() Returns the element, on which, the update/delete operation failed. |
java.lang.String |
getErrorCode() Returns the error code corresponding to the exception message. |
java.lang.String |
getErrorMessage() Returns the error message corresponding to the server side exception. |
void |
setErrorCode(java.lang.String code) Sets the error code corresponding to the exception message. |
void |
setErrorMessage(java.lang.String message) Sets the error message corresponding to the server side exception. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getElement()
public void setErrorMessage(java.lang.String message)
message
- - Error messagepublic java.lang.String getErrorMessage()
public void setErrorCode(java.lang.String code)
code
- - Error codepublic java.lang.String getErrorCode()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |