param3.setImageState(images[i].getState());
param3.setImageOwnerId(ownerId);
param3.setIsPublic(images[i].getIsPublic());
ProductCodesSetType param4 = new ProductCodesSetType();
ProductCodesSetItemType param5 = new ProductCodesSetItemType();
param5.setProductCode("");
param5.setType("");
param4.addItem(param5);
param3.setProductCodes(param4);
String description = images[i].getDescription();
param3.setDescription((null == description ? "" : description));