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