/AWS1/CL_MDICOMPETITOR¶
Contains information about one competitor in a fixture. It is used in the FixtureSummary that is in the SearchFixtures response.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/MDISTRING /AWS1/MDISTRING¶
The name of the competitor, as provided by the data source.
iv_ishome TYPE /AWS1/MDIBOOLEAN /AWS1/MDIBOOLEAN¶
Specifies whether this competitor is the home side in the fixture. If true, this competitor is the home side. If false, this competitor is the away side.
Queryable Attributes¶
name¶
The name of the competitor, as provided by the data source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
isHome¶
Specifies whether this competitor is the home side in the fixture. If true, this competitor is the home side. If false, this competitor is the away side.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISHOME() |
Getter for ISHOME, with configurable default |
ASK_ISHOME() |
Getter for ISHOME w/ exceptions if field has no value |
HAS_ISHOME() |
Determine if ISHOME 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_COMPETITORLIST¶
TYPES TT_COMPETITORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDICOMPETITOR WITH DEFAULT KEY
.