Attr getCountsOnlysAttribute = reponseDoc.createAttributeNS(SSAFNodes.counts_only
.getNamespace(), SSAFNodes.counts_only.getQName());
getCountsOnlysAttribute.setNodeValue(String.valueOf(countOnly));
root.setAttributeNode(getCountsOnlysAttribute);
Attr getConfirmationCountAttribute = reponseDoc.createAttributeNS(SSAFNodes.confirmations_count
.getNamespace(), SSAFNodes.confirmations_count.getQName());
getConfirmationCountAttribute.setNodeValue(String.valueOf(confirmCount));
root.setAttributeNode(getConfirmationCountAttribute);
Attr getErrorsCountAttribute = reponseDoc.createAttributeNS(SSAFNodes.errors_count