javax.xml.rpc.holders
public final class BigDecimalHolder extends Object implements Holder
BigDecimal
s.
Field Summary | |
---|---|
BigDecimal | value The BigDecimal contained by this holder. |
Constructor Summary | |
---|---|
BigDecimalHolder()
Make a new BigDecimalHolder with a null value. | |
BigDecimalHolder(BigDecimal value)
Make a new BigDecimalHolder with value as
the value.
|
BigDecimal
contained by this holder.BigDecimalHolder
with a null
value.BigDecimalHolder
with value
as
the value.
Parameters: value the BigDecimal
to hold