Class BinaryValueType

java.lang.Object
com.sun.msv.datatype.xsd.BinaryValueType
All Implemented Interfaces:
Serializable

class BinaryValueType extends Object implements Serializable
value type of "base64Binary" and "hexBinary" type.
  • Field Details

    • rawData

      public byte[] rawData
      raw byte data
    • serialVersionUID

      private static final long serialVersionUID
      See Also:
  • Constructor Details

    • BinaryValueType

      public BinaryValueType(byte[] rawData)
  • Method Details