Address |
Address.city(String city) |
Build up this address with a city.
|
Address |
Address.country(String country) |
Build up this address with a country.
|
Address |
Address.extensionElement(Object element) |
|
Address |
Address.id(String id) |
|
Address |
Address.postalCode(String postalCode) |
Build up this address with a postalcode.
|
Address |
Address.stateOrProvince(String stateOrProvince) |
Build up this address with a state or province.
|
Address |
Address.street(String street) |
Build up this address with a street.
|
Address |
Address.street2(String street2) |
Build up this address with a street2.
|
Address |
Address.street3(String street3) |
Build up this address with a street3.
|
Address |
Address.street4(String street4) |
Build up this address with a street4.
|
Address |
Address.street5(String street5) |
Build up this address with a street5.
|
Address |
Address.street6(String street6) |
Build up this address with a street6.
|
Address |
Address.value(String value) |
Build up this address with a value.
|