org.apache.axis.types
public class NonNegativeInteger extends BigInteger
See Also: XML Schema 3.3.20
Nested Class Summary | |
---|---|
protected static class | NonNegativeInteger.BigIntegerRep |
Constructor Summary | |
---|---|
NonNegativeInteger(byte[] val) | |
NonNegativeInteger(int signum, byte[] magnitude) | |
NonNegativeInteger(int bitLength, int certainty, Random rnd) | |
NonNegativeInteger(int numBits, Random rnd) | |
NonNegativeInteger(String val) | |
NonNegativeInteger(String val, int radix) |
Method Summary | |
---|---|
Object | writeReplace()
Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html |
Returns: BigIntegerRep
Throws: ObjectStreamException