public static class XSDAnySimpleType.ByteSequence extends java.lang.Object implements XSDUtil.ByteSequence
Modifier and Type | Field and Description |
---|---|
protected byte[] |
bytes |
protected java.lang.String |
canonical |
protected XSDAnySimpleType |
xsdAnySimpleType |
Constructor and Description |
---|
ByteSequence(XSDAnySimpleType xsdAnySimpleType,
byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object that) |
byte[] |
getBytes() |
int |
hashCode() |
java.lang.String |
toString() |
protected final XSDAnySimpleType xsdAnySimpleType
protected final byte[] bytes
protected java.lang.String canonical
public ByteSequence(XSDAnySimpleType xsdAnySimpleType, byte[] bytes)
public byte[] getBytes()
getBytes
in interface XSDUtil.ByteSequence
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object