Package javax.xml.rpc.holders
Class BigDecimalHolder
java.lang.Object
javax.xml.rpc.holders.BigDecimalHolder
- All Implemented Interfaces:
Holder
Holder for
BigDecimal
s.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newBigDecimalHolder
with anull
value.BigDecimalHolder
(BigDecimal value) Make a newBigDecimalHolder
withvalue
as the value. -
Method Summary
-
Field Details
-
value
TheBigDecimal
contained by this holder.
-
-
Constructor Details
-
BigDecimalHolder
public BigDecimalHolder()Make a newBigDecimalHolder
with anull
value. -
BigDecimalHolder
Make a newBigDecimalHolder
withvalue
as the value.- Parameters:
value
- theBigDecimal
to hold
-