org.jbind.xml.instance.data
Class Base64Binary

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

public class Base64Binary
extends Binary
implements IBase64Binary

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbind.xml.instance.data.Binary
myValue
 
Constructor Summary
Base64Binary(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

Base64Binary

public Base64Binary(byte[] aBytes)
Method Detail

toString

public java.lang.String toString()