javax.xml.rpc.holders
Class BigDecimalHolder
java.lang.Object
javax.xml.rpc.holders.BigDecimalHolder
- Holder
public final class BigDecimalHolder
extends java.lang.Object
Holder for BigDecimal
s.
Version:
BigDecimal | value - The
BigDecimal contained by this holder.
|
value
public BigDecimal value
The BigDecimal
contained by this holder.
BigDecimalHolder
public BigDecimalHolder()
Make a new BigDecimalHolder
with a null
value.
BigDecimalHolder
public BigDecimalHolder(BigDecimal value)
Make a new BigDecimalHolder
with value
as
the value.
value
- the BigDecimal
to hold
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.