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