Interface XmlUnsignedInt

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

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

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

Convertible to Java long.