public class SignResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_errMsg |
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected int |
local_retCode |
protected String |
local_signedText |
| Constructor and Description |
|---|
SignResponseWrapper() |
SignResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
int _retCode,
String _errMsg,
String _signedText) |
SignResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wscodesign.v1_01.SignResponse signresponse) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrMsg() |
ArrayOfEspExceptionWrapper |
getExceptions() |
org.hpccsystems.ws.client.gen.axis2.wscodesign.v1_01.SignResponse |
getRaw() |
int |
getRetCode() |
String |
getSignedText() |
void |
setErrMsg(String _errMsg) |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
void |
setRetCode(int _retCode) |
void |
setSignedText(String _signedText) |
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected int local_retCode
protected String local_errMsg
protected String local_signedText
public SignResponseWrapper()
public SignResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wscodesign.v1_01.SignResponse signresponse)
public SignResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, int _retCode, String _errMsg, String _signedText)
public org.hpccsystems.ws.client.gen.axis2.wscodesign.v1_01.SignResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setRetCode(int _retCode)
public int getRetCode()
public void setErrMsg(String _errMsg)
public String getErrMsg()
public void setSignedText(String _signedText)
public String getSignedText()
Copyright © 2021. All rights reserved.