blob: d5f14b3038409cbf1ddb763c66af50ea3f0a819b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>NonPositiveInteger (Apache Axis)</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="NonPositiveInteger (Apache Axis)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/NonPositiveInteger.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/axis/types/NonNegativeInteger.BigIntegerRep.html" title="class in org.apache.axis.types"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/axis/types/NonPositiveInteger.BigIntegerRep.html" title="class in org.apache.axis.types"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis/types/NonPositiveInteger.html" target="_top">Frames</a></li>
<li><a href="NonPositiveInteger.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields_inherited_from_class_java.math.BigInteger">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.axis.types</div>
<h2 title="Class NonPositiveInteger" class="title">Class NonPositiveInteger</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">java.lang.Number</a></li>
<li>
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">java.math.BigInteger</a></li>
<li>
<ul class="inheritance">
<li>org.apache.axis.types.NonPositiveInteger</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../org/apache/axis/types/NegativeInteger.html" title="class in org.apache.axis.types">NegativeInteger</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">NonPositiveInteger</span>
extends <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a></pre>
<div class="block">Custom class for supporting primitive XSD data type nonPositiveInteger
nonPositiveInteger is derived from integer by setting the value of
maxInclusive to be 0. This results in the standard mathematical
concept of the non-positive integers. The value space of
nonPositiveInteger is the infinite set {...,-2,-1,0}.</div>
<dl><dt><span class="strong">Author:</span></dt>
<dd>Chris Haddad <haddadc@apache.org</dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="http://www.w3.org/TR/xmlschema-2/#nonPositiveInteger">XML Schema 3.3.14</a>,
<a href="../../../../serialized-form.html#org.apache.axis.types.NonPositiveInteger">Serialized Form</a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected static class&nbsp;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/types/NonPositiveInteger.BigIntegerRep.html" title="class in org.apache.axis.types">NonPositiveInteger.BigIntegerRep</a></strong></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_java.math.BigInteger">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;java.math.<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a></h3>
<code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#ONE" title="class or interface in java.math">ONE</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#TEN" title="class or interface in java.math">TEN</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#ZERO" title="class or interface in java.math">ZERO</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis/types/NonPositiveInteger.html#NonPositiveInteger(byte[])">NonPositiveInteger</a></strong>(byte[]&nbsp;val)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis/types/NonPositiveInteger.html#NonPositiveInteger(int,%20byte[])">NonPositiveInteger</a></strong>(int&nbsp;signum,
byte[]&nbsp;magnitude)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis/types/NonPositiveInteger.html#NonPositiveInteger(int,%20int,%20java.util.Random)">NonPositiveInteger</a></strong>(int&nbsp;bitLength,
int&nbsp;certainty,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util">Random</a>&nbsp;rnd)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis/types/NonPositiveInteger.html#NonPositiveInteger(int,%20java.util.Random)">NonPositiveInteger</a></strong>(int&nbsp;numBits,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util">Random</a>&nbsp;rnd)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis/types/NonPositiveInteger.html#NonPositiveInteger(java.lang.String)">NonPositiveInteger</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../org/apache/axis/types/NonPositiveInteger.html#NonPositiveInteger(java.lang.String,%20int)">NonPositiveInteger</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val,
int&nbsp;radix)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/types/NonPositiveInteger.html#writeReplace()">writeReplace</a></strong>()</code>
<div class="block">Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.math.BigInteger">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.math.<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a></h3>
<code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#abs()" title="class or interface in java.math">abs</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#add(java.math.BigInteger)" title="class or interface in java.math">add</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#and(java.math.BigInteger)" title="class or interface in java.math">and</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#andNot(java.math.BigInteger)" title="class or interface in java.math">andNot</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#bitCount()" title="class or interface in java.math">bitCount</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#bitLength()" title="class or interface in java.math">bitLength</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#clearBit(int)" title="class or interface in java.math">clearBit</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#compareTo(java.math.BigInteger)" title="class or interface in java.math">compareTo</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#compareTo(java.lang.Object)" title="class or interface in java.math">compareTo</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#divide(java.math.BigInteger)" title="class or interface in java.math">divide</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#divideAndRemainder(java.math.BigInteger)" title="class or interface in java.math">divideAndRemainder</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#doubleValue()" title="class or interface in java.math">doubleValue</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.math">equals</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#flipBit(int)" title="class or interface in java.math">flipBit</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#floatValue()" title="class or interface in java.math">floatValue</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#gcd(java.math.BigInteger)" title="class or interface in java.math">gcd</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#getLowestSetBit()" title="class or interface in java.math">getLowestSetBit</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#hashCode()" title="class or interface in java.math">hashCode</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#intValue()" title="class or interface in java.math">intValue</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#isProbablePrime(int)" title="class or interface in java.math">isProbablePrime</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#longValue()" title="class or interface in java.math">longValue</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#max(java.math.BigInteger)" title="class or interface in java.math">max</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#min(java.math.BigInteger)" title="class or interface in java.math">min</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#mod(java.math.BigInteger)" title="class or interface in java.math">mod</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#modInverse(java.math.BigInteger)" title="class or interface in java.math">modInverse</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#modPow(java.math.BigInteger,%20java.math.BigInteger)" title="class or interface in java.math">modPow</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#multiply(java.math.BigInteger)" title="class or interface in java.math">multiply</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#negate()" title="class or interface in java.math">negate</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#nextProbablePrime()" title="class or interface in java.math">nextProbablePrime</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#not()" title="class or interface in java.math">not</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#or(java.math.BigInteger)" title="class or interface in java.math">or</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#pow(int)" title="class or interface in java.math">pow</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#probablePrime(int,%20java.util.Random)" title="class or interface in java.math">probablePrime</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#remainder(java.math.BigInteger)" title="class or interface in java.math">remainder</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#setBit(int)" title="class or interface in java.math">setBit</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#shiftLeft(int)" title="class or interface in java.math">shiftLeft</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#shiftRight(int)" title="class or interface in java.math">shiftRight</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#signum()" title="class or interface in java.math">signum</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#subtract(java.math.BigInteger)" title="class or interface in java.math">subtract</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#testBit(int)" title="class or interface in java.math">testBit</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#toByteArray()" title="class or interface in java.math">toByteArray</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#toString()" title="class or interface in java.math">toString</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#toString(int)" title="class or interface in java.math">toString</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#valueOf(long)" title="class or interface in java.math">valueOf</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true#xor(java.math.BigInteger)" title="class or interface in java.math">xor</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Number">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a></h3>
<code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Number.html?is-external=true#byteValue()" title="class or interface in java.lang">byteValue</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Number.html?is-external=true#shortValue()" title="class or interface in java.lang">shortValue</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="NonPositiveInteger(byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NonPositiveInteger</h4>
<pre>public&nbsp;NonPositiveInteger(byte[]&nbsp;val)</pre>
</li>
</ul>
<a name="NonPositiveInteger(int, byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NonPositiveInteger</h4>
<pre>public&nbsp;NonPositiveInteger(int&nbsp;signum,
byte[]&nbsp;magnitude)</pre>
</li>
</ul>
<a name="NonPositiveInteger(int, int, java.util.Random)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NonPositiveInteger</h4>
<pre>public&nbsp;NonPositiveInteger(int&nbsp;bitLength,
int&nbsp;certainty,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util">Random</a>&nbsp;rnd)</pre>
</li>
</ul>
<a name="NonPositiveInteger(int, java.util.Random)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NonPositiveInteger</h4>
<pre>public&nbsp;NonPositiveInteger(int&nbsp;numBits,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Random.html?is-external=true" title="class or interface in java.util">Random</a>&nbsp;rnd)</pre>
</li>
</ul>
<a name="NonPositiveInteger(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>NonPositiveInteger</h4>
<pre>public&nbsp;NonPositiveInteger(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val)</pre>
</li>
</ul>
<a name="NonPositiveInteger(java.lang.String, int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>NonPositiveInteger</h4>
<pre>public&nbsp;NonPositiveInteger(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;val,
int&nbsp;radix)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="writeReplace()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>writeReplace</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;writeReplace()
throws <a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</a></pre>
<div class="block">Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>BigIntegerRep</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</a></code></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/NonPositiveInteger.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/apache/axis/types/NonNegativeInteger.BigIntegerRep.html" title="class in org.apache.axis.types"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/apache/axis/types/NonPositiveInteger.BigIntegerRep.html" title="class in org.apache.axis.types"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/axis/types/NonPositiveInteger.html" target="_top">Frames</a></li>
<li><a href="NonPositiveInteger.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#fields_inherited_from_class_java.math.BigInteger">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>