.setPostcode("ME5 FL5")
.setAddressUse(AddressType.PhysicalVisit.code));
template.addTelephoneNumber(new Telecom()
.setTelecom("tel:01634775667")
.setTelecomType(TelecomUseType.HomeAddress.code));
template.addTelephoneNumber(new Telecom()
.setTelecom("tel:01634451628")
.setTelecomType(TelecomUseType.VacationHome.code));
template.addTelephoneNumber(new Telecom()
.setTelecom("mailto:mark.smith@emailfree.co.uk")
.setTelecomType(TelecomUseType.HomeAddress.code));