8990919293949596979899
a.setCountry(country.getText()); a.setPostalCode(postal.getText()); loc.setAddress(a); } loc.setWhereOnEarthId(new WhereOnEarthId(woeid.getText())); if (hasText(mnc)) { CellTower tower = new CellTower(); tower.setMnc(new Integer(mnc.getText()));