Class GetDBSystemInfoResponseWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.GetDBSystemInfoResponseWrapper
-
public class GetDBSystemInfoResponseWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: GetDBSystemInfoResponseWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBSystemInfoResponse Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.938Z
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfEspExceptionWrapper
local_exceptions
protected String
local_fullVersion
protected String
local_major
protected String
local_maturity
protected String
local_minor
protected String
local_name
protected String
local_point
protected String
local_project
protected String
local_wsSQLFullVersion
protected String
local_wsSQLMajor
protected String
local_wsSQLMaturity
protected String
local_wsSQLMinor
protected String
local_wsSQLPoint
protected String
local_wsSQLProject
-
Constructor Summary
Constructors Constructor Description GetDBSystemInfoResponseWrapper()
GetDBSystemInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBSystemInfoResponse getdbsysteminforesponse)
GetDBSystemInfoResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _name, String _fullVersion, String _major, String _minor, String _point, String _project, String _maturity, String _wsSQLFullVersion, String _wsSQLMajor, String _wsSQLMinor, String _wsSQLPoint, String _wsSQLProject, String _wsSQLMaturity)
-
Method Summary
-
-
-
Field Detail
-
local_exceptions
protected ArrayOfEspExceptionWrapper local_exceptions
-
local_name
protected String local_name
-
local_fullVersion
protected String local_fullVersion
-
local_major
protected String local_major
-
local_minor
protected String local_minor
-
local_point
protected String local_point
-
local_project
protected String local_project
-
local_maturity
protected String local_maturity
-
local_wsSQLFullVersion
protected String local_wsSQLFullVersion
-
local_wsSQLMajor
protected String local_wsSQLMajor
-
local_wsSQLMinor
protected String local_wsSQLMinor
-
local_wsSQLPoint
protected String local_wsSQLPoint
-
local_wsSQLProject
protected String local_wsSQLProject
-
local_wsSQLMaturity
protected String local_wsSQLMaturity
-
-
Constructor Detail
-
GetDBSystemInfoResponseWrapper
public GetDBSystemInfoResponseWrapper()
-
GetDBSystemInfoResponseWrapper
public GetDBSystemInfoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBSystemInfoResponse getdbsysteminforesponse)
-
GetDBSystemInfoResponseWrapper
public GetDBSystemInfoResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _name, String _fullVersion, String _major, String _minor, String _point, String _project, String _maturity, String _wsSQLFullVersion, String _wsSQLMajor, String _wsSQLMinor, String _wsSQLPoint, String _wsSQLProject, String _wsSQLMaturity)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.GetDBSystemInfoResponse getRaw()
-
setExceptions
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
-
getExceptions
public ArrayOfEspExceptionWrapper getExceptions()
-
setName
public void setName(String _name)
-
getName
public String getName()
-
setFullVersion
public void setFullVersion(String _fullVersion)
-
getFullVersion
public String getFullVersion()
-
setMajor
public void setMajor(String _major)
-
getMajor
public String getMajor()
-
setMinor
public void setMinor(String _minor)
-
getMinor
public String getMinor()
-
setPoint
public void setPoint(String _point)
-
getPoint
public String getPoint()
-
setProject
public void setProject(String _project)
-
getProject
public String getProject()
-
setMaturity
public void setMaturity(String _maturity)
-
getMaturity
public String getMaturity()
-
setWsSQLFullVersion
public void setWsSQLFullVersion(String _wsSQLFullVersion)
-
getWsSQLFullVersion
public String getWsSQLFullVersion()
-
setWsSQLMajor
public void setWsSQLMajor(String _wsSQLMajor)
-
getWsSQLMajor
public String getWsSQLMajor()
-
setWsSQLMinor
public void setWsSQLMinor(String _wsSQLMinor)
-
getWsSQLMinor
public String getWsSQLMinor()
-
setWsSQLPoint
public void setWsSQLPoint(String _wsSQLPoint)
-
getWsSQLPoint
public String getWsSQLPoint()
-
setWsSQLProject
public void setWsSQLProject(String _wsSQLProject)
-
getWsSQLProject
public String getWsSQLProject()
-
setWsSQLMaturity
public void setWsSQLMaturity(String _wsSQLMaturity)
-
getWsSQLMaturity
public String getWsSQLMaturity()
-
-