public static AcUspsInternationalCandidateRouteLegPk createWebKey(String webKey) {
   AcUspsInternationalCandidateRouteLegPk pk = new AcUspsInternationalCandidateRouteLegPk();
   pk.setWebKey(webKey);
   return pk;
 }