Class NegativeInteger

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<NegativeInteger>

    public class NegativeInteger
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<NegativeInteger>
    The XSD negativeInteger datatype: an arbitrary-precision integer less than zero
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.xml.schema.NegativeInteger type.
      • VALUE

        public static final Name VALUE
        Name of the hydra.xml.schema.NegativeInteger.value field.
      • value

        public final java.math.BigInteger value
    • Constructor Detail

      • NegativeInteger

        public NegativeInteger​(java.math.BigInteger value)
        Constructs an immutable NegativeInteger.
    • Method Detail

      • equals

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

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object