/AWS1/CL_BDKAUTOREASPLYANNCONT¶
Represents a content element within an annotated chunk. This union type allows for different types of content elements to be included in document chunks, such as individual lines of text with their line numbers.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_line TYPE REF TO /AWS1/CL_BDKAUTOREASPLYANNLINE /AWS1/CL_BDKAUTOREASPLYANNLINE¶
An annotated line of text from the source document, including both the line number and the text content.
Queryable Attributes¶
line¶
An annotated line of text from the source document, including both the line number and the text content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINE() |
Getter for LINE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUTOREASPOLICYANNCONTLIST¶
TYPES TT_AUTOREASPOLICYANNCONTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTOREASPLYANNCONT WITH DEFAULT KEY
.