Package javax.xml.rpc.holders
Class LongWrapperHolder
java.lang.Object
javax.xml.rpc.holders.LongWrapperHolder
- All Implemented Interfaces:
Holder
Holder for
Longs.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newLongWrapperHolderwith anullvalue.LongWrapperHolder(Long value) Make a newLongWrapperHolderwithvalueas the value. -
Method Summary
-
Field Details
-
value
TheLongcontained by this holder.
-
-
Constructor Details
-
LongWrapperHolder
public LongWrapperHolder()Make a newLongWrapperHolderwith anullvalue. -
LongWrapperHolder
Make a newLongWrapperHolderwithvalueas the value.- Parameters:
value- theLongto hold
-