public final class ProcessTrusteeResponse extends CwsResponse
The Response Object from the processing Trustee request. The Object is not containing any other response information than the general.
Please see CwsResponse for information about the result of the
 processing.
| Constructor and Description | 
|---|
ProcessTrusteeResponse()
Empty Constructor, to use if the setters are invoked. 
 | 
ProcessTrusteeResponse(ReturnCode returnCode,
                      String returnMessage)
Error Constructor, used if an error occurred, and the request could not
 complete successfully. 
 | 
getReturnCode, getReturnMessage, isOk, setReturnCode, setReturnMessagepublic ProcessTrusteeResponse()
public ProcessTrusteeResponse(ReturnCode returnCode, String returnMessage)
returnCode - The CWS Return CodereturnMessage - The CWS Return MessageCopyright © 2019 JavaDog.io. All rights reserved.