4 * subastas/clienteSubastasHolder.java .
5 * Generated by the IDL-to-Java compiler (portable), version "3.2"
7 * jueves 12 de junio de 2008 18H33' CEST
10 public final class clienteSubastasHolder implements org.omg.CORBA.portable.Streamable
12 public subastas.clienteSubastas value = null;
14 public clienteSubastasHolder ()
18 public clienteSubastasHolder (subastas.clienteSubastas initialValue)
23 public void _read (org.omg.CORBA.portable.InputStream i)
25 value = subastas.clienteSubastasHelper.read (i);
28 public void _write (org.omg.CORBA.portable.OutputStream o)
30 subastas.clienteSubastasHelper.write (o, value);
33 public org.omg.CORBA.TypeCode _type ()
35 return subastas.clienteSubastasHelper.type ();