Class GetResultsRequestWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.GetResultsRequestWrapper
-
public class GetResultsRequestWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: GetResultsRequestWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsRequest Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.941Z
-
-
Field Summary
Fields Modifier and Type Field Description protected int
local_resultWindowCount
protected int
local_resultWindowStart
protected boolean
local_suppressXmlSchema
protected String
local_wuId
-
Constructor Summary
Constructors Constructor Description GetResultsRequestWrapper()
GetResultsRequestWrapper(String _wuId, boolean _suppressXmlSchema, int _resultWindowStart, int _resultWindowCount)
GetResultsRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsRequest getresultsrequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
local_wuId
protected String local_wuId
-
local_suppressXmlSchema
protected boolean local_suppressXmlSchema
-
local_resultWindowStart
protected int local_resultWindowStart
-
local_resultWindowCount
protected int local_resultWindowCount
-
-
Constructor Detail
-
GetResultsRequestWrapper
public GetResultsRequestWrapper()
-
GetResultsRequestWrapper
public GetResultsRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsRequest getresultsrequest)
-
GetResultsRequestWrapper
public GetResultsRequestWrapper(String _wuId, boolean _suppressXmlSchema, int _resultWindowStart, int _resultWindowCount)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetResultsRequest getRaw()
-
setWuId
public void setWuId(String _wuId)
-
getWuId
public String getWuId()
-
setSuppressXmlSchema
public void setSuppressXmlSchema(boolean _suppressXmlSchema)
-
getSuppressXmlSchema
public boolean getSuppressXmlSchema()
-
setResultWindowStart
public void setResultWindowStart(int _resultWindowStart)
-
getResultWindowStart
public int getResultWindowStart()
-
setResultWindowCount
public void setResultWindowCount(int _resultWindowCount)
-
getResultWindowCount
public int getResultWindowCount()
-
-