Class ECLQueryWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ECLQueryWrapper
-
public class ECLQueryWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ECLQueryWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLQuery Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.903Z
-
-
Field Summary
Fields Modifier and Type Field Description protected String
local_cpp
protected String
local_dll
protected String
local_queryMainDefinition
protected String
local_resTxt
protected String
local_text
protected String
local_thorLog
-
Constructor Summary
Constructors Constructor Description ECLQueryWrapper()
ECLQueryWrapper(String _text, String _cpp, String _resTxt, String _dll, String _thorLog, String _queryMainDefinition)
ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLQuery eclquery)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCpp()
String
getDll()
String
getQueryMainDefinition()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLQuery
getRaw()
String
getResTxt()
String
getText()
String
getThorLog()
void
setCpp(String _cpp)
void
setDll(String _dll)
void
setQueryMainDefinition(String _queryMainDefinition)
void
setResTxt(String _resTxt)
void
setText(String _text)
void
setThorLog(String _thorLog)
String
toString()
-
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLQuery getRaw()
-
setText
public void setText(String _text)
-
getText
public String getText()
-
setCpp
public void setCpp(String _cpp)
-
getCpp
public String getCpp()
-
setResTxt
public void setResTxt(String _resTxt)
-
getResTxt
public String getResTxt()
-
setDll
public void setDll(String _dll)
-
getDll
public String getDll()
-
setThorLog
public void setThorLog(String _thorLog)
-
getThorLog
public String getThorLog()
-
setQueryMainDefinition
public void setQueryMainDefinition(String _queryMainDefinition)
-
getQueryMainDefinition
public String getQueryMainDefinition()
-
-