/AWS1/CL_IOXSCHEMAVRSLISTITEM¶
List item describing a schema version.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_schemaid TYPE /AWS1/IOXSCHEMAID /AWS1/IOXSCHEMAID¶
The identifier of the schema version.
iv_type TYPE /AWS1/IOXSCHEMAVERSIONTYPE /AWS1/IOXSCHEMAVERSIONTYPE¶
The type of schema version.
iv_description TYPE /AWS1/IOXSCHEMAVERSIONDESC /AWS1/IOXSCHEMAVERSIONDESC¶
A description of the schema version.
iv_namespace TYPE /AWS1/IOXSCHVRSNAMESPACENAME /AWS1/IOXSCHVRSNAMESPACENAME¶
The name of the schema version.
iv_semanticversion TYPE /AWS1/IOXSCHEMAVERSIONVERSION /AWS1/IOXSCHEMAVERSIONVERSION¶
The schema version. If this is left blank, it defaults to the latest version.
iv_visibility TYPE /AWS1/IOXSCHEMAVRSVISIBILITY /AWS1/IOXSCHEMAVRSVISIBILITY¶
The visibility of the schema version.
Queryable Attributes¶
SchemaId¶
The identifier of the schema version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAID() |
Getter for SCHEMAID, with configurable default |
ASK_SCHEMAID() |
Getter for SCHEMAID w/ exceptions if field has no value |
HAS_SCHEMAID() |
Determine if SCHEMAID has a value |
Type¶
The type of schema version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Description¶
A description of the schema version.
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 |
Namespace¶
The name of the schema version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACE() |
Getter for NAMESPACE, with configurable default |
ASK_NAMESPACE() |
Getter for NAMESPACE w/ exceptions if field has no value |
HAS_NAMESPACE() |
Determine if NAMESPACE has a value |
SemanticVersion¶
The schema version. If this is left blank, it defaults to the latest version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEMANTICVERSION() |
Getter for SEMANTICVERSION, with configurable default |
ASK_SEMANTICVERSION() |
Getter for SEMANTICVERSION w/ exceptions if field has no val |
HAS_SEMANTICVERSION() |
Determine if SEMANTICVERSION has a value |
Visibility¶
The visibility of the schema version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VISIBILITY() |
Getter for VISIBILITY, with configurable default |
ASK_VISIBILITY() |
Getter for VISIBILITY w/ exceptions if field has no value |
HAS_VISIBILITY() |
Determine if VISIBILITY 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_SCHEMAVERSIONLIST¶
TYPES TT_SCHEMAVERSIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOXSCHEMAVRSLISTITEM WITH DEFAULT KEY
.