public class DFUArrayActionRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_backToPage |
protected List<String> |
local_logicalFiles |
protected boolean |
local_noDelete |
protected DFUChangeProtectionWrapper |
local_protect |
protected boolean |
local_removeFromSuperfiles |
protected boolean |
local_removeRecursively |
protected DFUChangeRestrictionWrapper |
local_restrict |
protected DFUArrayActionsWrapper |
local_type |
| Constructor and Description |
|---|
DFUArrayActionRequestWrapper() |
DFUArrayActionRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUArrayActionRequest dfuarrayactionrequest) |
DFUArrayActionRequestWrapper(DFUArrayActionsWrapper _type,
boolean _noDelete,
String _backToPage,
List<String> _logicalFiles,
boolean _removeFromSuperfiles,
boolean _removeRecursively,
DFUChangeProtectionWrapper _protect,
DFUChangeRestrictionWrapper _restrict) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackToPage() |
List<String> |
getLogicalFiles() |
boolean |
getNoDelete() |
DFUChangeProtectionWrapper |
getProtect() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUArrayActionRequest |
getRaw() |
boolean |
getRemoveFromSuperfiles() |
boolean |
getRemoveRecursively() |
DFUChangeRestrictionWrapper |
getRestrict() |
DFUArrayActionsWrapper |
getType() |
void |
setBackToPage(String _backToPage) |
void |
setLogicalFiles(List<String> _logicalFiles) |
void |
setNoDelete(boolean _noDelete) |
void |
setProtect(DFUChangeProtectionWrapper _protect) |
void |
setRemoveFromSuperfiles(boolean _removeFromSuperfiles) |
void |
setRemoveRecursively(boolean _removeRecursively) |
void |
setRestrict(DFUChangeRestrictionWrapper _restrict) |
void |
setType(DFUArrayActionsWrapper _type) |
String |
toString() |
protected DFUArrayActionsWrapper local_type
protected boolean local_noDelete
protected String local_backToPage
protected boolean local_removeFromSuperfiles
protected boolean local_removeRecursively
protected DFUChangeProtectionWrapper local_protect
protected DFUChangeRestrictionWrapper local_restrict
public DFUArrayActionRequestWrapper()
public DFUArrayActionRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUArrayActionRequest dfuarrayactionrequest)
public DFUArrayActionRequestWrapper(DFUArrayActionsWrapper _type, boolean _noDelete, String _backToPage, List<String> _logicalFiles, boolean _removeFromSuperfiles, boolean _removeRecursively, DFUChangeProtectionWrapper _protect, DFUChangeRestrictionWrapper _restrict)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUArrayActionRequest getRaw()
public void setType(DFUArrayActionsWrapper _type)
public DFUArrayActionsWrapper getType()
public void setNoDelete(boolean _noDelete)
public boolean getNoDelete()
public void setBackToPage(String _backToPage)
public String getBackToPage()
public void setRemoveFromSuperfiles(boolean _removeFromSuperfiles)
public boolean getRemoveFromSuperfiles()
public void setRemoveRecursively(boolean _removeRecursively)
public boolean getRemoveRecursively()
public void setProtect(DFUChangeProtectionWrapper _protect)
public DFUChangeProtectionWrapper getProtect()
public void setRestrict(DFUChangeRestrictionWrapper _restrict)
public DFUChangeRestrictionWrapper getRestrict()
Copyright © 2021. All rights reserved.