Package javax.xml.rpc.holders
Class LongHolder
java.lang.Object
javax.xml.rpc.holders.LongHolder
- All Implemented Interfaces:
Holder
Holder for
long
s.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newLongHolder
with anull
value.LongHolder
(long value) Make a newLongHolder
withvalue
as the value. -
Method Summary
-
Field Details
-
value
public long valueThelong
contained by this holder.
-
-
Constructor Details
-
LongHolder
public LongHolder()Make a newLongHolder
with anull
value. -
LongHolder
public LongHolder(long value) Make a newLongHolder
withvalue
as the value.- Parameters:
value
- thelong
to hold
-