Class ExecutePreparedSQLRequestWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ExecutePreparedSQLRequestWrapper
-
public class ExecutePreparedSQLRequestWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ExecutePreparedSQLRequestWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLRequest Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.929Z
-
-
Field Summary
Fields Modifier and Type Field Description protected int
local_resultWindowCount
protected int
local_resultWindowStart
protected boolean
local_suppressResults
protected boolean
local_suppressXmlSchema
protected String
local_targetCluster
protected String
local_userName
protected ArrayOfNamedValueWrapper
local_variables
protected int
local_wait
protected String
local_wuId
-
Constructor Summary
Constructors Constructor Description ExecutePreparedSQLRequestWrapper()
ExecutePreparedSQLRequestWrapper(String _wuId, String _userName, String _targetCluster, boolean _suppressResults, boolean _suppressXmlSchema, int _wait, int _resultWindowStart, int _resultWindowCount, ArrayOfNamedValueWrapper _variables)
ExecutePreparedSQLRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLRequest executepreparedsqlrequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLRequest
getRaw()
int
getResultWindowCount()
int
getResultWindowStart()
boolean
getSuppressResults()
boolean
getSuppressXmlSchema()
String
getTargetCluster()
String
getUserName()
ArrayOfNamedValueWrapper
getVariables()
int
getWait()
String
getWuId()
void
setResultWindowCount(int _resultWindowCount)
void
setResultWindowStart(int _resultWindowStart)
void
setSuppressResults(boolean _suppressResults)
void
setSuppressXmlSchema(boolean _suppressXmlSchema)
void
setTargetCluster(String _targetCluster)
void
setUserName(String _userName)
void
setVariables(ArrayOfNamedValueWrapper _variables)
void
setWait(int _wait)
void
setWuId(String _wuId)
String
toString()
-
-
-
Field Detail
-
local_wuId
protected String local_wuId
-
local_userName
protected String local_userName
-
local_targetCluster
protected String local_targetCluster
-
local_suppressResults
protected boolean local_suppressResults
-
local_suppressXmlSchema
protected boolean local_suppressXmlSchema
-
local_wait
protected int local_wait
-
local_resultWindowStart
protected int local_resultWindowStart
-
local_resultWindowCount
protected int local_resultWindowCount
-
local_variables
protected ArrayOfNamedValueWrapper local_variables
-
-
Constructor Detail
-
ExecutePreparedSQLRequestWrapper
public ExecutePreparedSQLRequestWrapper()
-
ExecutePreparedSQLRequestWrapper
public ExecutePreparedSQLRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLRequest executepreparedsqlrequest)
-
ExecutePreparedSQLRequestWrapper
public ExecutePreparedSQLRequestWrapper(String _wuId, String _userName, String _targetCluster, boolean _suppressResults, boolean _suppressXmlSchema, int _wait, int _resultWindowStart, int _resultWindowCount, ArrayOfNamedValueWrapper _variables)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ExecutePreparedSQLRequest getRaw()
-
setWuId
public void setWuId(String _wuId)
-
getWuId
public String getWuId()
-
setUserName
public void setUserName(String _userName)
-
getUserName
public String getUserName()
-
setTargetCluster
public void setTargetCluster(String _targetCluster)
-
getTargetCluster
public String getTargetCluster()
-
setSuppressResults
public void setSuppressResults(boolean _suppressResults)
-
getSuppressResults
public boolean getSuppressResults()
-
setSuppressXmlSchema
public void setSuppressXmlSchema(boolean _suppressXmlSchema)
-
getSuppressXmlSchema
public boolean getSuppressXmlSchema()
-
setWait
public void setWait(int _wait)
-
getWait
public int getWait()
-
setResultWindowStart
public void setResultWindowStart(int _resultWindowStart)
-
getResultWindowStart
public int getResultWindowStart()
-
setResultWindowCount
public void setResultWindowCount(int _resultWindowCount)
-
getResultWindowCount
public int getResultWindowCount()
-
setVariables
public void setVariables(ArrayOfNamedValueWrapper _variables)
-
getVariables
public ArrayOfNamedValueWrapper getVariables()
-
-