javax.xml.rpc.holders
public final class BigIntegerHolder extends Object implements Holder
BigInteger
s.
Field Summary | |
---|---|
BigInteger | value The BigInteger that is held. |
Constructor Summary | |
---|---|
BigIntegerHolder()
Make a new BigIntegerHolder with a null value. | |
BigIntegerHolder(BigInteger value)
Make a new BigIntegerHolder with value as
the value.
|
BigInteger
that is held.BigIntegerHolder
with a null
value.BigIntegerHolder
with value
as
the value.
Parameters: value the BigInteger
to hold