| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.xml.rpc.holders.BigDecimalHolder
Holder for BigDecimals.
| Field Summary | |
|  java.math.BigDecimal | valueThe BigDecimalcontained by this holder. | 
| Constructor Summary | |
| BigDecimalHolder()Make a new BigDecimalHolderwith anullvalue. | |
| BigDecimalHolder(java.math.BigDecimal value)Make a new BigDecimalHolderwithvalueas
 the value. | |
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public java.math.BigDecimal value
BigDecimal contained by this holder.
| Constructor Detail | 
public BigDecimalHolder()
BigDecimalHolder with a null value.
public BigDecimalHolder(java.math.BigDecimal value)
BigDecimalHolder with value as
 the value.
value - the BigDecimal to hold| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||