public class AddtoSuperfileRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_backToPage |
protected boolean |
local_existingFile |
protected List<String> |
local_names |
protected String |
local_subfiles |
protected String |
local_superfile |
| Constructor and Description |
|---|
AddtoSuperfileRequestWrapper() |
AddtoSuperfileRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.AddtoSuperfileRequest addtosuperfilerequest) |
AddtoSuperfileRequestWrapper(String _superfile,
String _subfiles,
List<String> _names,
boolean _existingFile,
String _backToPage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackToPage() |
boolean |
getExistingFile() |
List<String> |
getNames() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.AddtoSuperfileRequest |
getRaw() |
String |
getSubfiles() |
String |
getSuperfile() |
void |
setBackToPage(String _backToPage) |
void |
setExistingFile(boolean _existingFile) |
void |
setNames(List<String> _names) |
void |
setSubfiles(String _subfiles) |
void |
setSuperfile(String _superfile) |
String |
toString() |
protected String local_superfile
protected String local_subfiles
protected boolean local_existingFile
protected String local_backToPage
public AddtoSuperfileRequestWrapper()
public AddtoSuperfileRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.AddtoSuperfileRequest addtosuperfilerequest)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.AddtoSuperfileRequest getRaw()
public void setSuperfile(String _superfile)
public String getSuperfile()
public void setSubfiles(String _subfiles)
public String getSubfiles()
public void setExistingFile(boolean _existingFile)
public boolean getExistingFile()
public void setBackToPage(String _backToPage)
public String getBackToPage()
Copyright © 2021. All rights reserved.