javax.xml.rpc.holders
Class LongWrapperHolder
java.lang.Objectjavax.xml.rpc.holders.LongWrapperHolder
- Holder
public final class LongWrapperHolder
extends java.lang.Object
Holder for Longs.
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 © 2005 Apache Web Services Project. All Rights Reserved.