/AWS1/CL_BDZSPAN¶
Contains information about where the text with a citation begins and ends in the generated output.
This data type is used in the following API operations:
-
RetrieveAndGenerate response – in the
spanfield -
InvokeAgent response – in the
spanfield
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_start TYPE /AWS1/BDZINTEGER /AWS1/BDZINTEGER¶
Where the text with a citation starts in the generated output.
iv_end TYPE /AWS1/BDZINTEGER /AWS1/BDZINTEGER¶
Where the text with a citation ends in the generated output.
Queryable Attributes¶
start¶
Where the text with a citation starts in the generated output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_START() |
Getter for START, with configurable default |
ASK_START() |
Getter for START w/ exceptions if field has no value |
HAS_START() |
Determine if START has a value |
end¶
Where the text with a citation ends in the generated output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_END() |
Getter for END, with configurable default |
ASK_END() |
Getter for END w/ exceptions if field has no value |
HAS_END() |
Determine if END has a value |