org.eclipse.xsd.impl.type
Class XSDAnySimpleType.ByteSequence
java.lang.Object
|
+--org.eclipse.xsd.impl.type.XSDAnySimpleType.ByteSequence
- Enclosing class:
- XSDAnySimpleType
- public static class XSDAnySimpleType.ByteSequence
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
xsdAnySimpleType
protected final XSDAnySimpleType xsdAnySimpleType
bytes
protected final byte[] bytes
XSDAnySimpleType.ByteSequence
public XSDAnySimpleType.ByteSequence(XSDAnySimpleType xsdAnySimpleType,
byte[] bytes)
getBytes
public byte[] getBytes()
equals
public boolean equals(java.lang.Object that)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object