public class DFUFileCopyWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
local_copyIndex |
protected int |
local_locationIndex |
protected String |
local_path |
| Constructor and Description |
|---|
DFUFileCopyWrapper() |
DFUFileCopyWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCopy dfufilecopy) |
DFUFileCopyWrapper(int _copyIndex,
int _locationIndex,
String _path) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCopyIndex() |
int |
getLocationIndex() |
String |
getPath() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCopy |
getRaw() |
void |
setCopyIndex(int _copyIndex) |
void |
setLocationIndex(int _locationIndex) |
void |
setPath(String _path) |
String |
toString() |
protected int local_copyIndex
protected int local_locationIndex
protected String local_path
public DFUFileCopyWrapper()
public DFUFileCopyWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCopy dfufilecopy)
public DFUFileCopyWrapper(int _copyIndex,
int _locationIndex,
String _path)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFileCopy getRaw()
public void setCopyIndex(int _copyIndex)
public int getCopyIndex()
public void setLocationIndex(int _locationIndex)
public int getLocationIndex()
public void setPath(String _path)
public String getPath()
Copyright © 2021. All rights reserved.