diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlInfo.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlInfo.java index 8cf89c8..fa37dbf 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlInfo.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidAccessControlInfo.java @@ -59,7 +59,7 @@ public class RfidAccessControlInfo { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nonnull - private List notifications; + private List notifications; public static final String SERIALIZED_NAME_ACCESS_CONTROL_OPTIONS = "AccessControlOptions"; @@ -128,12 +128,12 @@ public void setActiveOptionIdx(@javax.annotation.Nullable BigDecimal activeOptio } public RfidAccessControlInfo notifications( - @javax.annotation.Nonnull List notifications) { + @javax.annotation.Nonnull List notifications) { this.notifications = notifications; return this; } - public RfidAccessControlInfo addNotificationsItem(ParsingErrorCodes notificationsItem) { + public RfidAccessControlInfo addNotificationsItem(Integer notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -142,16 +142,17 @@ public RfidAccessControlInfo addNotificationsItem(ParsingErrorCodes notification } /** - * List of remarks arisen during the procedure. + * List of remarks arisen during the procedure. Can be ParsingErrorCodes or + * ParsingNotificationCodes enum. * * @return notifications */ @javax.annotation.Nonnull - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nonnull List notifications) { + public void setNotifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; } diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateEx.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateEx.java index 1603b58..9731cf6 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateEx.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidCertificateEx.java @@ -91,7 +91,7 @@ public class RfidCertificateEx { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nonnull - private List notifications; + private List notifications; public static final String SERIALIZED_NAME_ORIGIN = "Origin"; @@ -281,13 +281,12 @@ public void setExtensions(@javax.annotation.Nonnull List exten this.extensions = extensions; } - public RfidCertificateEx notifications( - @javax.annotation.Nonnull List notifications) { + public RfidCertificateEx notifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; return this; } - public RfidCertificateEx addNotificationsItem(ParsingErrorCodes notificationsItem) { + public RfidCertificateEx addNotificationsItem(Integer notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -297,16 +296,16 @@ public RfidCertificateEx addNotificationsItem(ParsingErrorCodes notificationsIte /** * List of remarks arisen during the analysis of the certificate data structure and its validity - * verification. + * verification. Can be ParsingErrorCodes or ParsingNotificationCodes enum. * * @return notifications */ @javax.annotation.Nonnull - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nonnull List notifications) { + public void setNotifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; } diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFile.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFile.java index ebc40f8..aa3d16c 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFile.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidDataFile.java @@ -78,7 +78,7 @@ public class RfidDataFile { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nullable - private List notifications; + private List notifications; public static final String SERIALIZED_NAME_DOC_FIELDS_TEXT = "DocFields_Text"; @@ -228,13 +228,12 @@ public void setPaStatus(@javax.annotation.Nullable RFIDErrorCodes paStatus) { this.paStatus = paStatus; } - public RfidDataFile notifications( - @javax.annotation.Nullable List notifications) { + public RfidDataFile notifications(@javax.annotation.Nullable List notifications) { this.notifications = notifications; return this; } - public RfidDataFile addNotificationsItem(ParsingErrorCodes notificationsItem) { + public RfidDataFile addNotificationsItem(Integer notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -244,16 +243,16 @@ public RfidDataFile addNotificationsItem(ParsingErrorCodes notificationsItem) { /** * List of remarks arisen when reading data from the memory of the chip and analysing their - * ASN.1-structure. + * ASN.1-structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum. * * @return notifications */ @javax.annotation.Nullable - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nullable List notifications) { + public void setNotifications(@javax.annotation.Nullable List notifications) { this.notifications = notifications; } diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSecurityObject.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSecurityObject.java index 4221caf..b30f879 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSecurityObject.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSecurityObject.java @@ -60,7 +60,7 @@ public class RfidSecurityObject { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nonnull - private List notifications; + private List notifications; public static final String SERIALIZED_NAME_SIGNER_INFOS = "SignerInfos"; @@ -127,13 +127,12 @@ public void setFileReference(@javax.annotation.Nonnull BigDecimal fileReference) this.fileReference = fileReference; } - public RfidSecurityObject notifications( - @javax.annotation.Nonnull List notifications) { + public RfidSecurityObject notifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; return this; } - public RfidSecurityObject addNotificationsItem(ParsingErrorCodes notificationsItem) { + public RfidSecurityObject addNotificationsItem(Integer notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -142,16 +141,17 @@ public RfidSecurityObject addNotificationsItem(ParsingErrorCodes notificationsIt } /** - * List of remarks arisen during the analysis of SO data structure. + * List of remarks arisen during the analysis of SO data structure. Can be ParsingErrorCodes or + * ParsingNotificationCodes enum. * * @return notifications */ @javax.annotation.Nonnull - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nonnull List notifications) { + public void setNotifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; } diff --git a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSignerInfoEx.java b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSignerInfoEx.java index b917122..bf0d524 100644 --- a/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSignerInfoEx.java +++ b/client/src/main/generated/com/regula/documentreader/webclient/model/RfidSignerInfoEx.java @@ -109,7 +109,7 @@ public class RfidSignerInfoEx { @SerializedName(SERIALIZED_NAME_NOTIFICATIONS) @javax.annotation.Nonnull - private List notifications; + private List notifications; public RfidSignerInfoEx() {} @@ -344,13 +344,12 @@ public void setDataToHash(@javax.annotation.Nonnull String dataToHash) { this.dataToHash = dataToHash; } - public RfidSignerInfoEx notifications( - @javax.annotation.Nonnull List notifications) { + public RfidSignerInfoEx notifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; return this; } - public RfidSignerInfoEx addNotificationsItem(ParsingErrorCodes notificationsItem) { + public RfidSignerInfoEx addNotificationsItem(Integer notificationsItem) { if (this.notifications == null) { this.notifications = new ArrayList<>(); } @@ -359,16 +358,16 @@ public RfidSignerInfoEx addNotificationsItem(ParsingErrorCodes notificationsItem } /** - * Get notifications + * Can be ParsingErrorCodes or ParsingNotificationCodes enum. * * @return notifications */ @javax.annotation.Nonnull - public List getNotifications() { + public List getNotifications() { return notifications; } - public void setNotifications(@javax.annotation.Nonnull List notifications) { + public void setNotifications(@javax.annotation.Nonnull List notifications) { this.notifications = notifications; }