public class AddRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_dstcluster |
protected String |
local_dstname |
protected DataHandler |
local_xmlmap |
| Constructor and Description |
|---|
AddRequestWrapper() |
AddRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.AddRequest addrequest) |
AddRequestWrapper(String _dstname,
DataHandler _xmlmap,
String _dstcluster) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDstcluster() |
String |
getDstname() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.AddRequest |
getRaw() |
DataHandler |
getXmlmap() |
void |
setDstcluster(String _dstcluster) |
void |
setDstname(String _dstname) |
void |
setXmlmap(DataHandler _xmlmap) |
String |
toString() |
protected String local_dstname
protected DataHandler local_xmlmap
protected String local_dstcluster
public AddRequestWrapper()
public AddRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.AddRequest addrequest)
public AddRequestWrapper(String _dstname, DataHandler _xmlmap, String _dstcluster)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.AddRequest getRaw()
public void setDstname(String _dstname)
public String getDstname()
public void setXmlmap(DataHandler _xmlmap)
public DataHandler getXmlmap()
public void setDstcluster(String _dstcluster)
public String getDstcluster()
Copyright © 2021. All rights reserved.