  package CosTrading.RegisterPackage;
  final public class ProxyOfferIdHolder implements org.omg.CORBA.portable.Streamable {
    public CosTrading.RegisterPackage.ProxyOfferId value;
    public ProxyOfferIdHolder() {
    }
    public ProxyOfferIdHolder(CosTrading.RegisterPackage.ProxyOfferId value) {
      this.value = value;
    }
    public void _read(org.omg.CORBA.portable.InputStream input) {
      value = ProxyOfferIdHelper.read(input);
    }
    public void _write(org.omg.CORBA.portable.OutputStream output) {
      ProxyOfferIdHelper.write(output, value);
    }
    public org.omg.CORBA.TypeCode _type() {
      return ProxyOfferIdHelper.type();
    }
  }
