StringStringStringStringStringStringStringStringStringOASISAddressOASISAddressOASISAddressOASISAddressOASISAddressOASISAddressOASISAddressOASISAddressOASISAddressStringGet the AdministrativeArea
Kind: Instance method of OASISAddress
Returns: String - the KEY_ADMINISTRATIVE_AREA value
StringGet the CountryCode
Kind: Instance method of OASISAddress
Returns: String - the KEY_COUNTRY_CODE value
StringGet the CountryName
Kind: Instance method of OASISAddress
Returns: String - the KEY_COUNTRY_NAME value
StringGet the Locality
Kind: Instance method of OASISAddress
Returns: String - the KEY_LOCALITY value
StringGet the PostalCode
Kind: Instance method of OASISAddress
Returns: String - the KEY_POSTAL_CODE value
StringGet the SubAdministrativeArea
Kind: Instance method of OASISAddress
Returns: String - the KEY_SUB_ADMINISTRATIVE_AREA value
StringGet the SubLocality
Kind: Instance method of OASISAddress
Returns: String - the KEY_SUB_LOCALITY value
StringGet the SubThoroughfare
Kind: Instance method of OASISAddress
Returns: String - the KEY_SUB_THOROUGHFARE value
StringGet the Thoroughfare
Kind: Instance method of OASISAddress
Returns: String - the KEY_THOROUGHFARE value
OASISAddressSet the AdministrativeArea
Kind: Instance method of OASISAddress
Returns: OASISAddress - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| area | String |
Portion of country (e.g. state) - The desired AdministrativeArea. {'string_min_length': 0, 'string_max_length': 200} |
OASISAddressSet the CountryCode
Kind: Instance method of OASISAddress
Returns: OASISAddress - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| code | String |
Name of country (ISO 3166-2) - The desired CountryCode. {'string_min_length': 0, 'string_max_length': 50} |
OASISAddressSet the CountryName
Kind: Instance method of OASISAddress
Returns: OASISAddress - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| name | String |
Name of the country (localized) - The desired CountryName. {'string_min_length': 0, 'string_max_length': 200} |
OASISAddressSet the Locality
Kind: Instance method of OASISAddress
Returns: OASISAddress - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| locality | String |
Hypernym for e.g. city/village - The desired Locality. {'string_min_length': 0, 'string_max_length': 200} |
OASISAddressSet the PostalCode
Kind: Instance method of OASISAddress
Returns: OASISAddress - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| code | String |
(PLZ, ZIP, PIN, CAP etc.) - The desired PostalCode. {'string_min_length': 0, 'string_max_length': 16} |
OASISAddressSet the SubAdministrativeArea
Kind: Instance method of OASISAddress
Returns: OASISAddress - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| area | String |
Portion of e.g. state (e.g. county) - The desired SubAdministrativeArea. {'string_min_length': 0, 'string_max_length': 200} |
OASISAddressSet the SubLocality
Kind: Instance method of OASISAddress
Returns: OASISAddress - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| locality | String |
Hypernym for e.g. district - The desired SubLocality. {'string_min_length': 0, 'string_max_length': 200} |
OASISAddressSet the SubThoroughfare
Kind: Instance method of OASISAddress
Returns: OASISAddress - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| thoroughfare | String |
Portion of thoroughfare e.g. house number - The desired SubThoroughfare. {'string_min_length': 0, 'string_max_length': 200} |
OASISAddressSet the Thoroughfare
Kind: Instance method of OASISAddress
Returns: OASISAddress - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| thoroughfare | String |
Hypernym for street, road etc. - The desired Thoroughfare. {'string_min_length': 0, 'string_max_length': 200} |