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