javax.xml.rpc.holders
Class ByteHolder

java.lang.Object
  |
  +--javax.xml.rpc.holders.ByteHolder
All Implemented Interfaces:
java.io.Serializable

public final class ByteHolder
extends java.lang.Object
implements java.io.Serializable

Class ByteHolder

Version:
0.1
See Also:
Serialized Form

Field Summary
 byte _value
          Field _value
 
Constructor Summary
ByteHolder()
          Constructor ByteHolder
ByteHolder(byte value)
          Constructor ByteHolder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_value

public byte _value
Field _value
Constructor Detail

ByteHolder

public ByteHolder()
Constructor ByteHolder

ByteHolder

public ByteHolder(byte value)
Constructor ByteHolder
Parameters:
value -  


Copyright © 2001 Apache XML Project. All Rights Reserved.