/AWS1/CL_GEPPARSEDQUERYSECAD00¶
Information about a secondary address component parsed from the query text.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_startindex
TYPE /AWS1/GEPINTEGER
/AWS1/GEPINTEGER
¶
Start index of the parsed secondary address component in the query text.
iv_endindex
TYPE /AWS1/GEPINTEGER
/AWS1/GEPINTEGER
¶
End index of the parsed secondary address component in the query text.
iv_value
TYPE /AWS1/GEPSENSITIVESTRING
/AWS1/GEPSENSITIVESTRING
¶
Value of the parsed secondary address component.
iv_number
TYPE /AWS1/GEPSENSITIVESTRING
/AWS1/GEPSENSITIVESTRING
¶
Secondary address number provided in the query.
iv_designator
TYPE /AWS1/GEPSENSITIVESTRING
/AWS1/GEPSENSITIVESTRING
¶
Secondary address designator provided in the query.
Queryable Attributes¶
StartIndex¶
Start index of the parsed secondary address component in the query text.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTINDEX() |
Getter for STARTINDEX, with configurable default |
ASK_STARTINDEX() |
Getter for STARTINDEX w/ exceptions if field has no value |
HAS_STARTINDEX() |
Determine if STARTINDEX has a value |
EndIndex¶
End index of the parsed secondary address component in the query text.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDINDEX() |
Getter for ENDINDEX, with configurable default |
ASK_ENDINDEX() |
Getter for ENDINDEX w/ exceptions if field has no value |
HAS_ENDINDEX() |
Determine if ENDINDEX has a value |
Value¶
Value of the parsed secondary address component.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |
Number¶
Secondary address number provided in the query.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NUMBER() |
Getter for NUMBER, with configurable default |
ASK_NUMBER() |
Getter for NUMBER w/ exceptions if field has no value |
HAS_NUMBER() |
Determine if NUMBER has a value |
Designator¶
Secondary address designator provided in the query.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESIGNATOR() |
Getter for DESIGNATOR, with configurable default |
ASK_DESIGNATOR() |
Getter for DESIGNATOR w/ exceptions if field has no value |
HAS_DESIGNATOR() |
Determine if DESIGNATOR has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PARSEDQUERYSECADDRESSCOMP00
¶
TYPES TT_PARSEDQUERYSECADDRESSCOMP00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_GEPPARSEDQUERYSECAD00 WITH DEFAULT KEY
.