Interface XmlNonNegativeInteger

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInteger, XmlObject, XmlTokenSource
All Known Subinterfaces:
XmlPositiveInteger, XmlUnsignedByte, XmlUnsignedInt, XmlUnsignedLong, XmlUnsignedShort
All Known Implementing Classes:
XmlNonNegativeIntegerImpl, XmlPositiveIntegerImpl, XmlUnsignedByteImpl, XmlUnsignedIntImpl, XmlUnsignedLongImpl, XmlUnsignedShortImpl

public interface XmlNonNegativeInteger
extends XmlInteger
Corresponds to the XML Schema xs:nonNegativeInteger type. One of the derived types based on xs:decimal.

Verified to be zero or positive when validating.

Convertible to BigInteger.