public class DFUFilePartWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ArrayOfDFUFileCopyWrapper |
local_copies |
protected int |
local_partIndex |
protected boolean |
local_topLevelKey |
| Constructor and Description |
|---|
DFUFilePartWrapper() |
DFUFilePartWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFilePart dfufilepart) |
DFUFilePartWrapper(int _partIndex,
ArrayOfDFUFileCopyWrapper _copies,
boolean _topLevelKey) |
| Modifier and Type | Method and Description |
|---|---|
ArrayOfDFUFileCopyWrapper |
getCopies() |
int |
getPartIndex() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFilePart |
getRaw() |
boolean |
getTopLevelKey() |
void |
setCopies(ArrayOfDFUFileCopyWrapper _copies) |
void |
setPartIndex(int _partIndex) |
void |
setTopLevelKey(boolean _topLevelKey) |
String |
toString() |
protected int local_partIndex
protected ArrayOfDFUFileCopyWrapper local_copies
protected boolean local_topLevelKey
public DFUFilePartWrapper()
public DFUFilePartWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFilePart dfufilepart)
public DFUFilePartWrapper(int _partIndex,
ArrayOfDFUFileCopyWrapper _copies,
boolean _topLevelKey)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUFilePart getRaw()
public void setPartIndex(int _partIndex)
public int getPartIndex()
public void setCopies(ArrayOfDFUFileCopyWrapper _copies)
public ArrayOfDFUFileCopyWrapper getCopies()
public void setTopLevelKey(boolean _topLevelKey)
public boolean getTopLevelKey()
Copyright © 2021. All rights reserved.