public static synchronized org.omg.CORBA.TypeCode type() {
   if (__typeCode == null) {
     __typeCode = org.omg.DynamicAny.NameDynAnyPairHelper.type();
     __typeCode = org.omg.CORBA.ORB.init().create_sequence_tc(0, __typeCode);
     __typeCode =
         org.omg
             .CORBA
             .ORB
             .init()
             .create_alias_tc(
                 org.omg.DynamicAny.NameDynAnyPairSeqHelper.id(), "NameDynAnyPairSeq", __typeCode);
   }
   return __typeCode;
 }