javax.xml.rpc.holders

Class DoubleWrapperHolder

public final class DoubleWrapperHolder extends Object implements Holder

Holder for Doubles.

Version: 1.0

Field Summary
Doublevalue
The Double contained by this holder.
Constructor Summary
DoubleWrapperHolder()
Make a new DoubleWrapperHolder with a null value.
DoubleWrapperHolder(Double value)
Make a new DoubleWrapperHolder with value as the value.

Field Detail

value

public Double value
The Double contained by this holder.

Constructor Detail

DoubleWrapperHolder

public DoubleWrapperHolder()
Make a new DoubleWrapperHolder with a null value.

DoubleWrapperHolder

public DoubleWrapperHolder(Double value)
Make a new DoubleWrapperHolder with value as the value.

Parameters: value the Double to hold

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.