org.apache.axis.types
Class NegativeInteger
public class NegativeInteger
Custom class for supporting primitive XSD data type negativeinteger
negativeInteger is derived from nonPositiveInteger by setting the
value of maxInclusive to be -1. This results in the standard
mathematical concept of the negative integers. The value space of
negativeInteger is the infinite set {...,-2,-1}.
The base type of negativeInteger is nonPositiveInteger.
Object | writeReplace() - Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
|
NegativeInteger
public NegativeInteger(String val)
NegativeInteger
public NegativeInteger(String val,
int radix)
NegativeInteger
public NegativeInteger(byte[] val)
NegativeInteger
public NegativeInteger(int numBits,
Random rnd)
NegativeInteger
public NegativeInteger(int signum,
byte[] magnitude)
NegativeInteger
public NegativeInteger(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
- writeReplace in interface NonPositiveInteger
Copyright © 2005 Apache Web Services Project. All Rights Reserved.