Interface XmlBase64Binary

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlTokenSource
All Known Implementing Classes:
XmlBase64BinaryImpl, XmlBase64BinaryRestriction

public interface XmlBase64Binary
extends XmlAnySimpleType
Corresponds to the XML Schema xs:base64Binary type.

Convertible to a byte array.

  • Field Details

  • Method Details

    • getByteArrayValue

      byte[] getByteArrayValue()
      Returns this value as a byte array.
    • setByteArrayValue

      void setByteArrayValue​(byte[] ba)
      Sets this value as a byte array.