org.eclipse.xsd.impl.type
Class XSDAnySimpleType.ByteSequence
java.lang.Object
org.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
xsdAnySimpleType
protected final XSDAnySimpleType xsdAnySimpleType
bytes
protected final byte[] bytes
canonical
protected String canonical
XSDAnySimpleType.ByteSequence
public XSDAnySimpleType.ByteSequence(XSDAnySimpleType xsdAnySimpleType,
byte[] bytes)
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()