Class ECLQueryWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.ECLQueryWrapper
-
@Deprecated public class ECLQueryWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ECLQueryWrapper()Deprecated.Instantiates a new ECL query wrapper.ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLQuery raw)Deprecated.Instantiates a new ECL query wrapper.ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLQuery raw)Deprecated.Instantiates a new ECL query wrapper.ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLQuery raw)Deprecated.Instantiates a new ECL query wrapper.ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLQuery raw)Deprecated.Instantiates a new ECL query wrapper.ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLQuery raw)Deprecated.Instantiates a new ECL query wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetCpp()Deprecated.Gets the cpp.StringgetDll()Deprecated.Gets the dll.StringgetQueryMainDefinition()Deprecated.Gets the query main definition.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLQuerygetRaw()Deprecated.Gets the raw.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLQuerygetRawLatestVersion()Deprecated.Gets the latest version of ECLQuery.StringgetResTxt()Deprecated.Gets the res txt.StringgetText()Deprecated.Gets the text.StringgetThorLog()Deprecated.Gets the thor log.voidsetCpp(String cpp)Deprecated.Sets the cpp.voidsetDll(String dll)Deprecated.Sets the dll.voidsetQueryMainDefinition(String queryMainDefinition)Deprecated.Sets the query main definition.voidsetResTxt(String resTxt)Deprecated.Sets the res txt.voidsetText(String text)Deprecated.Sets the text.voidsetThorLog(String thorLog)Deprecated.Sets the thor log.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
ECLQueryWrapper
public ECLQueryWrapper()
Deprecated.Instantiates a new ECL query wrapper.
-
ECLQueryWrapper
public ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLQuery raw)
Deprecated.Instantiates a new ECL query wrapper.- Parameters:
raw- the raw
-
ECLQueryWrapper
public ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLQuery raw)
Deprecated.Instantiates a new ECL query wrapper.- Parameters:
raw- the raw
-
ECLQueryWrapper
public ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLQuery raw)
Deprecated.Instantiates a new ECL query wrapper.- Parameters:
raw- the raw
-
ECLQueryWrapper
public ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLQuery raw)
Deprecated.Instantiates a new ECL query wrapper.- Parameters:
raw- the raw
-
ECLQueryWrapper
public ECLQueryWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLQuery raw)
Deprecated.Instantiates a new ECL query wrapper.- Parameters:
raw- the raw
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLQuery getRaw()
Deprecated.Gets the raw.- Returns:
- the raw
-
getRawLatestVersion
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLQuery getRawLatestVersion()
Deprecated.Gets the latest version of ECLQuery.- Returns:
- the the latest version of ECLQuery
-
getText
public String getText()
Deprecated.Gets the text.- Returns:
- the text
-
setText
public void setText(String text)
Deprecated.Sets the text.- Parameters:
text- the text to set
-
getCpp
public String getCpp()
Deprecated.Gets the cpp.- Returns:
- the cpp
-
setCpp
public void setCpp(String cpp)
Deprecated.Sets the cpp.- Parameters:
cpp- the cpp to set
-
getResTxt
public String getResTxt()
Deprecated.Gets the res txt.- Returns:
- the resTxt
-
setResTxt
public void setResTxt(String resTxt)
Deprecated.Sets the res txt.- Parameters:
resTxt- the resTxt to set
-
getDll
public String getDll()
Deprecated.Gets the dll.- Returns:
- the dll
-
setDll
public void setDll(String dll)
Deprecated.Sets the dll.- Parameters:
dll- the dll to set
-
getThorLog
public String getThorLog()
Deprecated.Gets the thor log.- Returns:
- the thorLog
-
setThorLog
public void setThorLog(String thorLog)
Deprecated.Sets the thor log.- Parameters:
thorLog- the thorLog to set
-
getQueryMainDefinition
public String getQueryMainDefinition()
Deprecated.Gets the query main definition.- Returns:
- the queryMainDefinition
-
setQueryMainDefinition
public void setQueryMainDefinition(String queryMainDefinition)
Deprecated.Sets the query main definition.- Parameters:
queryMainDefinition- the queryMainDefinition to set
-
-