/AWS1/CL_GSTGRNDSTNRESVLSTITEM¶
Item in a list of ground station reservations.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_reservationtype TYPE /AWS1/GSTRESERVATIONTYPE /AWS1/GSTRESERVATIONTYPE¶
Type of a ground station reservation.
iv_groundstationid TYPE /AWS1/GSTGROUNDSTATIONNAME /AWS1/GSTGROUNDSTATIONNAME¶
ID of a ground station.
iv_antennaname TYPE /AWS1/GSTANTENNANAME /AWS1/GSTANTENNANAME¶
Name of an antenna.
iv_starttime TYPE /AWS1/GSTTIMESTAMP /AWS1/GSTTIMESTAMP¶
Start time of a ground station reservation in UTC.
iv_endtime TYPE /AWS1/GSTTIMESTAMP /AWS1/GSTTIMESTAMP¶
End time of a ground station reservation in UTC.
io_reservationdetails TYPE REF TO /AWS1/CL_GSTRESERVATIONDETAILS /AWS1/CL_GSTRESERVATIONDETAILS¶
Details of a ground station reservation.
Queryable Attributes¶
reservationType¶
Type of a ground station reservation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVATIONTYPE() |
Getter for RESERVATIONTYPE, with configurable default |
ASK_RESERVATIONTYPE() |
Getter for RESERVATIONTYPE w/ exceptions if field has no val |
HAS_RESERVATIONTYPE() |
Determine if RESERVATIONTYPE has a value |
groundStationId¶
ID of a ground station.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUNDSTATIONID() |
Getter for GROUNDSTATIONID, with configurable default |
ASK_GROUNDSTATIONID() |
Getter for GROUNDSTATIONID w/ exceptions if field has no val |
HAS_GROUNDSTATIONID() |
Determine if GROUNDSTATIONID has a value |
antennaName¶
Name of an antenna.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANTENNANAME() |
Getter for ANTENNANAME, with configurable default |
ASK_ANTENNANAME() |
Getter for ANTENNANAME w/ exceptions if field has no value |
HAS_ANTENNANAME() |
Determine if ANTENNANAME has a value |
startTime¶
Start time of a ground station reservation in UTC.
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 |
endTime¶
End time of a ground station reservation in UTC.
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 |
reservationDetails¶
Details of a ground station reservation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVATIONDETAILS() |
Getter for RESERVATIONDETAILS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GROUNDSTATIONRESVLIST¶
TYPES TT_GROUNDSTATIONRESVLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GSTGRNDSTNRESVLSTITEM WITH DEFAULT KEY
.