public static synchronized org.omg.CORBA.TypeCode type() {
   if (__typeCode == null) {
     __typeCode =
         org.omg
             .CORBA
             .ORB
             .init()
             .create_interface_tc(
                 org.omg.PortableInterceptor.IORInterceptor_3_0Helper.id(), "IORInterceptor_3_0");
   }
   return __typeCode;
 }
 public org.omg.CORBA.TypeCode _type() {
   return org.omg.PortableInterceptor.IORInterceptor_3_0Helper.type();
 }
 public void _write(org.omg.CORBA.portable.OutputStream o) {
   org.omg.PortableInterceptor.IORInterceptor_3_0Helper.write(o, value);
 }
 public void _read(org.omg.CORBA.portable.InputStream i) {
   value = org.omg.PortableInterceptor.IORInterceptor_3_0Helper.read(i);
 }