javax.xml.rpc.holders
public final class ByteWrapperHolder extends Object implements Holder
Byte
s.
Version: 1.0
Field Summary | |
---|---|
Byte | value The Byte contained by this holder. |
Constructor Summary | |
---|---|
ByteWrapperHolder()
Make a new ByteWrapperHolder with a null value. | |
ByteWrapperHolder(Byte value)
Make a new ByteWrapperHolder with value as
the value.
|
Byte
contained by this holder.ByteWrapperHolder
with a null
value.ByteWrapperHolder
with value
as
the value.
Parameters: value the Byte
to hold