Class MtomAttachmentType

java.lang.Object
org.w3._2005._05.xmlmime.Base64Binary
com.emc.d2fs.services.d2_dictionary_service.MtomAttachmentType
All Implemented Interfaces:
Serializable

public class MtomAttachmentType extends Base64Binary implements 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 Details

    • MtomAttachmentType

      public MtomAttachmentType()