/** @return the region */ public String getRegion() { return Utils.getElementStringValue(document, element, "region"); }
/** @return the phone */ public String getPhone() { return Utils.getElementStringValue(document, element, "phone"); }
/** @return the postalCode */ public String getPostalCode() { return Utils.getElementStringValue(document, element, "postal-code"); }
/** @return the email */ public String getEmail() { return Utils.getElementStringValue(document, element, "email"); }
/** @return the fax */ public String getFax() { return Utils.getElementStringValue(document, element, "fax"); }
/** @return the countryCode */ public String getCountryCode() { return Utils.getElementStringValue(document, element, "country-code"); }
/** @return the contactName */ public String getContactName() { return Utils.getElementStringValue(document, element, "contact-name"); }
/** @return the companyName */ public String getCompanyName() { return Utils.getElementStringValue(document, element, "company-name"); }
/** @return the city */ public String getCity() { return Utils.getElementStringValue(document, element, "city"); }
/** @return the address2 */ public String getAddress2() { return Utils.getElementStringValue(document, element, "address2"); }