| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.xml.rpc.holders.ByteHolder
Holder for bytes.
| Field Summary | |
|  byte | valueThe bytecontained by this holder. | 
| Constructor Summary | |
| ByteHolder()Make a new ByteHolderwith anullvalue. | |
| ByteHolder(byte value)Make a new ByteHolderwithvalueas
 the value. | |
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public byte value
byte contained by this holder.
| Constructor Detail | 
public ByteHolder()
ByteHolder with a null value.
public ByteHolder(byte value)
ByteHolder 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 | ||||||||||