public class GetResultsResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfEspExceptionWrapper |
local_exceptions |
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 and Description |
|---|
GetResultsResponseWrapper() |
GetResultsResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _result,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount,
ECLWorkunitWrapper _workunit) |
GetResultsResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsResponse getresultsresponse) |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfEspExceptionWrapper |
getExceptions() |
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsResponse |
getRaw() |
String |
getResult() |
org.apache.axis2.databinding.types.UnsignedInt |
getResultWindowCount() |
org.apache.axis2.databinding.types.UnsignedInt |
getResultWindowStart() |
ECLWorkunitWrapper |
getWorkunit() |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
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() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected String local_result
protected org.apache.axis2.databinding.types.UnsignedInt local_resultWindowStart
protected org.apache.axis2.databinding.types.UnsignedInt local_resultWindowCount
protected ECLWorkunitWrapper local_workunit
public GetResultsResponseWrapper()
public GetResultsResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsResponse getresultsresponse)
public GetResultsResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _result, org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart, org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount, ECLWorkunitWrapper _workunit)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setResult(String _result)
public String getResult()
public void setResultWindowStart(org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart)
public org.apache.axis2.databinding.types.UnsignedInt getResultWindowStart()
public void setResultWindowCount(org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount)
public org.apache.axis2.databinding.types.UnsignedInt getResultWindowCount()
public void setWorkunit(ECLWorkunitWrapper _workunit)
public ECLWorkunitWrapper getWorkunit()
Copyright © 2021. All rights reserved.