Interface XmlUnsignedLong

All Superinterfaces:
XmlAnySimpleType, XmlDecimal, XmlInteger, XmlNonNegativeInteger, XmlObject, XmlTokenSource
All Known Subinterfaces:
STBookmarkIdSeed, STBorderId, STBubbleScaleUInt, STCellStyleXfId, STDepthPercentUShort, STDrawingElementId, STDxfId, STEighthPointMeasure, STFillId, STFirstSliceAng, STFontId, STGapAmountUShort, STHoleSizeUByte, STHPercentUShort, STIndex, STLblOffsetUShort, STMarkerSize, STNumFmtId, STOrder, STPeriod, STPerspective, STPixelsMeasure, STPointMeasure, STRotY, STSecondPieSizeUShort, STSkip, STSlideId, STSlideLayoutId, STSlideMasterId, STStyle, STStyleMatrixColumnIndex, STTLTimeNodeID, org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STUnsignedDecimalNumber, STUnSignedInteger, STWrapDistance, XmlUnsignedByte, XmlUnsignedInt, XmlUnsignedShort
All Known Implementing Classes:
XmlUnsignedByteImpl, XmlUnsignedIntImpl, XmlUnsignedLongImpl, XmlUnsignedShortImpl

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

Verified to be in the range 0..2^64 -1 when validating.

Convertible to BigInteger.