Package javax.xml.rpc.holders
Class ShortWrapperHolder
java.lang.Object
javax.xml.rpc.holders.ShortWrapperHolder
- All Implemented Interfaces:
Holder
Holder for
Shorts.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMake a newShortWrapperHolderwith anullvalue.ShortWrapperHolder(Short value) Make a newShortWrapperHolderwithvalueas the value. -
Method Summary
-
Field Details
-
value
TheShortcontained by this holder.
-
-
Constructor Details
-
ShortWrapperHolder
public ShortWrapperHolder()Make a newShortWrapperHolderwith anullvalue. -
ShortWrapperHolder
Make a newShortWrapperHolderwithvalueas the value.- Parameters:
value- theShortto hold
-