blob: e0070718904a01e291557c23018cd827dda32427 [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>PositiveInteger (Apache Axis2)</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="PositiveInteger (Apache Axis2)";
}
//-->
</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/PositiveInteger.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/axis2/databinding/types/Notation.html" title="class in org.apache.axis2.databinding.types"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/axis2/databinding/types/PositiveInteger.BigIntegerRep.html" title="class in org.apache.axis2.databinding.types"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/databinding/types/PositiveInteger.html" target="_top">Frames</a></li>
<li><a href="PositiveInteger.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.axis2.databinding.types</div>
<h2 title="Class PositiveInteger" class="title">Class PositiveInteger</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/7/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="https://docs.oracle.com/javase/7/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="https://docs.oracle.com/javase/7/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><a href="../../../../../org/apache/axis2/databinding/types/NonNegativeInteger.html" title="class in org.apache.axis2.databinding.types">org.apache.axis2.databinding.types.NonNegativeInteger</a></li>
<li>
<ul class="inheritance">
<li>org.apache.axis2.databinding.types.PositiveInteger</li>
</ul>
</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="https://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a>&gt;</dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">PositiveInteger</span>
extends <a href="../../../../../org/apache/axis2/databinding/types/NonNegativeInteger.html" title="class in org.apache.axis2.databinding.types">NonNegativeInteger</a></pre>
<div class="block">Custom class for supporting primitive XSD data type positiveInteger
<p/>
positiveInteger is derived from nonNegativeInteger by setting the value of minInclusive to be 1.
This results in the standard mathematical concept of the positive integer numbers. The value
space of positiveInteger is the infinite set {1,2,...}.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="http://www.w3.org/TR/xmlschema-2/#positiveInteger">XML Schema 3.3.25</a>,
<a href="../../../../../serialized-form.html#org.apache.axis2.databinding.types.PositiveInteger">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/axis2/databinding/types/PositiveInteger.BigIntegerRep.html" title="class in org.apache.axis2.databinding.types">PositiveInteger.BigIntegerRep</a></strong></code>
<div class="block"><strong>Deprecated.</strong>&nbsp;
<div class="block"><i>As per https://issues.apache.org/jira/browse/AXIS2-3848</i></div>
</div>
</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="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a></h3>
<code><a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#ONE" title="class or interface in java.math">ONE</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#TEN" title="class or interface in java.math">TEN</a>, <a href="https://docs.oracle.com/javase/7/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/axis2/databinding/types/PositiveInteger.html#PositiveInteger(byte[])">PositiveInteger</a></strong>(byte[]&nbsp;val)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../../org/apache/axis2/databinding/types/PositiveInteger.html#PositiveInteger(int, byte[])">PositiveInteger</a></strong>(int&nbsp;signum,
byte[]&nbsp;magnitude)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../org/apache/axis2/databinding/types/PositiveInteger.html#PositiveInteger(int, int, java.util.Random)">PositiveInteger</a></strong>(int&nbsp;bitLength,
int&nbsp;certainty,
<a href="https://docs.oracle.com/javase/7/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/axis2/databinding/types/PositiveInteger.html#PositiveInteger(int, java.util.Random)">PositiveInteger</a></strong>(int&nbsp;numBits,
<a href="https://docs.oracle.com/javase/7/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/axis2/databinding/types/PositiveInteger.html#PositiveInteger(java.lang.String)">PositiveInteger</a></strong>(<a href="https://docs.oracle.com/javase/7/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/axis2/databinding/types/PositiveInteger.html#PositiveInteger(java.lang.String, int)">PositiveInteger</a></strong>(<a href="https://docs.oracle.com/javase/7/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="https://docs.oracle.com/javase/7/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/axis2/databinding/types/PositiveInteger.html#writeReplace()">writeReplace</a></strong>()</code>
<div class="block"><strong>Deprecated.</strong>&nbsp;
<div class="block"><i>As per https://issues.apache.org/jira/browse/AXIS2-3848</i></div>
</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="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</a></h3>
<code><a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#abs()" title="class or interface in java.math">abs</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#add(java.math.BigInteger)" title="class or interface in java.math">add</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#and(java.math.BigInteger)" title="class or interface in java.math">and</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#andNot(java.math.BigInteger)" title="class or interface in java.math">andNot</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#bitCount()" title="class or interface in java.math">bitCount</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#bitLength()" title="class or interface in java.math">bitLength</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#clearBit(int)" title="class or interface in java.math">clearBit</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#compareTo(java.math.BigInteger)" title="class or interface in java.math">compareTo</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#divide(java.math.BigInteger)" title="class or interface in java.math">divide</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#divideAndRemainder(java.math.BigInteger)" title="class or interface in java.math">divideAndRemainder</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#doubleValue()" title="class or interface in java.math">doubleValue</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.math">equals</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#flipBit(int)" title="class or interface in java.math">flipBit</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#floatValue()" title="class or interface in java.math">floatValue</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#gcd(java.math.BigInteger)" title="class or interface in java.math">gcd</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#getLowestSetBit()" title="class or interface in java.math">getLowestSetBit</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#hashCode()" title="class or interface in java.math">hashCode</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#intValue()" title="class or interface in java.math">intValue</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#isProbablePrime(int)" title="class or interface in java.math">isProbablePrime</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#longValue()" title="class or interface in java.math">longValue</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#max(java.math.BigInteger)" title="class or interface in java.math">max</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#min(java.math.BigInteger)" title="class or interface in java.math">min</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#mod(java.math.BigInteger)" title="class or interface in java.math">mod</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#modInverse(java.math.BigInteger)" title="class or interface in java.math">modInverse</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#modPow(java.math.BigInteger, java.math.BigInteger)" title="class or interface in java.math">modPow</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#multiply(java.math.BigInteger)" title="class or interface in java.math">multiply</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#negate()" title="class or interface in java.math">negate</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#nextProbablePrime()" title="class or interface in java.math">nextProbablePrime</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#not()" title="class or interface in java.math">not</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#or(java.math.BigInteger)" title="class or interface in java.math">or</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#pow(int)" title="class or interface in java.math">pow</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#probablePrime(int, java.util.Random)" title="class or interface in java.math">probablePrime</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#remainder(java.math.BigInteger)" title="class or interface in java.math">remainder</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#setBit(int)" title="class or interface in java.math">setBit</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#shiftLeft(int)" title="class or interface in java.math">shiftLeft</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#shiftRight(int)" title="class or interface in java.math">shiftRight</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#signum()" title="class or interface in java.math">signum</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#subtract(java.math.BigInteger)" title="class or interface in java.math">subtract</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#testBit(int)" title="class or interface in java.math">testBit</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#toByteArray()" title="class or interface in java.math">toByteArray</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#toString()" title="class or interface in java.math">toString</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#toString(int)" title="class or interface in java.math">toString</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html?is-external=true#valueOf(long)" title="class or interface in java.math">valueOf</a>, <a href="https://docs.oracle.com/javase/7/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="https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a></h3>
<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true#byteValue()" title="class or interface in java.lang">byteValue</a>, <a href="https://docs.oracle.com/javase/7/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="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" 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="PositiveInteger(byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PositiveInteger</h4>
<pre>public&nbsp;PositiveInteger(byte[]&nbsp;val)</pre>
</li>
</ul>
<a name="PositiveInteger(int, byte[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PositiveInteger</h4>
<pre>public&nbsp;PositiveInteger(int&nbsp;signum,
byte[]&nbsp;magnitude)</pre>
</li>
</ul>
<a name="PositiveInteger(int, int, java.util.Random)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PositiveInteger</h4>
<pre>public&nbsp;PositiveInteger(int&nbsp;bitLength,
int&nbsp;certainty,
<a href="https://docs.oracle.com/javase/7/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="PositiveInteger(int, java.util.Random)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PositiveInteger</h4>
<pre>public&nbsp;PositiveInteger(int&nbsp;numBits,
<a href="https://docs.oracle.com/javase/7/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="PositiveInteger(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PositiveInteger</h4>
<pre>public&nbsp;PositiveInteger(<a href="https://docs.oracle.com/javase/7/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="PositiveInteger(java.lang.String, int)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PositiveInteger</h4>
<pre>public&nbsp;PositiveInteger(<a href="https://docs.oracle.com/javase/7/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="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;writeReplace()
throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</a></pre>
<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>As per https://issues.apache.org/jira/browse/AXIS2-3848</i></div>
<div class="block">Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html</div>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../org/apache/axis2/databinding/types/NonNegativeInteger.html#writeReplace()">writeReplace</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/axis2/databinding/types/NonNegativeInteger.html" title="class in org.apache.axis2.databinding.types">NonNegativeInteger</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>BigIntegerRep</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/7/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/PositiveInteger.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/axis2/databinding/types/Notation.html" title="class in org.apache.axis2.databinding.types"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../../org/apache/axis2/databinding/types/PositiveInteger.BigIntegerRep.html" title="class in org.apache.axis2.databinding.types"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/databinding/types/PositiveInteger.html" target="_top">Frames</a></li>
<li><a href="PositiveInteger.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 &copy; <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>