package net.conselldemallorca.helium.wsintegraciones.formulari; public class RespostaIniciFormulari { int width; int height; String url; String formulariId; public int getWidth() { return width; } public void setWidth(int width) { this.width = width; } public int getHeight() { return height; } public void setHeight(int height) { this.height = height; } public String getUrl() { return url; } public void setUrl(String url) { this.url = url; } public String getFormulariId() { return formulariId; } public void setFormulariId(String formulariId) { this.formulariId = formulariId; } }