org.apache.axis.types
Class NonNegativeInteger
BigInteger
org.apache.axis.types.NonNegativeInteger
public class NonNegativeInteger
extends BigInteger
Custom class for supporting primitive XSD data type nonNegativeInteger
Object | writeReplace() - Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
|
NonNegativeInteger
public NonNegativeInteger(String val)
NonNegativeInteger
public NonNegativeInteger(String val,
int radix)
NonNegativeInteger
public NonNegativeInteger(byte[] val)
NonNegativeInteger
public NonNegativeInteger(int numBits,
Random rnd)
NonNegativeInteger
public NonNegativeInteger(int signum,
byte[] magnitude)
NonNegativeInteger
public NonNegativeInteger(int bitLength,
int certainty,
Random rnd)
writeReplace
public Object writeReplace()
throws ObjectStreamException
Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.