Class XMLBinaryDataHelper.EncodedData

  • Enclosing class:
    XMLBinaryDataHelper

    public static final class XMLBinaryDataHelper.EncodedData
    extends java.lang.Object
    INTERNAL
    Author:
    mmacivor
    • Constructor Summary

      Constructors 
      Constructor Description
      EncodedData​(byte[] bytes, java.lang.String contentType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()  
      java.lang.String getMimeType()  
      void setData​(byte[] bytes)  
      void setMimeType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EncodedData

        public EncodedData​(byte[] bytes,
                           java.lang.String contentType)
    • Method Detail

      • getMimeType

        public java.lang.String getMimeType()
      • getData

        public byte[] getData()
      • setMimeType

        public void setMimeType​(java.lang.String type)
      • setData

        public void setData​(byte[] bytes)