public static org.omg.CORBA.TypeCode type() {
    if (typeCode_ == null) {
      org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init();
      typeCode_ =
          orb.create_alias_tc(id(), "RouterList", orb.create_sequence_tc(0, RouterHelper.type()));
    }

    return typeCode_;
  }
  public static org.omg.CORBA.TypeCode type() {
    if (typeCode_ == null) {
      org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init();
      typeCode_ =
          orb.create_alias_tc(
              id(),
              "BidirectionalPolicyValue",
              orb.get_primitive_tc(org.omg.CORBA.TCKind.tk_ushort));
    }

    return typeCode_;
  }