Class ArrayOfEspExceptionWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.gen.wsdfu.ArrayOfEspExceptionWrapper
-
public class ArrayOfEspExceptionWrapper extends Object
Generated Axis2 ADB stub class wrapper Class name: ArrayOfEspExceptionWrapper Wraps class: org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_56.ArrayOfEspException Output package : org.hpccsystems.ws.client.wrappers.gen.wsdfu TimeStamp: 2020-11-04T21:52:26.220Z
-
-
Field Summary
Fields Modifier and Type Field Description protected List<EspExceptionWrapper>
local_exception
protected String
local_source
-
Constructor Summary
Constructors Constructor Description ArrayOfEspExceptionWrapper()
ArrayOfEspExceptionWrapper(String _source, List<EspExceptionWrapper> _exception)
ArrayOfEspExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_56.ArrayOfEspException arrayofespexception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EspExceptionWrapper>
getException()
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_56.ArrayOfEspException
getRaw()
String
getSource()
void
setException(List<EspExceptionWrapper> _exception)
void
setSource(String _source)
String
toString()
-
-
-
Field Detail
-
local_source
protected String local_source
-
local_exception
protected List<EspExceptionWrapper> local_exception
-
-
Constructor Detail
-
ArrayOfEspExceptionWrapper
public ArrayOfEspExceptionWrapper()
-
ArrayOfEspExceptionWrapper
public ArrayOfEspExceptionWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_56.ArrayOfEspException arrayofespexception)
-
ArrayOfEspExceptionWrapper
public ArrayOfEspExceptionWrapper(String _source, List<EspExceptionWrapper> _exception)
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_56.ArrayOfEspException getRaw()
-
setSource
public void setSource(String _source)
-
getSource
public String getSource()
-
setException
public void setException(List<EspExceptionWrapper> _exception)
-
getException
public List<EspExceptionWrapper> getException()
-
-