/AWS1/CL_GERROUTETRANSITDEP¶
Details corresponding to the departure for the leg.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_place TYPE REF TO /AWS1/CL_GERROUTETRANSITPLACE /AWS1/CL_GERROUTETRANSITPLACE¶
Place details corresponding to the departure.
Optional arguments:¶
iv_delay TYPE /AWS1/GERDURATIONSECONDS /AWS1/GERDURATIONSECONDS¶
The delay from the scheduled departure time.
Unit:
seconds
iv_status TYPE /AWS1/GERROUTETRNSTTRIPSTATUS /AWS1/GERROUTETRNSTTRIPSTATUS¶
The status of the departure.
iv_time TYPE /AWS1/GERTSMPWITHTIMEZONEOFF /AWS1/GERTSMPWITHTIMEZONEOFF¶
The departure time.
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 |
Place¶
Place details corresponding to the departure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLACE() |
Getter for PLACE |
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 |