Package javax.xml.rpc.holders
Class BigDecimalHolder
java.lang.Object
javax.xml.rpc.holders.BigDecimalHolder
- All Implemented Interfaces:
Holder
Holder for
BigDecimals.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newBigDecimalHolderwith anullvalue.BigDecimalHolder(BigDecimal value) Make a newBigDecimalHolderwithvalueas the value. -
Method Summary
-
Field Details
-
value
TheBigDecimalcontained by this holder.
-
-
Constructor Details
-
BigDecimalHolder
public BigDecimalHolder()Make a newBigDecimalHolderwith anullvalue. -
BigDecimalHolder
Make a newBigDecimalHolderwithvalueas the value.- Parameters:
value- theBigDecimalto hold
-