Class NonNegativeInteger

java.lang.Object
java.lang.Number
java.math.BigInteger
org.apache.axis.types.NonNegativeInteger
All Implemented Interfaces:
Serializable, Comparable<BigInteger>
Direct Known Subclasses:
PositiveInteger

public class NonNegativeInteger extends BigInteger
Custom class for supporting primitive XSD data type nonNegativeInteger
Author:
Russell Butek invalid input: '<'butek@us.ibm.com>
See Also:
  • Constructor Details

    • NonNegativeInteger

      public NonNegativeInteger(byte[] val)
    • NonNegativeInteger

      public NonNegativeInteger(int signum, byte[] magnitude)
    • NonNegativeInteger

      public NonNegativeInteger(int bitLength, int certainty, Random rnd)
    • NonNegativeInteger

      public NonNegativeInteger(int numBits, Random rnd)
    • NonNegativeInteger

      public NonNegativeInteger(String val)
    • NonNegativeInteger

      public NonNegativeInteger(String val, int radix)
  • Method Details