Class ZipAndDownloadWarning
java.lang.Object
com.emc.d2fs.models.zipanddownloadstatusobject.ZipAndDownloadWarning
- All Implemented Interfaces:
Serializable
Java class for ZipAndDownloadWarning complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ZipAndDownloadWarning"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="zipAndDownloadError" type="{http://www.emc.com/d2fs/models/zipAndDownloadStatusObject}zipAndDownloadError"/> </sequence> <attribute name="objectID" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="objectName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="aContentType" 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 aContentType property.Gets the value of the objectID property.Gets the value of the objectName property.Gets the value of the zipAndDownloadError property.void
setAContentType
(String value) Sets the value of the aContentType property.void
setObjectID
(String value) Sets the value of the objectID property.void
setObjectName
(String value) Sets the value of the objectName property.void
Sets the value of the zipAndDownloadError property.
-
Constructor Details
-
ZipAndDownloadWarning
public ZipAndDownloadWarning()
-
-
Method Details
-
getZipAndDownloadError
Gets the value of the zipAndDownloadError property.- Returns:
- possible object is
ZipAndDownloadError
-
setZipAndDownloadError
Sets the value of the zipAndDownloadError property.- Parameters:
value
- allowed object isZipAndDownloadError
-
getObjectID
Gets the value of the objectID property.- Returns:
- possible object is
String
-
setObjectID
Sets the value of the objectID property.- Parameters:
value
- allowed object isString
-
getObjectName
Gets the value of the objectName property.- Returns:
- possible object is
String
-
setObjectName
Sets the value of the objectName property.- Parameters:
value
- allowed object isString
-
getAContentType
Gets the value of the aContentType property.- Returns:
- possible object is
String
-
setAContentType
Sets the value of the aContentType property.- Parameters:
value
- allowed object isString
-