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