/AWS1/CL_GERROUTETRANSITINC¶
An incident describes disruptions on the transit route.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_effect TYPE /AWS1/GERROUTETRANSITINCEFFECT /AWS1/GERROUTETRANSITINCEFFECT¶
The effect of the incident on the transit service.
iv_type TYPE /AWS1/GERROUTETRANSITINCTYPE /AWS1/GERROUTETRANSITINCTYPE¶
Type of the incident.
Optional arguments:¶
iv_description TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING¶
A human readable description of the incident.
iv_endtime TYPE /AWS1/GERTSMPWITHTIMEZONEOFF /AWS1/GERTSMPWITHTIMEZONEOFF¶
The end time of the incident.
iv_starttime TYPE /AWS1/GERTSMPWITHTIMEZONEOFF /AWS1/GERTSMPWITHTIMEZONEOFF¶
The start time of the incident.
iv_url TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING¶
URL to the original incident published at the agency website.
Queryable Attributes¶
Description¶
A human readable description of the incident.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
Effect¶
The effect of the incident on the transit service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EFFECT() |
Getter for EFFECT, with configurable default |
ASK_EFFECT() |
Getter for EFFECT w/ exceptions if field has no value |
HAS_EFFECT() |
Determine if EFFECT has a value |
EndTime¶
The end time of the incident.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
StartTime¶
The start time of the incident.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
Type¶
Type of the incident.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Url¶
URL to the original incident published at the agency website.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL 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_ROUTETRANSITINCIDENTLIST¶
TYPES TT_ROUTETRANSITINCIDENTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERROUTETRANSITINC WITH DEFAULT KEY
.