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