javax.xml.rpc.holders
| Modifier and Type | Field and Description |
|---|---|
java.math.BigDecimal |
value
The
BigDecimal contained by this holder. |
| Constructor and Description |
|---|
BigDecimalHolder()
Make a new
BigDecimalHolder with a null value. |
BigDecimalHolder(java.math.BigDecimal value)
Make a new
BigDecimalHolder with value as
the value. |
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.