Interface XmlUnsignedByte

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInteger, XmlNonNegativeInteger, XmlObject, XmlTokenSource, XmlUnsignedInt, XmlUnsignedLong, XmlUnsignedShort
All Known Implementing Classes:
XmlUnsignedByteImpl

public interface XmlUnsignedByte
extends XmlUnsignedShort
Corresponds to the XML Schema xs:unsignedByte type. One of the derived types based on xs:decimal.

Verified to be in the range 0..255 when validating.

As suggested by JAXB, convertible to Java short.