Class PrepareSQLResponseWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.PrepareSQLResponseWrapper
-
public class PrepareSQLResponseWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: PrepareSQLResponseWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.PrepareSQLResponse Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.956Z
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfEspExceptionWrapper
local_exceptions
protected String
local_result
protected ECLWorkunitWrapper
local_workunit
-
Constructor Summary
Constructors Constructor Description PrepareSQLResponseWrapper()
PrepareSQLResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.PrepareSQLResponse preparesqlresponse)
PrepareSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, ECLWorkunitWrapper _workunit, String _result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfEspExceptionWrapper
getExceptions()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.PrepareSQLResponse
getRaw()
String
getResult()
ECLWorkunitWrapper
getWorkunit()
void
setExceptions(ArrayOfEspExceptionWrapper _exceptions)
void
setResult(String _result)
void
setWorkunit(ECLWorkunitWrapper _workunit)
String
toString()
-
-
-
Field Detail
-
local_exceptions
protected ArrayOfEspExceptionWrapper local_exceptions
-
local_workunit
protected ECLWorkunitWrapper local_workunit
-
local_result
protected String local_result
-
-
Constructor Detail
-
PrepareSQLResponseWrapper
public PrepareSQLResponseWrapper()
-
PrepareSQLResponseWrapper
public PrepareSQLResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.PrepareSQLResponse preparesqlresponse)
-
PrepareSQLResponseWrapper
public PrepareSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, ECLWorkunitWrapper _workunit, String _result)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.PrepareSQLResponse getRaw()
-
setExceptions
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
-
getExceptions
public ArrayOfEspExceptionWrapper getExceptions()
-
setWorkunit
public void setWorkunit(ECLWorkunitWrapper _workunit)
-
getWorkunit
public ECLWorkunitWrapper getWorkunit()
-
setResult
public void setResult(String _result)
-
getResult
public String getResult()
-
-