Class JaxbByteArray

  • All Implemented Interfaces:
    Wrapped<byte[]>

    public class JaxbByteArray
    extends Object
    implements Wrapped<byte[]>
    • Constructor Detail

      • JaxbByteArray

        public JaxbByteArray()
      • JaxbByteArray

        public JaxbByteArray​(byte[] value)
    • Method Detail

      • getValue

        public byte[] getValue()
      • setValue

        public void setValue​(byte[] value)
      • unwrap

        public byte[] unwrap()
        Specified by:
        unwrap in interface Wrapped<byte[]>