/AWS1/CL_GSTGROUNDSTATIONDATA¶
Information about the ground station data.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_groundstationid TYPE /AWS1/GSTGROUNDSTATIONNAME /AWS1/GSTGROUNDSTATIONNAME¶
UUID of a ground station.
iv_groundstationname TYPE /AWS1/GSTGROUNDSTATIONNAME /AWS1/GSTGROUNDSTATIONNAME¶
Name of a ground station.
iv_region TYPE /AWS1/GSTAWSREGION /AWS1/GSTAWSREGION¶
Ground station Region.
Queryable Attributes¶
groundStationId¶
UUID 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 |
groundStationName¶
Name of a ground station.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GROUNDSTATIONNAME() |
Getter for GROUNDSTATIONNAME, with configurable default |
ASK_GROUNDSTATIONNAME() |
Getter for GROUNDSTATIONNAME w/ exceptions if field has no v |
HAS_GROUNDSTATIONNAME() |
Determine if GROUNDSTATIONNAME has a value |
region¶
Ground station Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION 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_GROUNDSTATIONLIST¶
TYPES TT_GROUNDSTATIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GSTGROUNDSTATIONDATA WITH DEFAULT KEY
.