|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.ByteWrapperHolder
Holder for Byte
s.
Field Summary | |
java.lang.Byte |
value
The Byte contained by this holder. |
Constructor Summary | |
ByteWrapperHolder()
Make a new ByteWrapperHolder with a null value. |
|
ByteWrapperHolder(java.lang.Byte value)
Make a new ByteWrapperHolder with value as
the value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Byte value
Byte
contained by this holder.
Constructor Detail |
public ByteWrapperHolder()
ByteWrapperHolder
with a null
value.
public ByteWrapperHolder(java.lang.Byte value)
ByteWrapperHolder
with value
as
the value.
value
- the Byte
to hold
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |