Class MtomAttachmentType
java.lang.Object
org.w3._2005._05.xmlmime.Base64Binary
com.emc.d2fs.services.d2_dictionary_service.MtomAttachmentType
- All Implemented Interfaces:
Serializable
Java class for MtomAttachmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MtomAttachmentType">
<simpleContent>
<restriction base="<http://www.w3.org/2005/05/xmlmime>base64Binary">
<attribute ref="{http://www.w3.org/2005/05/xmlmime}contentType use="required""/>
</restriction>
</simpleContent>
</complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.w3._2005._05.xmlmime.Base64Binary
getContentType, getValue, setContentType, setValue
-
Constructor Details
-
MtomAttachmentType
public MtomAttachmentType()
-