} else if (this.getLandLineNumber().getPhoneId() < 1) {
// Invalid id number
throw new IllegalArgumentException(MessageFormat.format("this.landLineNumber.phoneId={0} is not valid", this.getLandLineNumber().getPhoneId()));
- } else if (this.getFaxNumber().getPhoneAreaCode()== null) {
+ } else if (this.getLandLineNumber().getPhoneAreaCode()== null) {
// Throw again
throw new NullPointerException("this.landLineNumber.phoneAreaCode is null");
- } else if (this.getFaxNumber().getPhoneAreaCode() < 1) {
+ } else if (this.getLandLineNumber().getPhoneAreaCode() < 1) {
// Invalid id number
throw new IllegalArgumentException(MessageFormat.format("this.landLineNumber.phoneAreaCode={0} is not valid", this.getFaxNumber().getPhoneAreaCode()));
} else if (this.getLandLineNumber().getPhoneCountry() == null) {