Class ExecutePreparedSQLResponseWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ExecutePreparedSQLResponseWrapper
-
public class ExecutePreparedSQLResponseWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ExecutePreparedSQLResponseWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLResponse Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.930Z
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfEspExceptionWrapper
local_exceptions
protected String
local_parentWuId
protected String
local_result
protected org.apache.axis2.databinding.types.UnsignedInt
local_resultWindowCount
protected org.apache.axis2.databinding.types.UnsignedInt
local_resultWindowStart
protected ECLWorkunitWrapper
local_workunit
-
Constructor Summary
Constructors Constructor Description ExecutePreparedSQLResponseWrapper()
ExecutePreparedSQLResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLResponse executepreparedsqlresponse)
ExecutePreparedSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _parentWuId, String _result, org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart, org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount, ECLWorkunitWrapper _workunit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfEspExceptionWrapper
getExceptions()
String
getParentWuId()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLResponse
getRaw()
String
getResult()
org.apache.axis2.databinding.types.UnsignedInt
getResultWindowCount()
org.apache.axis2.databinding.types.UnsignedInt
getResultWindowStart()
ECLWorkunitWrapper
getWorkunit()
void
setExceptions(ArrayOfEspExceptionWrapper _exceptions)
void
setParentWuId(String _parentWuId)
void
setResult(String _result)
void
setResultWindowCount(org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount)
void
setResultWindowStart(org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart)
void
setWorkunit(ECLWorkunitWrapper _workunit)
String
toString()
-
-
-
Field Detail
-
local_exceptions
protected ArrayOfEspExceptionWrapper local_exceptions
-
local_parentWuId
protected String local_parentWuId
-
local_result
protected String local_result
-
local_resultWindowStart
protected org.apache.axis2.databinding.types.UnsignedInt local_resultWindowStart
-
local_resultWindowCount
protected org.apache.axis2.databinding.types.UnsignedInt local_resultWindowCount
-
local_workunit
protected ECLWorkunitWrapper local_workunit
-
-
Constructor Detail
-
ExecutePreparedSQLResponseWrapper
public ExecutePreparedSQLResponseWrapper()
-
ExecutePreparedSQLResponseWrapper
public ExecutePreparedSQLResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLResponse executepreparedsqlresponse)
-
ExecutePreparedSQLResponseWrapper
public ExecutePreparedSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _parentWuId, String _result, org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart, org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount, ECLWorkunitWrapper _workunit)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLResponse getRaw()
-
setExceptions
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
-
getExceptions
public ArrayOfEspExceptionWrapper getExceptions()
-
setParentWuId
public void setParentWuId(String _parentWuId)
-
getParentWuId
public String getParentWuId()
-
setResult
public void setResult(String _result)
-
getResult
public String getResult()
-
setResultWindowStart
public void setResultWindowStart(org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart)
-
getResultWindowStart
public org.apache.axis2.databinding.types.UnsignedInt getResultWindowStart()
-
setResultWindowCount
public void setResultWindowCount(org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount)
-
getResultWindowCount
public org.apache.axis2.databinding.types.UnsignedInt getResultWindowCount()
-
setWorkunit
public void setWorkunit(ECLWorkunitWrapper _workunit)
-
getWorkunit
public ECLWorkunitWrapper getWorkunit()
-
-