Class ExceptionsWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ExceptionsWrapper
-
public class ExceptionsWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ExceptionsWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.Exceptions Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.928Z
-
-
Field Summary
Fields Modifier and Type Field Description protected ArrayOfEspExceptionWrapper
local_exceptions
-
Constructor Summary
Constructors Constructor Description ExceptionsWrapper()
ExceptionsWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.Exceptions exceptions)
ExceptionsWrapper(ArrayOfEspExceptionWrapper _exceptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayOfEspExceptionWrapper
getExceptions()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.Exceptions
getRaw()
void
setExceptions(ArrayOfEspExceptionWrapper _exceptions)
String
toString()
-
-
-
Field Detail
-
local_exceptions
protected ArrayOfEspExceptionWrapper local_exceptions
-
-
Constructor Detail
-
ExceptionsWrapper
public ExceptionsWrapper()
-
ExceptionsWrapper
public ExceptionsWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.Exceptions exceptions)
-
ExceptionsWrapper
public ExceptionsWrapper(ArrayOfEspExceptionWrapper _exceptions)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.Exceptions getRaw()
-
setExceptions
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
-
getExceptions
public ArrayOfEspExceptionWrapper getExceptions()
-
-