I gererate the class, my problem is that I don´t know put I the catalog a new
product. I create a new produd this:
Catalogs mifichero = (Catalogs)u.unmarshal(in);
//recuperamos la lista de catalogos y productos
List catalogo = mifichero.getCatalog();
//Aqui añadimos un producto para el catalogo
ProductTypeImpl nuevoProducto = new ProductTypeImpl();
nuevoProducto.setProductID("C349K7");
nuevoProducto.setProductName(nomProd);
nuevoProducto.setPrice(precio);
nuevoProducto.setVendor(nomEmp);
But now I don´t put th product in the catalog. Could you help me?
thanks very much
--
View this message in context: http://www.nabble.com/create-a-new-nodo-tf3890460.html#a11030167
Sent from the java.net - jaxb users mailing list archive at Nabble.com.