javax.xml.rpc.holders
| Modifier and Type | Field and Description |
|---|---|
java.math.BigInteger |
value
The
BigInteger that is held. |
| Constructor and Description |
|---|
BigIntegerHolder()
Make a new
BigIntegerHolder with a null value. |
BigIntegerHolder(java.math.BigInteger value)
Make a new
BigIntegerHolder with value as
the value. |
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.