Class GetDBMetaDataRequestWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.GetDBMetaDataRequestWrapper
-
public class GetDBMetaDataRequestWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: GetDBMetaDataRequestWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataRequest Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.934Z
-
-
Field Summary
Fields Modifier and Type Field Description protected String
local_clusterType
protected boolean
local_includeStoredProcedures
protected boolean
local_includeTables
protected boolean
local_includeTargetClusters
protected String
local_querySet
protected String
local_tableFilter
-
Constructor Summary
Constructors Constructor Description GetDBMetaDataRequestWrapper()
GetDBMetaDataRequestWrapper(boolean _includeTables, String _tableFilter, boolean _includeStoredProcedures, String _querySet, boolean _includeTargetClusters, String _clusterType)
GetDBMetaDataRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataRequest getdbmetadatarequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClusterType()
boolean
getIncludeStoredProcedures()
boolean
getIncludeTables()
boolean
getIncludeTargetClusters()
String
getQuerySet()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataRequest
getRaw()
String
getTableFilter()
void
setClusterType(String _clusterType)
void
setIncludeStoredProcedures(boolean _includeStoredProcedures)
void
setIncludeTables(boolean _includeTables)
void
setIncludeTargetClusters(boolean _includeTargetClusters)
void
setQuerySet(String _querySet)
void
setTableFilter(String _tableFilter)
String
toString()
-
-
-
Field Detail
-
local_includeTables
protected boolean local_includeTables
-
local_tableFilter
protected String local_tableFilter
-
local_includeStoredProcedures
protected boolean local_includeStoredProcedures
-
local_querySet
protected String local_querySet
-
local_includeTargetClusters
protected boolean local_includeTargetClusters
-
local_clusterType
protected String local_clusterType
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBMetaDataRequest getRaw()
-
setIncludeTables
public void setIncludeTables(boolean _includeTables)
-
getIncludeTables
public boolean getIncludeTables()
-
setTableFilter
public void setTableFilter(String _tableFilter)
-
getTableFilter
public String getTableFilter()
-
setIncludeStoredProcedures
public void setIncludeStoredProcedures(boolean _includeStoredProcedures)
-
getIncludeStoredProcedures
public boolean getIncludeStoredProcedures()
-
setQuerySet
public void setQuerySet(String _querySet)
-
getQuerySet
public String getQuerySet()
-
setIncludeTargetClusters
public void setIncludeTargetClusters(boolean _includeTargetClusters)
-
getIncludeTargetClusters
public boolean getIncludeTargetClusters()
-
setClusterType
public void setClusterType(String _clusterType)
-
getClusterType
public String getClusterType()
-
-