Interface XmlHexBinary

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlTokenSource
All Known Subinterfaces:
STLongHexNumber, STShortHexNumber, STUcharHexNumber, STUnsignedIntHex, STUnsignedShortHex
All Known Implementing Classes:
XmlHexBinaryImpl, XmlHexBinaryRestriction

public interface XmlHexBinary extends XmlAnySimpleType
Corresponds to the XML Schema xs:hexBinary 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.