Class ArrayOfECLExceptionWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wssql.ArrayOfECLExceptionWrapper
-
public class ArrayOfECLExceptionWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ArrayOfECLExceptionWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLException Output package : org.hpccsystems.ws.client.wrappers.gen.wssql TimeStamp: 2020-09-23T04:21:56.871Z
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ECLExceptionWrapper>
local_eCLException
-
Constructor Summary
Constructors Constructor Description ArrayOfECLExceptionWrapper()
ArrayOfECLExceptionWrapper(List<ECLExceptionWrapper> _eCLException)
ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLException arrayofeclexception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ECLExceptionWrapper>
getECLException()
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLException
getRaw()
void
setECLException(List<ECLExceptionWrapper> _eCLException)
String
toString()
-
-
-
Field Detail
-
local_eCLException
protected List<ECLExceptionWrapper> local_eCLException
-
-
Constructor Detail
-
ArrayOfECLExceptionWrapper
public ArrayOfECLExceptionWrapper()
-
ArrayOfECLExceptionWrapper
public ArrayOfECLExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLException arrayofeclexception)
-
ArrayOfECLExceptionWrapper
public ArrayOfECLExceptionWrapper(List<ECLExceptionWrapper> _eCLException)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ArrayOfECLException getRaw()
-
setECLException
public void setECLException(List<ECLExceptionWrapper> _eCLException)
-
getECLException
public List<ECLExceptionWrapper> getECLException()
-
-