Package javax.xml.rpc.holders
Class LongHolder
- java.lang.Object
-
- javax.xml.rpc.holders.LongHolder
-
-
Field Summary
Fields Modifier and Type Field Description long
value
Thelong
contained by this holder.
-
Constructor Summary
Constructors Constructor Description LongHolder()
Make a newLongHolder
with anull
value.LongHolder(long value)
Make a newLongHolder
withvalue
as the value.
-