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