Class EchoResponseWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.EchoResponseWrapper
-
public class EchoResponseWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: EchoResponseWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EchoResponse Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.894Z
-
-
Field Summary
Fields Modifier and Type Field Description protected String
local_response
-
Constructor Summary
Constructors Constructor Description EchoResponseWrapper()
EchoResponseWrapper(String _response)
EchoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EchoResponse echoresponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EchoResponse
getRaw()
String
getResponse()
void
setResponse(String _response)
String
toString()
-
-
-
Field Detail
-
local_response
protected String local_response
-
-
Constructor Detail
-
EchoResponseWrapper
public EchoResponseWrapper()
-
EchoResponseWrapper
public EchoResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.EchoResponse echoresponse)
-
EchoResponseWrapper
public EchoResponseWrapper(String _response)
-
-