javax.xml.rpc.holders
Class LongWrapperHolder
java.lang.Object
javax.xml.rpc.holders.LongWrapperHolder
- Holder
public final class LongWrapperHolder
extends java.lang.Object
Holder for Long
s.
Long | value - The
Long contained by this holder.
|
value
public Long value
The Long
contained by this holder.
LongWrapperHolder
public LongWrapperHolder()
Make a new LongWrapperHolder
with a null
value.
LongWrapperHolder
public LongWrapperHolder(Long value)
Make a new LongWrapperHolder
with value
as
the value.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.