if (!lineid[i].equals(""))
LineId = new IntMember("LineId",Integer.parseInt(lineid[i]),10,"",'T',false,20);
IntMember ItemId = new IntMember("ItemId",Integer.parseInt(itemid[i]),10,"",'T',false,20);
StringMember SKU = new StringMember("SKU",sku[i],10,"",'T',false);
StringMember Description = new StringMember("Description",description[i],10,"",'T',false);
/*FloatMember Quantity = new FloatMember("Quantity",new Float(quantity[i]),10,"0",'T',false,20);
FloatMember PriceEach = new FloatMember("PriceEach",new Float(priceeach[i]),10,"",'T',false,20);
FloatMember PriceExtended = new FloatMember("PriceExtended",new Float(priceExtended[i]),10,"",'T',false,20);*/
FloatMember UnitTax = new FloatMember("UnitTax",new Float(unittax[i]),10,"",'T',false,20);
FloatMember TaxRate = new FloatMember("UnitTaxrate",new Float(taxrate[i]),10,"",'T',false,20);
FloatMember OrderQuantity = new FloatMember("OrderQuantity",new Float(orderquantity[i]),10,"",'T',false,20);
FloatMember PendingQuantity = new FloatMember("PendingQuantity",new Float(pendingquantity[i]),10,"",'T',false,20);
IntMember Value = new IntMember("Value",Integer.parseInt(value[i]),10,"",'T',false,20);
StringMember Type = new StringMember("Type",type[i],10,"",'T',false);
FloatMember DiscountedPrice = new FloatMember("DiscountedPrice",new Float(strDiscoountprice),10,"",'T',false,20);
/*DoubleMember ListPrice = new FloatMember("ListPrice",new Float(listprice[i]),10,"",'T',false,20);
FloatMember Cost = new FloatMember("Cost",new Float(cost[i]),10,"",'T',false,20);
*/