Class DictionaryExportResponse
java.lang.Object
com.emc.d2fs.services.d2_dictionary_service.DictionaryExportResponse
- 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="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="data" type="{http://www.emc.com/d2fs/services/d2_dictionary_service}MtomAttachmentType"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()
Gets the value of the data property.getName()
Gets the value of the name property.void
setData
(MtomAttachmentType value) Sets the value of the data property.void
Sets the value of the name property.
-
Constructor Details
-
DictionaryExportResponse
public DictionaryExportResponse()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
getData
Gets the value of the data property.- Returns:
- possible object is
MtomAttachmentType
-
setData
Sets the value of the data property.- Parameters:
value
- allowed object isMtomAttachmentType
-