org.eclipse.xsd.impl.type
Class XSDAnySimpleType.ByteSequence

java.lang.Object
  extended byorg.eclipse.xsd.impl.type.XSDAnySimpleType.ByteSequence
All Implemented Interfaces:
XSDUtil.ByteSequence
Direct Known Subclasses:
XSDAnySimpleType.HexSequence
Enclosing class:
XSDAnySimpleType

public static class XSDAnySimpleType.ByteSequence
extends Object
implements XSDUtil.ByteSequence


Field Summary
protected  byte[] bytes
           
protected  String canonical
           
protected  XSDAnySimpleType xsdAnySimpleType
           
 
Constructor Summary
XSDAnySimpleType.ByteSequence(XSDAnySimpleType xsdAnySimpleType, byte[] bytes)
           
 
Method Summary
 boolean equals(Object that)
           
 byte[] getBytes()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

xsdAnySimpleType

protected final XSDAnySimpleType xsdAnySimpleType

bytes

protected final byte[] bytes

canonical

protected String canonical
Constructor Detail

XSDAnySimpleType.ByteSequence

public XSDAnySimpleType.ByteSequence(XSDAnySimpleType xsdAnySimpleType,
                                     byte[] bytes)
Method Detail

getBytes

public byte[] getBytes()
Specified by:
getBytes in interface XSDUtil.ByteSequence

equals

public boolean equals(Object that)

hashCode

public int hashCode()

toString

public String toString()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.