|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.BigIntegerHolder
Holder for BigInteger
s.
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. |
Methods inherited from class java.lang.Object |
equals, 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 |