Item item = (Item) iterator.next();
for (SiteProfileClass siteProfileClass : siteProfileClasses) {
for (SiteCurrencyClass siteCurrencyClass : siteCurrencyClasses) {
String result = "";
try {
com.jada.xml.ie.Item i = itemApi.export(item);
ItemSimple itemSimpleXml = new ItemSimple(i,
siteProfileClass.getSiteProfileClassId(),
siteProfileClass.getSiteProfileClassName(),
siteCurrencyClass.getSiteCurrencyClassId(),
siteCurrencyClass.getSiteCurrencyClassName());