public class GetResultsRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
local_resultWindowCount |
protected int |
local_resultWindowStart |
protected boolean |
local_suppressXmlSchema |
protected String |
local_wuId |
| Constructor and Description |
|---|
GetResultsRequestWrapper() |
GetResultsRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsRequest getresultsrequest) |
GetResultsRequestWrapper(String _wuId,
boolean _suppressXmlSchema,
int _resultWindowStart,
int _resultWindowCount) |
| Modifier and Type | Method and Description |
|---|---|
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsRequest |
getRaw() |
int |
getResultWindowCount() |
int |
getResultWindowStart() |
boolean |
getSuppressXmlSchema() |
String |
getWuId() |
void |
setResultWindowCount(int _resultWindowCount) |
void |
setResultWindowStart(int _resultWindowStart) |
void |
setSuppressXmlSchema(boolean _suppressXmlSchema) |
void |
setWuId(String _wuId) |
String |
toString() |
protected String local_wuId
protected boolean local_suppressXmlSchema
protected int local_resultWindowStart
protected int local_resultWindowCount
public GetResultsRequestWrapper()
public GetResultsRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsRequest getresultsrequest)
public GetResultsRequestWrapper(String _wuId, boolean _suppressXmlSchema, int _resultWindowStart, int _resultWindowCount)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsRequest getRaw()
public void setWuId(String _wuId)
public String getWuId()
public void setSuppressXmlSchema(boolean _suppressXmlSchema)
public boolean getSuppressXmlSchema()
public void setResultWindowStart(int _resultWindowStart)
public int getResultWindowStart()
public void setResultWindowCount(int _resultWindowCount)
public int getResultWindowCount()
Copyright © 2021. All rights reserved.