Class ZipAndDownloadInputObject
java.lang.Object
com.emc.d2fs.models.zipanddownloadinputobject.ZipAndDownloadInputObject
- All Implemented Interfaces:
Serializable
Java class for zipAndDownloadInputObject complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="zipAndDownloadInputObject">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fileFolderIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="rootFolderId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="includeSubFolders" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="c2Override" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="includeOnlyManifestFile" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="widgetName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="widgetType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="encryptionPassword" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the encryptionPassword property.Gets the value of the fileFolderIds property.Gets the value of the rootFolderId property.Gets the value of the widgetName property.Gets the value of the widgetType property.booleanGets the value of the c2Override property.booleanGets the value of the includeOnlyManifestFile property.booleanGets the value of the includeSubFolders property.voidsetC2Override(boolean value) Sets the value of the c2Override property.voidsetEncryptionPassword(String value) Sets the value of the encryptionPassword property.voidsetIncludeOnlyManifestFile(boolean value) Sets the value of the includeOnlyManifestFile property.voidsetIncludeSubFolders(boolean value) Sets the value of the includeSubFolders property.voidsetRootFolderId(String value) Sets the value of the rootFolderId property.voidsetWidgetName(String value) Sets the value of the widgetName property.voidsetWidgetType(String value) Sets the value of the widgetType property.
-
Constructor Details
-
ZipAndDownloadInputObject
public ZipAndDownloadInputObject()
-
-
Method Details
-
getFileFolderIds
Gets the value of the fileFolderIds property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the fileFolderIds property.For example, to add a new item, do as follows:
getFileFolderIds().add(newItem);Objects of the following type(s) are allowed in the list
String -
getRootFolderId
Gets the value of the rootFolderId property.- Returns:
- possible object is
String
-
setRootFolderId
Sets the value of the rootFolderId property.- Parameters:
value- allowed object isString
-
isIncludeSubFolders
public boolean isIncludeSubFolders()Gets the value of the includeSubFolders property. -
setIncludeSubFolders
public void setIncludeSubFolders(boolean value) Sets the value of the includeSubFolders property. -
isC2Override
public boolean isC2Override()Gets the value of the c2Override property. -
setC2Override
public void setC2Override(boolean value) Sets the value of the c2Override property. -
isIncludeOnlyManifestFile
public boolean isIncludeOnlyManifestFile()Gets the value of the includeOnlyManifestFile property. -
setIncludeOnlyManifestFile
public void setIncludeOnlyManifestFile(boolean value) Sets the value of the includeOnlyManifestFile property. -
getWidgetName
Gets the value of the widgetName property.- Returns:
- possible object is
String
-
setWidgetName
Sets the value of the widgetName property.- Parameters:
value- allowed object isString
-
getWidgetType
Gets the value of the widgetType property.- Returns:
- possible object is
String
-
setWidgetType
Sets the value of the widgetType property.- Parameters:
value- allowed object isString
-
getEncryptionPassword
Gets the value of the encryptionPassword property.- Returns:
- possible object is
String
-
setEncryptionPassword
Sets the value of the encryptionPassword property.- Parameters:
value- allowed object isString
-