org.jbind.xml.instance.data
Class HexBinary

java.lang.Object
  extended byorg.jbind.xml.instance.data.Binary
      extended byorg.jbind.xml.instance.data.HexBinary
All Implemented Interfaces:
IBinary, IHexBinary, java.io.Serializable

public class HexBinary
extends Binary
implements IHexBinary

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbind.xml.instance.data.Binary
myValue
 
Constructor Summary
HexBinary(byte[] aBytes)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.jbind.xml.instance.data.Binary
equals, getBytes, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jbind.xml.core.data.IBinary
getBytes
 

Constructor Detail

HexBinary

public HexBinary(byte[] aBytes)
Method Detail

toString

public java.lang.String toString()