KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > rpc > holders > BigDecimalHolder

javax.xml.rpc.holders
Class BigDecimalHolder

java.lang.Object
  extended byjavax.xml.rpc.holders.BigDecimalHolder
All Implemented Interfaces:
Holder
See Also:
Top Examples, Source Code

public BigDecimalHolder()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BigDecimalHolder(BigDecimal myBigDecimal)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BigDecimal value
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags