javax.xml.rpc.holders

Class DoubleWrapperHolder

Implemented Interfaces:
Holder

public final class DoubleWrapperHolder
extends java.lang.Object
implements Holder

Holder for Doubles.
Version:
1.0

Field Summary

Double
value
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 Details

value

public Double value
The Double contained by this holder.

Constructor Details

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 © 2005 Apache Web Services Project. All Rights Reserved.