Class CreateTableAndLoadResponseWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.CreateTableAndLoadResponseWrapper
-
public class CreateTableAndLoadResponseWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: CreateTableAndLoadResponseWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.CreateTableAndLoadResponse Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.887Z
-
-
Field Summary
Fields Modifier and Type Field Description protected String
local_eclRecordDefinition
protected boolean
local_success
protected String
local_tableName
protected ECLWorkunitWrapper
local_workunit
-
Constructor Summary
Constructors Constructor Description CreateTableAndLoadResponseWrapper()
CreateTableAndLoadResponseWrapper(String _tableName, boolean _success, String _eclRecordDefinition, ECLWorkunitWrapper _workunit)
CreateTableAndLoadResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.CreateTableAndLoadResponse createtableandloadresponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEclRecordDefinition()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.CreateTableAndLoadResponse
getRaw()
boolean
getSuccess()
String
getTableName()
ECLWorkunitWrapper
getWorkunit()
void
setEclRecordDefinition(String _eclRecordDefinition)
void
setSuccess(boolean _success)
void
setTableName(String _tableName)
void
setWorkunit(ECLWorkunitWrapper _workunit)
String
toString()
-
-
-
Field Detail
-
local_tableName
protected String local_tableName
-
local_success
protected boolean local_success
-
local_eclRecordDefinition
protected String local_eclRecordDefinition
-
local_workunit
protected ECLWorkunitWrapper local_workunit
-
-
Constructor Detail
-
CreateTableAndLoadResponseWrapper
public CreateTableAndLoadResponseWrapper()
-
CreateTableAndLoadResponseWrapper
public CreateTableAndLoadResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.CreateTableAndLoadResponse createtableandloadresponse)
-
CreateTableAndLoadResponseWrapper
public CreateTableAndLoadResponseWrapper(String _tableName, boolean _success, String _eclRecordDefinition, ECLWorkunitWrapper _workunit)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.CreateTableAndLoadResponse getRaw()
-
setTableName
public void setTableName(String _tableName)
-
getTableName
public String getTableName()
-
setSuccess
public void setSuccess(boolean _success)
-
getSuccess
public boolean getSuccess()
-
setEclRecordDefinition
public void setEclRecordDefinition(String _eclRecordDefinition)
-
getEclRecordDefinition
public String getEclRecordDefinition()
-
setWorkunit
public void setWorkunit(ECLWorkunitWrapper _workunit)
-
getWorkunit
public ECLWorkunitWrapper getWorkunit()
-
-