Class UInt32

  • All Implemented Interfaces:
    java.io.Serializable

    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:
    Serialized Form
    • Method Detail

      • nativeRepresentation

        public long nativeRepresentation()
      • from

        public static UInt32 from​(long number)
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class Scalar
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class Scalar