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