|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.BigDecimalHolder
Holder for BigDecimal
s.
Field Summary | |
java.math.BigDecimal |
value
The BigDecimal contained by this holder. |
Constructor Summary | |
BigDecimalHolder()
Make a new BigDecimalHolder with a null value. |
|
BigDecimalHolder(java.math.BigDecimal value)
Make a new BigDecimalHolder with value as
the value. |
Methods inherited from class java.lang.Object |
equals, 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 |