/AWS1/CL_QSTGEOCODERHIERARCHY¶
The preference hierarchy for the geocode preference.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_country TYPE /AWS1/QSTGEOCODERHIERARCHYCT00 /AWS1/QSTGEOCODERHIERARCHYCT00¶
The country value for the preference hierarchy.
iv_state TYPE /AWS1/QSTGEOCODERHIERARCHYST00 /AWS1/QSTGEOCODERHIERARCHYST00¶
The state/region value for the preference hierarchy.
iv_county TYPE /AWS1/QSTGEOCODERHIERARCHYCT01 /AWS1/QSTGEOCODERHIERARCHYCT01¶
The county/district value for the preference hierarchy.
iv_city TYPE /AWS1/QSTGEOCODERHIERARCHYCI00 /AWS1/QSTGEOCODERHIERARCHYCI00¶
The city value for the preference hierarchy.
iv_postcode TYPE /AWS1/QSTGEOCODERHIERARCHYPO00 /AWS1/QSTGEOCODERHIERARCHYPO00¶
The postcode value for the preference hierarchy.
Queryable Attributes¶
Country¶
The country value for the preference hierarchy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNTRY() |
Getter for COUNTRY, with configurable default |
ASK_COUNTRY() |
Getter for COUNTRY w/ exceptions if field has no value |
HAS_COUNTRY() |
Determine if COUNTRY has a value |
State¶
The state/region value for the preference hierarchy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
County¶
The county/district value for the preference hierarchy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNTY() |
Getter for COUNTY, with configurable default |
ASK_COUNTY() |
Getter for COUNTY w/ exceptions if field has no value |
HAS_COUNTY() |
Determine if COUNTY has a value |
City¶
The city value for the preference hierarchy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CITY() |
Getter for CITY, with configurable default |
ASK_CITY() |
Getter for CITY w/ exceptions if field has no value |
HAS_CITY() |
Determine if CITY has a value |
PostCode¶
The postcode value for the preference hierarchy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSTCODE() |
Getter for POSTCODE, with configurable default |
ASK_POSTCODE() |
Getter for POSTCODE w/ exceptions if field has no value |
HAS_POSTCODE() |
Determine if POSTCODE has a value |