public class ExecutePreparedSQLResponseWrapper extends Object
Modifier and Type | Field and 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 and Description |
---|
ExecutePreparedSQLResponseWrapper() |
ExecutePreparedSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _parentWuId,
String _result,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowStart,
org.apache.axis2.databinding.types.UnsignedInt _resultWindowCount,
ECLWorkunitWrapper _workunit) |
ExecutePreparedSQLResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.ExecutePreparedSQLResponse executepreparedsqlresponse) |
Modifier and Type | Method and Description |
---|---|
ArrayOfEspExceptionWrapper |
getExceptions() |
String |
getParentWuId() |
org.hpccsystems.ws.client.gen.axis2.wssql.v1_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() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected String local_parentWuId
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 ExecutePreparedSQLResponseWrapper()
public ExecutePreparedSQLResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v1_05.ExecutePreparedSQLResponse executepreparedsqlresponse)
public ExecutePreparedSQLResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _parentWuId, 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.v1_05.ExecutePreparedSQLResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setParentWuId(String _parentWuId)
public String getParentWuId()
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 © 2020. All rights reserved.