/** Get the type code of the {@link NamingContextExt}. */
 public static TypeCode type() {
   return OrbRestricted.Singleton.create_interface_tc(
       NamingContextExtHelper.id(), "NamingContextExt");
 }