/AWS1/CL_GERROUTETRNSTNEXTDEP¶
Details about the next available departure for the transit service.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_time TYPE /AWS1/GERTSMPWITHTIMEZONEOFF /AWS1/GERTSMPWITHTIMEZONEOFF¶
The departure time.
Optional arguments:¶
iv_delay TYPE /AWS1/GERDURATIONSECONDS /AWS1/GERDURATIONSECONDS¶
The delay from the scheduled departure time.
Unit:
seconds
iv_platformname TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING¶
Platform name or number for the departure.
iv_status TYPE /AWS1/GERROUTETRNSTTRIPSTATUS /AWS1/GERROUTETRNSTTRIPSTATUS¶
The status of the departure.
io_transport TYPE REF TO /AWS1/CL_GERRTETRNTRANSPORTM00 /AWS1/CL_GERRTETRNTRANSPORTM00¶
Transport mode details for this departure.
Queryable Attributes¶
Delay¶
The delay from the scheduled departure time.
Unit:
seconds
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELAY() |
Getter for DELAY, with configurable default |
ASK_DELAY() |
Getter for DELAY w/ exceptions if field has no value |
HAS_DELAY() |
Determine if DELAY has a value |
PlatformName¶
Platform name or number for the departure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLATFORMNAME() |
Getter for PLATFORMNAME, with configurable default |
ASK_PLATFORMNAME() |
Getter for PLATFORMNAME w/ exceptions if field has no value |
HAS_PLATFORMNAME() |
Determine if PLATFORMNAME has a value |
Status¶
The status of the departure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Time¶
The departure time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIME() |
Getter for TIME, with configurable default |
ASK_TIME() |
Getter for TIME w/ exceptions if field has no value |
HAS_TIME() |
Determine if TIME has a value |
Transport¶
Transport mode details for this departure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSPORT() |
Getter for TRANSPORT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROUTETRANSITNEXTDEPLIST¶
TYPES TT_ROUTETRANSITNEXTDEPLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERROUTETRNSTNEXTDEP WITH DEFAULT KEY
.