Searched refs:responseFormat (Results 1 – 1 of 1) sorted by relevance
190 public HashMap<Integer, String> responseFormat = new HashMap<Integer, String>(); field in CarrierXmlParser.SsEntry208 + ", responseFormat:" + responseFormat.toString(); in toString()291 if (responseFormat.containsKey(i)) { in getResponseSet()293 if (responseDefine.containsKey(responseFormat.get(i))) { in getResponseSet()294 for (int x = 0; x < responseDefine.get(responseFormat.get(i)).size(); x++) { in getResponseSet()296 responseFormat.get(i)).get(x)).getDefinitionByCompareValue( in getResponseSet()303 if (TAG_RESPONSE_STATUS.equals(responseFormat.get(i))) { in getResponseSet()311 responseSet.put(responseFormat.get(i), result.get(i)); in getResponseSet()313 responseSet.put(responseFormat.get(i), defineString); in getResponseSet()583 entry.responseFormat.put(Integer.valueOf(position), key); in readParameters()