org.apache.axis.types
public class PositiveInteger extends NonNegativeInteger
See Also: XML Schema 3.3.25
| Nested Class Summary | |
|---|---|
| protected static class | PositiveInteger.BigIntegerRep |
| Constructor Summary | |
|---|---|
| PositiveInteger(byte[] val) | |
| PositiveInteger(int signum, byte[] magnitude) | |
| PositiveInteger(int bitLength, int certainty, Random rnd) | |
| PositiveInteger(int numBits, Random rnd) | |
| PositiveInteger(String val) | |
| PositiveInteger(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