Class TaxonomyExportResponse
java.lang.Object
com.emc.d2fs.services.d2_taxonomy_service.TaxonomyExportResponse
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="file" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFile()
Gets the value of the file property.void
setFile
(DataHandler value) Sets the value of the file property.
-
Constructor Details
-
TaxonomyExportResponse
public TaxonomyExportResponse()
-
-
Method Details
-
getFile
Gets the value of the file property.- Returns:
- possible object is
DataHandler
-
setFile
Sets the value of the file property.- Parameters:
value
- allowed object isDataHandler
-