try {
houseNo = Short.parseShort(getHouseNo()); // TODO eliminate this
} catch (NumberFormatException e) {
// intentionally left empty
}
return new GoPalPosition(getX(), getY(), null, null, getZipCode(), getCity(), null, getStreet(), null, houseNo);
}