public static class IntrospectorResolverTestCase.PostalAddress extends Object implements IntrospectorResolverTestCase.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 IntrospectorResolverTestCase.Addresspublic void setStreet(String street)
public String getCity()
getCity in interface IntrospectorResolverTestCase.Addresspublic void setCity(String city)
public String getSubnational()
getSubnational in interface IntrospectorResolverTestCase.Addresspublic void setSubnational(String subnational)
public String getPostalCode()
getPostalCode in interface IntrospectorResolverTestCase.Addresspublic void setPostalCode(String postalCode)
public String getCountry()
getCountry in interface IntrospectorResolverTestCase.Addresspublic void setCountry(String country)
Copyright © 2017 Glasnost. All Rights Reserved.