javax.xml.rpc.holders
Class BigDecimalHolder
java.lang.Objectjavax.xml.rpc.holders.BigDecimalHolder
- Holder
public final class BigDecimalHolder
extends java.lang.Object
Holder for BigDecimals.
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 © 2005 Apache Web Services Project. All Rights Reserved.