Class UInt32

All Implemented Interfaces:
Serializable, CharSequence, DefaultCharSequence

public final class UInt32 extends Scalar
A number representing an unsigned 32-bit integer. Can be used for values with the XML schema type "xs:unsignedInt".
See Also:
  • Field Details

    • MIN_VALUE_LONG

      public static final long MIN_VALUE_LONG
      See Also:
    • MAX_VALUE_LONG

      public static final long MAX_VALUE_LONG
      See Also:
    • MIN_VALUE

      public static final UInt32 MIN_VALUE
    • MAX_VALUE

      public static final UInt32 MAX_VALUE
  • Method Details