public static class PropertyResolverTestCase.PostalAddress extends Object implements PropertyResolverTestCase.Address
| Constructor and Description |
|---|
PostalAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity() |
String |
getCountry() |
String |
getPostalCode() |
String |
getStreet() |
String |
getSubnational() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setPostalCode(String postalCode) |
void |
setStreet(String street) |
void |
setSubnational(String subnational) |
public String getStreet()
getStreet in interface PropertyResolverTestCase.Addresspublic void setStreet(String street)
public String getCity()
getCity in interface PropertyResolverTestCase.Addresspublic void setCity(String city)
public String getSubnational()
getSubnational in interface PropertyResolverTestCase.Addresspublic void setSubnational(String subnational)
public String getPostalCode()
getPostalCode in interface PropertyResolverTestCase.Addresspublic void setPostalCode(String postalCode)
public String getCountry()
getCountry in interface PropertyResolverTestCase.Addresspublic void setCountry(String country)
Copyright © 2017 Glasnost. All Rights Reserved.