Interface XmlLong

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInteger, XmlObject, XmlTokenSource
All Known Subinterfaces:
XmlByte, XmlInt, XmlShort
All Known Implementing Classes:
XmlByteImpl, XmlIntImpl, XmlIntRestriction, XmlLongImpl, XmlLongRestriction, XmlShortImpl

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

Naturally, convertible to a Java long.