| Modifier and Type | Field and Description |
|---|---|
protected List<CountryName> |
AddressDetails.Country.countryName |
| Modifier and Type | Method and Description |
|---|---|
CountryName |
ObjectFactory.createCountryName()
Create an instance of
CountryName |
CountryName |
CountryName.withCode(String value) |
CountryName |
CountryName.withContent(String value) |
CountryName |
CountryName.withType(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<CountryName> |
AddressDetails.Country.getCountryName()
Gets the value of the countryName property.
|
| Modifier and Type | Method and Description |
|---|---|
AddressDetails.Country |
AddressDetails.Country.withCountryName(CountryName... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressDetails.Country.setCountryName(List<CountryName> value) |
AddressDetails.Country |
AddressDetails.Country.withCountryName(Collection<CountryName> values) |
AddressDetails.Country |
AddressDetails.Country.withCountryName(List<CountryName> value) |
Copyright © 2008–2023. All rights reserved.