public static synchronized org.omg.CORBA.TypeCode type() {
   if (__typeCode == null) {
     __typeCode =
         org.omg
             .CORBA
             .ORB
             .init()
             .create_interface_tc(org.omg.DynamicAny.DynAnyFactoryHelper.id(), "DynAnyFactory");
   }
   return __typeCode;
 }