public class TpGetComponentFileRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_compName |
protected String |
local_compType |
protected String |
local_directory |
protected String |
local_fileType |
protected String |
local_netAddress |
protected int |
local_osType |
protected String |
local_plainText |
| Constructor and Description |
|---|
TpGetComponentFileRequestWrapper() |
TpGetComponentFileRequestWrapper(String _compType,
String _compName,
String _netAddress,
String _directory,
String _fileType,
int _osType,
String _plainText) |
TpGetComponentFileRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGetComponentFileRequest tpgetcomponentfilerequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompName() |
String |
getCompType() |
String |
getDirectory() |
String |
getFileType() |
String |
getNetAddress() |
int |
getOsType() |
String |
getPlainText() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGetComponentFileRequest |
getRaw() |
void |
setCompName(String _compName) |
void |
setCompType(String _compType) |
void |
setDirectory(String _directory) |
void |
setFileType(String _fileType) |
void |
setNetAddress(String _netAddress) |
void |
setOsType(int _osType) |
void |
setPlainText(String _plainText) |
String |
toString() |
protected String local_compType
protected String local_compName
protected String local_netAddress
protected String local_directory
protected String local_fileType
protected int local_osType
protected String local_plainText
public TpGetComponentFileRequestWrapper()
public TpGetComponentFileRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGetComponentFileRequest tpgetcomponentfilerequest)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpGetComponentFileRequest getRaw()
public void setCompType(String _compType)
public String getCompType()
public void setCompName(String _compName)
public String getCompName()
public void setNetAddress(String _netAddress)
public String getNetAddress()
public void setDirectory(String _directory)
public String getDirectory()
public void setFileType(String _fileType)
public String getFileType()
public void setOsType(int _osType)
public int getOsType()
public void setPlainText(String _plainText)
public String getPlainText()
Copyright © 2021. All rights reserved.