/AWS1/CL_OMXIMPREFERENCESRCI00¶
An genome reference source.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_status TYPE /AWS1/OMXREFERENCEIMPJOBITEM00 /AWS1/OMXREFERENCEIMPJOBITEM00¶
The source's status.
Optional arguments:¶
iv_sourcefile TYPE /AWS1/OMXS3URI /AWS1/OMXS3URI¶
The source file's location in Amazon S3.
iv_statusmessage TYPE /AWS1/OMXJOBSTATUSMESSAGE /AWS1/OMXJOBSTATUSMESSAGE¶
The source's status message.
iv_name TYPE /AWS1/OMXREFERENCENAME /AWS1/OMXREFERENCENAME¶
The source's name.
iv_description TYPE /AWS1/OMXREFERENCEDESCRIPTION /AWS1/OMXREFERENCEDESCRIPTION¶
The source's description.
it_tags TYPE /AWS1/CL_OMXTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The source's tags.
iv_referenceid TYPE /AWS1/OMXREFERENCEID /AWS1/OMXREFERENCEID¶
The source's reference ID.
Queryable Attributes¶
sourceFile¶
The source file's location in Amazon S3.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEFILE() |
Getter for SOURCEFILE, with configurable default |
ASK_SOURCEFILE() |
Getter for SOURCEFILE w/ exceptions if field has no value |
HAS_SOURCEFILE() |
Determine if SOURCEFILE has a value |
status¶
The source's status.
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 |
statusMessage¶
The source's status message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSMESSAGE() |
Getter for STATUSMESSAGE, with configurable default |
ASK_STATUSMESSAGE() |
Getter for STATUSMESSAGE w/ exceptions if field has no value |
HAS_STATUSMESSAGE() |
Determine if STATUSMESSAGE has a value |
name¶
The source's name.
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 |
description¶
The source's description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
tags¶
The source's tags.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
referenceId¶
The source's reference ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REFERENCEID() |
Getter for REFERENCEID, with configurable default |
ASK_REFERENCEID() |
Getter for REFERENCEID w/ exceptions if field has no value |
HAS_REFERENCEID() |
Determine if REFERENCEID 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_IMPORTREFERENCESOURCELIST¶
TYPES TT_IMPORTREFERENCESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXIMPREFERENCESRCI00 WITH DEFAULT KEY
.