Interface XmlUnsignedShort

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

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

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

Convertible to a Java int.