public class SuperfileListResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected List<String> |
local_subfiles |
protected String |
local_superfile |
| Constructor and Description |
|---|
SuperfileListResponseWrapper() |
SuperfileListResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
String _superfile,
List<String> _subfiles) |
SuperfileListResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.SuperfileListResponse superfilelistresponse) |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfEspExceptionWrapper |
getExceptions() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.SuperfileListResponse |
getRaw() |
List<String> |
getSubfiles() |
String |
getSuperfile() |
void |
setExceptions(ArrayOfEspExceptionWrapper _exceptions) |
void |
setSubfiles(List<String> _subfiles) |
void |
setSuperfile(String _superfile) |
String |
toString() |
protected ArrayOfEspExceptionWrapper local_exceptions
protected String local_superfile
public SuperfileListResponseWrapper()
public SuperfileListResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.SuperfileListResponse superfilelistresponse)
public SuperfileListResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, String _superfile, List<String> _subfiles)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.SuperfileListResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setSuperfile(String _superfile)
public String getSuperfile()
Copyright © 2021. All rights reserved.