org.jbind.xml.instance.data
Class Binary

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

public abstract class Binary
extends java.lang.Object
implements IBinary

See Also:
Serialized Form

Field Summary
protected  byte[] myValue
           
 
Constructor Summary
Binary(byte[] aBytes)
           
 
Method Summary
 boolean equals(java.lang.Object anObject)
           
 byte[] getBytes()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myValue

protected byte[] myValue
Constructor Detail

Binary

public Binary(byte[] aBytes)
Method Detail

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface IBinary

equals

public boolean equals(java.lang.Object anObject)

hashCode

public int hashCode()