public static String formatISOCountryRqstReadByIdIdx(String separator, short argId) {
   String retval =
       "<RqstISOCountryRead " + CFLibXmlUtil.formatRequiredInt16(null, "Id", argId) + " />";
   return (retval);
 }
 public static String formatISOCountryPKeyAttributes(
     String separator, CFSecurityISOCountryBuff buff) {
   String retval = CFLibXmlUtil.formatRequiredInt16(separator, "Id", buff.getRequiredId());
   return (retval);
 }