From fb447d8649f0ede528af4ee1ab9cee48873642d1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:04:30 +0000 Subject: [PATCH 1/2] Initial plan From 4ee29022b0669c27a408873366f81db6da78a492 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 6 Jan 2026 17:06:24 +0000 Subject: [PATCH 2/2] Add SdkNoticeSubtype reference to entity README Co-authored-by: rousso <91379+rousso@users.noreply.github.com> --- src/main/java/eu/europa/ted/eforms/sdk/entity/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/eu/europa/ted/eforms/sdk/entity/README.md b/src/main/java/eu/europa/ted/eforms/sdk/entity/README.md index 1ca638c..a9f0bc6 100644 --- a/src/main/java/eu/europa/ted/eforms/sdk/entity/README.md +++ b/src/main/java/eu/europa/ted/eforms/sdk/entity/README.md @@ -1,10 +1,11 @@ # Common Entities -The entities in this package can be used while reading data from the eForms SDK. Currently there are only three entities implemented here: +The entities in this package can be used while reading data from the eForms SDK. Currently there are only four entities implemented here: * `SdkField`: Can hold basic information about a field. * `SdkNode`: Can hold basic information about a node and reconstruct the node hierarchy. * `SdkCodelist`: Can hold codelist information including its codes. +* `SdkNoticeSubtype`: Can hold information about a notice subtype from the SDK's notice-types.json file. All the classes are abstract so that they can have specific implementations for different major versions of the eForms SDK if needed.