|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.rpc.holders.BigIntegerHolder
public final class BigIntegerHolder
Holder for BigIntegers.
| Field Summary | |
|---|---|
java.math.BigInteger |
value
The BigInteger that is held. |
| Constructor Summary | |
|---|---|
BigIntegerHolder()
Make a new BigIntegerHolder with a null value. |
|
BigIntegerHolder(java.math.BigInteger value)
Make a new BigIntegerHolder with value as
the value. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.math.BigInteger value
BigInteger that is held.
| Constructor Detail |
|---|
public BigIntegerHolder()
BigIntegerHolder with a null value.
public BigIntegerHolder(java.math.BigInteger value)
BigIntegerHolder with value as
the value.
value - the BigInteger to hold
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||