diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Comment.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Comment.java index 480104681..8716dfa11 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Comment.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Comment.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -19,7 +26,7 @@ * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -31,15 +38,15 @@ @XmlType(name = "", propOrder = { "value" }) -@XmlRootElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@XmlRootElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class Comment { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -50,7 +57,7 @@ public class Comment { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -63,7 +70,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -76,7 +83,7 @@ public void setValue(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -89,7 +96,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DateBoundarySchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DateBoundarySchemaType.java index d0539bba3..a3bc32ce5 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DateBoundarySchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DateBoundarySchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -24,16 +31,16 @@ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <choice> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}From"/> - * <element ref="{http://www.un.org/sanctions/1.0}To" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}From"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}To" minOccurs="0"/> * </sequence> - * <element ref="{http://www.un.org/sanctions/1.0}To"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}To"/> * </choice> * <attribute name="Approximate" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="YearFixed" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="MonthFixed" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="DayFixed" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -42,32 +49,32 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DateBoundarySchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "DateBoundarySchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "content" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class DateBoundarySchemaType { @XmlElementRefs({ - @XmlElementRef(name = "From", namespace = "http://www.un.org/sanctions/1.0", type = JAXBElement.class, required = false), - @XmlElementRef(name = "To", namespace = "http://www.un.org/sanctions/1.0", type = JAXBElement.class, required = false) + @XmlElementRef(name = "To", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", type = JAXBElement.class, required = false), + @XmlElementRef(name = "From", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", type = JAXBElement.class, required = false) }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List> content; @XmlAttribute(name = "Approximate", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean approximate; @XmlAttribute(name = "YearFixed", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean yearFixed; @XmlAttribute(name = "MonthFixed", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean monthFixed; @XmlAttribute(name = "DayFixed", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean dayFixed; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -76,8 +83,8 @@ public class DateBoundarySchemaType { *

* You are getting this "catch-all" property because of the following reason: * The field name "To" is used by two different parts of a schema. See: - * line 1228 of file:/home/b00lean/projects/batm/batm_main/server/src/com/generalbytes/batm/server/services/amlkyc/watchlist/ofac/tags/sdn_advanced.xsd - * line 1226 of file:/home/b00lean/projects/batm/batm_main/server/src/com/generalbytes/batm/server/services/amlkyc/watchlist/ofac/tags/sdn_advanced.xsd + * line 1228 of file:/home/tplansky/IdeaProjects/batm_public/server_extensions_extra/src/main/java/sdn_advanced.xsd + * line 1226 of file:/home/tplansky/IdeaProjects/batm_public/server_extensions_extra/src/main/java/sdn_advanced.xsd *

* To get rid of this property, apply a property customization to one * of both of the following declarations to change their names: @@ -103,7 +110,7 @@ public class DateBoundarySchemaType { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List> getContent() { if (content == null) { content = new ArrayList>(); @@ -115,7 +122,7 @@ public List> getContent() { * Gets the value of the approximate property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isApproximate() { return approximate; } @@ -124,7 +131,7 @@ public boolean isApproximate() { * Sets the value of the approximate property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setApproximate(boolean value) { this.approximate = value; } @@ -133,7 +140,7 @@ public void setApproximate(boolean value) { * Gets the value of the yearFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isYearFixed() { return yearFixed; } @@ -142,7 +149,7 @@ public boolean isYearFixed() { * Sets the value of the yearFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setYearFixed(boolean value) { this.yearFixed = value; } @@ -151,7 +158,7 @@ public void setYearFixed(boolean value) { * Gets the value of the monthFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isMonthFixed() { return monthFixed; } @@ -160,7 +167,7 @@ public boolean isMonthFixed() { * Sets the value of the monthFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setMonthFixed(boolean value) { this.monthFixed = value; } @@ -169,7 +176,7 @@ public void setMonthFixed(boolean value) { * Gets the value of the dayFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isDayFixed() { return dayFixed; } @@ -178,7 +185,7 @@ public boolean isDayFixed() { * Sets the value of the dayFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDayFixed(boolean value) { this.dayFixed = value; } @@ -191,7 +198,7 @@ public void setDayFixed(boolean value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -204,7 +211,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DatePeriod.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DatePeriod.java index 7432dd8a0..d50e2326d 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DatePeriod.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DatePeriod.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -22,17 +29,17 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> - * <element name="Start" type="{http://www.un.org/sanctions/1.0}DateBoundarySchemaType" minOccurs="0"/> - * <element name="End" type="{http://www.un.org/sanctions/1.0}DateBoundarySchemaType" minOccurs="0"/> - * <element name="DurationMinimum" type="{http://www.un.org/sanctions/1.0}DurationSchemaType" minOccurs="0"/> - * <element name="DurationMaximum" type="{http://www.un.org/sanctions/1.0}DurationSchemaType" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> + * <element name="Start" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DateBoundarySchemaType" minOccurs="0"/> + * <element name="End" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DateBoundarySchemaType" minOccurs="0"/> + * <element name="DurationMinimum" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DurationSchemaType" minOccurs="0"/> + * <element name="DurationMaximum" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DurationSchemaType" minOccurs="0"/> * </sequence> * <attribute name="CalendarTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="YearFixed" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="MonthFixed" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="DayFixed" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -48,40 +55,40 @@ "durationMinimum", "durationMaximum" }) -@XmlRootElement(name = "DatePeriod", namespace = "http://www.un.org/sanctions/1.0") -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@XmlRootElement(name = "DatePeriod", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class DatePeriod { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "Start", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Start", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DateBoundarySchemaType start; - @XmlElement(name = "End", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "End", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DateBoundarySchemaType end; - @XmlElement(name = "DurationMinimum", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DurationMinimum", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DurationSchemaType durationMinimum; - @XmlElement(name = "DurationMaximum", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DurationMaximum", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DurationSchemaType durationMaximum; @XmlAttribute(name = "CalendarTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger calendarTypeID; @XmlAttribute(name = "YearFixed", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean yearFixed; @XmlAttribute(name = "MonthFixed", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean monthFixed; @XmlAttribute(name = "DayFixed", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean dayFixed; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -92,7 +99,7 @@ public class DatePeriod { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -105,7 +112,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -118,7 +125,7 @@ public void setComment(Comment value) { * {@link DateBoundarySchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DateBoundarySchemaType getStart() { return start; } @@ -131,7 +138,7 @@ public DateBoundarySchemaType getStart() { * {@link DateBoundarySchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setStart(DateBoundarySchemaType value) { this.start = value; } @@ -144,7 +151,7 @@ public void setStart(DateBoundarySchemaType value) { * {@link DateBoundarySchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DateBoundarySchemaType getEnd() { return end; } @@ -157,7 +164,7 @@ public DateBoundarySchemaType getEnd() { * {@link DateBoundarySchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setEnd(DateBoundarySchemaType value) { this.end = value; } @@ -170,7 +177,7 @@ public void setEnd(DateBoundarySchemaType value) { * {@link DurationSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DurationSchemaType getDurationMinimum() { return durationMinimum; } @@ -183,7 +190,7 @@ public DurationSchemaType getDurationMinimum() { * {@link DurationSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDurationMinimum(DurationSchemaType value) { this.durationMinimum = value; } @@ -196,7 +203,7 @@ public void setDurationMinimum(DurationSchemaType value) { * {@link DurationSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DurationSchemaType getDurationMaximum() { return durationMaximum; } @@ -209,7 +216,7 @@ public DurationSchemaType getDurationMaximum() { * {@link DurationSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDurationMaximum(DurationSchemaType value) { this.durationMaximum = value; } @@ -222,7 +229,7 @@ public void setDurationMaximum(DurationSchemaType value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getCalendarTypeID() { return calendarTypeID; } @@ -235,7 +242,7 @@ public BigInteger getCalendarTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setCalendarTypeID(BigInteger value) { this.calendarTypeID = value; } @@ -244,7 +251,7 @@ public void setCalendarTypeID(BigInteger value) { * Gets the value of the yearFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isYearFixed() { return yearFixed; } @@ -253,7 +260,7 @@ public boolean isYearFixed() { * Sets the value of the yearFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setYearFixed(boolean value) { this.yearFixed = value; } @@ -262,7 +269,7 @@ public void setYearFixed(boolean value) { * Gets the value of the monthFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isMonthFixed() { return monthFixed; } @@ -271,7 +278,7 @@ public boolean isMonthFixed() { * Sets the value of the monthFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setMonthFixed(boolean value) { this.monthFixed = value; } @@ -280,7 +287,7 @@ public void setMonthFixed(boolean value) { * Gets the value of the dayFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isDayFixed() { return dayFixed; } @@ -289,7 +296,7 @@ public boolean isDayFixed() { * Sets the value of the dayFixed property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDayFixed(boolean value) { this.dayFixed = value; } @@ -302,7 +309,7 @@ public void setDayFixed(boolean value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -315,7 +322,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DatePointSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DatePointSchemaType.java index f2ee14538..15e338c11 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DatePointSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DatePointSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -19,11 +26,11 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Year"/> - * <element ref="{http://www.un.org/sanctions/1.0}Month"/> - * <element ref="{http://www.un.org/sanctions/1.0}Day"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Year"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Month"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Day"/> * </sequence> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -32,25 +39,25 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DatePointSchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "DatePointSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "year", "month", "day" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class DatePointSchemaType { - @XmlElement(name = "Year", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Year", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Year year; - @XmlElement(name = "Month", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Month", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Month month; - @XmlElement(name = "Day", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Day", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Day day; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -61,7 +68,7 @@ public class DatePointSchemaType { * {@link Year } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Year getYear() { return year; } @@ -74,7 +81,7 @@ public Year getYear() { * {@link Year } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setYear(Year value) { this.year = value; } @@ -87,7 +94,7 @@ public void setYear(Year value) { * {@link Month } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Month getMonth() { return month; } @@ -100,7 +107,7 @@ public Month getMonth() { * {@link Month } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setMonth(Month value) { this.month = value; } @@ -113,7 +120,7 @@ public void setMonth(Month value) { * {@link Day } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Day getDay() { return day; } @@ -126,7 +133,7 @@ public Day getDay() { * {@link Day } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDay(Day value) { this.day = value; } @@ -139,7 +146,7 @@ public void setDay(Day value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -152,7 +159,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DateSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DateSchemaType.java index b7db80fdc..5e6fa88ba 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DateSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DateSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -21,12 +28,12 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Year"/> - * <element ref="{http://www.un.org/sanctions/1.0}Month"/> - * <element ref="{http://www.un.org/sanctions/1.0}Day"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Year"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Month"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Day"/> * </sequence> * <attribute name="CalendarTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -35,29 +42,29 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DateSchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "DateSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "year", "month", "day" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class DateSchemaType { - @XmlElement(name = "Year", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Year", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Year year; - @XmlElement(name = "Month", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Month", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Month month; - @XmlElement(name = "Day", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Day", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Day day; @XmlAttribute(name = "CalendarTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger calendarTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -68,7 +75,7 @@ public class DateSchemaType { * {@link Year } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Year getYear() { return year; } @@ -81,7 +88,7 @@ public Year getYear() { * {@link Year } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setYear(Year value) { this.year = value; } @@ -94,7 +101,7 @@ public void setYear(Year value) { * {@link Month } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Month getMonth() { return month; } @@ -107,7 +114,7 @@ public Month getMonth() { * {@link Month } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setMonth(Month value) { this.month = value; } @@ -120,7 +127,7 @@ public void setMonth(Month value) { * {@link Day } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Day getDay() { return day; } @@ -133,7 +140,7 @@ public Day getDay() { * {@link Day } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDay(Day value) { this.day = value; } @@ -146,7 +153,7 @@ public void setDay(Day value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getCalendarTypeID() { return calendarTypeID; } @@ -159,7 +166,7 @@ public BigInteger getCalendarTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setCalendarTypeID(BigInteger value) { this.calendarTypeID = value; } @@ -172,7 +179,7 @@ public void setCalendarTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -185,7 +192,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Day.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Day.java index c270243eb..4db0bd363 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Day.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Day.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -21,7 +28,7 @@ * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -33,16 +40,16 @@ @XmlType(name = "", propOrder = { "value" }) -@XmlRootElement(name = "Day", namespace = "http://www.un.org/sanctions/1.0") -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@XmlRootElement(name = "Day", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class Day { @XmlValue @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -53,7 +60,7 @@ public class Day { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getValue() { return value; } @@ -66,7 +73,7 @@ public BigInteger getValue() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(BigInteger value) { this.value = value; } @@ -79,7 +86,7 @@ public void setValue(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -92,7 +99,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DeltaActionSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DeltaActionSchemaType.java index 70bb894ad..dd0b52882 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DeltaActionSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DeltaActionSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -24,9 +31,9 @@ * * */ -@XmlType(name = "DeltaActionSchemaType", namespace = "http://www.un.org/sanctions/1.0") +@XmlType(name = "DeltaActionSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") @XmlEnum -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public enum DeltaActionSchemaType { @XmlEnumValue("add") diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DirectURL.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DirectURL.java index 63d779589..091f53690 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DirectURL.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DirectURL.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -19,7 +26,7 @@ * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -31,15 +38,15 @@ @XmlType(name = "", propOrder = { "value" }) -@XmlRootElement(name = "DirectURL", namespace = "http://www.un.org/sanctions/1.0") -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@XmlRootElement(name = "DirectURL", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class DirectURL { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -50,7 +57,7 @@ public class DirectURL { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -63,7 +70,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -76,7 +83,7 @@ public void setValue(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -89,7 +96,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DistinctPartySchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DistinctPartySchemaType.java index 53d63995b..a43b117e7 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DistinctPartySchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DistinctPartySchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -24,21 +31,21 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" maxOccurs="unbounded" minOccurs="0"/> * <element name="Profile" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" maxOccurs="unbounded" minOccurs="0"/> - * <element name="Identity" type="{http://www.un.org/sanctions/1.0}IdentitySchemaType" maxOccurs="unbounded"/> - * <element name="Feature" type="{http://www.un.org/sanctions/1.0}FeatureSchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" maxOccurs="unbounded" minOccurs="0"/> + * <element name="Identity" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}IdentitySchemaType" maxOccurs="unbounded"/> + * <element name="Feature" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}FeatureSchemaType" maxOccurs="unbounded" minOccurs="0"/> * <element name="SanctionsEntryReference" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="SanctionsEntryID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -48,17 +55,17 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * <element name="ExRefValue" minOccurs="0"> * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}DirectURL" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DirectURL" minOccurs="0"/> * <element name="SubLink" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> @@ -68,22 +75,22 @@ * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}DirectURL"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DirectURL"/> * </sequence> * <attribute name="TargetTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * <attribute name="ExRefTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -91,14 +98,14 @@ * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="PartySubTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * <attribute name="FixedRef" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -107,24 +114,24 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DistinctPartySchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "DistinctPartySchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "comment", "profile" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class DistinctPartySchemaType { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List comment; - @XmlElement(name = "Profile", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Profile", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List profile; @XmlAttribute(name = "FixedRef", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String fixedRef; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -149,7 +156,7 @@ public class DistinctPartySchemaType { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getComment() { if (comment == null) { comment = new ArrayList(); @@ -179,7 +186,7 @@ public List getComment() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getProfile() { if (profile == null) { profile = new ArrayList(); @@ -195,7 +202,7 @@ public List getProfile() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getFixedRef() { return fixedRef; } @@ -208,7 +215,7 @@ public String getFixedRef() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setFixedRef(String value) { this.fixedRef = value; } @@ -221,7 +228,7 @@ public void setFixedRef(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -234,7 +241,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -250,15 +257,15 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" maxOccurs="unbounded" minOccurs="0"/> - * <element name="Identity" type="{http://www.un.org/sanctions/1.0}IdentitySchemaType" maxOccurs="unbounded"/> - * <element name="Feature" type="{http://www.un.org/sanctions/1.0}FeatureSchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" maxOccurs="unbounded" minOccurs="0"/> + * <element name="Identity" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}IdentitySchemaType" maxOccurs="unbounded"/> + * <element name="Feature" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}FeatureSchemaType" maxOccurs="unbounded" minOccurs="0"/> * <element name="SanctionsEntryReference" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="SanctionsEntryID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -268,17 +275,17 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * <element name="ExRefValue" minOccurs="0"> * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}DirectURL" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DirectURL" minOccurs="0"/> * <element name="SubLink" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> @@ -288,22 +295,22 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}DirectURL"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DirectURL"/> * </sequence> * <attribute name="TargetTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * <attribute name="ExRefTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -311,7 +318,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="PartySubTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -327,34 +334,34 @@ public void setDeltaAction(DeltaActionSchemaType value) { "sanctionsEntryReference", "externalReference" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Profile { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List comment; - @XmlElement(name = "Identity", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Identity", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List identity; - @XmlElement(name = "Feature", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Feature", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List feature; - @XmlElement(name = "SanctionsEntryReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SanctionsEntryReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List sanctionsEntryReference; - @XmlElement(name = "ExternalReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ExternalReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List externalReference; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "PartySubTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger partySubTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -379,7 +386,7 @@ public static class Profile { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getComment() { if (comment == null) { comment = new ArrayList(); @@ -409,7 +416,7 @@ public List getComment() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getIdentity() { if (identity == null) { identity = new ArrayList(); @@ -439,7 +446,7 @@ public List getIdentity() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getFeature() { if (feature == null) { feature = new ArrayList(); @@ -469,7 +476,7 @@ public List getFeature() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getSanctionsEntryReference() { if (sanctionsEntryReference == null) { sanctionsEntryReference = new ArrayList(); @@ -499,7 +506,7 @@ public List getSanction * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getExternalReference() { if (externalReference == null) { externalReference = new ArrayList(); @@ -515,7 +522,7 @@ public List getExternalRefere * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -528,7 +535,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -541,7 +548,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getPartySubTypeID() { return partySubTypeID; } @@ -554,7 +561,7 @@ public BigInteger getPartySubTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setPartySubTypeID(BigInteger value) { this.partySubTypeID = value; } @@ -567,7 +574,7 @@ public void setPartySubTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -580,7 +587,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -596,17 +603,17 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * <element name="ExRefValue" minOccurs="0"> * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}DirectURL" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DirectURL" minOccurs="0"/> * <element name="SubLink" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> @@ -616,22 +623,22 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}DirectURL"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DirectURL"/> * </sequence> * <attribute name="TargetTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * <attribute name="ExRefTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -646,27 +653,27 @@ public void setDeltaAction(DeltaActionSchemaType value) { "directURL", "subLink" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class ExternalReference { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "ExRefValue", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ExRefValue", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DistinctPartySchemaType.Profile.ExternalReference.ExRefValue exRefValue; - @XmlElement(name = "DirectURL", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DirectURL", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DirectURL directURL; - @XmlElement(name = "SubLink", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SubLink", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List subLink; @XmlAttribute(name = "ExRefTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger exRefTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -677,7 +684,7 @@ public static class ExternalReference { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -690,7 +697,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -703,7 +710,7 @@ public void setComment(Comment value) { * {@link DistinctPartySchemaType.Profile.ExternalReference.ExRefValue } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DistinctPartySchemaType.Profile.ExternalReference.ExRefValue getExRefValue() { return exRefValue; } @@ -716,7 +723,7 @@ public DistinctPartySchemaType.Profile.ExternalReference.ExRefValue getExRefValu * {@link DistinctPartySchemaType.Profile.ExternalReference.ExRefValue } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setExRefValue(DistinctPartySchemaType.Profile.ExternalReference.ExRefValue value) { this.exRefValue = value; } @@ -729,7 +736,7 @@ public void setExRefValue(DistinctPartySchemaType.Profile.ExternalReference.ExRe * {@link DirectURL } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DirectURL getDirectURL() { return directURL; } @@ -742,7 +749,7 @@ public DirectURL getDirectURL() { * {@link DirectURL } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDirectURL(DirectURL value) { this.directURL = value; } @@ -769,7 +776,7 @@ public void setDirectURL(DirectURL value) { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getSubLink() { if (subLink == null) { subLink = new ArrayList(); @@ -785,7 +792,7 @@ public List getSubLin * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getExRefTypeID() { return exRefTypeID; } @@ -798,7 +805,7 @@ public BigInteger getExRefTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setExRefTypeID(BigInteger value) { this.exRefTypeID = value; } @@ -811,7 +818,7 @@ public void setExRefTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -824,7 +831,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -839,7 +846,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -851,14 +858,14 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class ExRefValue { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -869,7 +876,7 @@ public static class ExRefValue { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -882,7 +889,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -895,7 +902,7 @@ public void setValue(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -908,7 +915,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -930,15 +937,15 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}DirectURL"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DirectURL"/> * </sequence> * <attribute name="TargetTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -951,21 +958,21 @@ public void setDeltaAction(DeltaActionSchemaType value) { "description", "directURL" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class SubLink { - @XmlElement(name = "Description", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Description", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description description; - @XmlElement(name = "DirectURL", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DirectURL", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DirectURL directURL; @XmlAttribute(name = "TargetTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger targetTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -976,7 +983,7 @@ public static class SubLink { * {@link DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description getDescription() { return description; } @@ -989,7 +996,7 @@ public DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description get * {@link DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDescription(DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description value) { this.description = value; } @@ -1002,7 +1009,7 @@ public void setDescription(DistinctPartySchemaType.Profile.ExternalReference.Sub * {@link DirectURL } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DirectURL getDirectURL() { return directURL; } @@ -1015,7 +1022,7 @@ public DirectURL getDirectURL() { * {@link DirectURL } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDirectURL(DirectURL value) { this.directURL = value; } @@ -1028,7 +1035,7 @@ public void setDirectURL(DirectURL value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getTargetTypeID() { return targetTypeID; } @@ -1041,7 +1048,7 @@ public BigInteger getTargetTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setTargetTypeID(BigInteger value) { this.targetTypeID = value; } @@ -1054,7 +1061,7 @@ public void setTargetTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -1067,7 +1074,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -1082,7 +1089,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -1094,14 +1101,14 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Description { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -1112,7 +1119,7 @@ public static class Description { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -1125,7 +1132,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -1138,7 +1145,7 @@ public void setValue(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -1151,7 +1158,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -1173,7 +1180,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="SanctionsEntryID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -1183,15 +1190,15 @@ public void setDeltaAction(DeltaActionSchemaType value) { */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class SanctionsEntryReference { @XmlAttribute(name = "SanctionsEntryID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger sanctionsEntryID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -1202,7 +1209,7 @@ public static class SanctionsEntryReference { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getSanctionsEntryID() { return sanctionsEntryID; } @@ -1215,7 +1222,7 @@ public BigInteger getSanctionsEntryID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setSanctionsEntryID(BigInteger value) { this.sanctionsEntryID = value; } @@ -1228,7 +1235,7 @@ public void setSanctionsEntryID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -1241,7 +1248,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DocumentedNameSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DocumentedNameSchemaType.java index 4c151dd00..95a830bb5 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DocumentedNameSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DocumentedNameSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -24,7 +31,7 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * <element name="DocumentedNamePart" maxOccurs="unbounded"> * <complexType> * <complexContent> @@ -38,7 +45,7 @@ * <attribute name="ScriptID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="ScriptStatusID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Acronym" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -46,7 +53,7 @@ * </sequence> * <attribute name="LeadingChars" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="TrailingChars" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -56,20 +63,20 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * </sequence> * <attribute name="CountryID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="FixedRef" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="DocNameStatusID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -78,40 +85,40 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DocumentedNameSchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "DocumentedNameSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "comment", "documentedNamePart", "documentedNameCountry", "idRegDocumentReference" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class DocumentedNameSchemaType { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "DocumentedNamePart", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DocumentedNamePart", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List documentedNamePart; - @XmlElement(name = "DocumentedNameCountry", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DocumentedNameCountry", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List documentedNameCountry; - @XmlElement(name = "IDRegDocumentReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocumentReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List idRegDocumentReference; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "FixedRef", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String fixedRef; @XmlAttribute(name = "DocNameStatusID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger docNameStatusID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -122,7 +129,7 @@ public class DocumentedNameSchemaType { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -135,7 +142,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -162,7 +169,7 @@ public void setComment(Comment value) { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getDocumentedNamePart() { if (documentedNamePart == null) { documentedNamePart = new ArrayList(); @@ -192,7 +199,7 @@ public List getDocumentedNamePart() * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getDocumentedNameCountry() { if (documentedNameCountry == null) { documentedNameCountry = new ArrayList(); @@ -222,7 +229,7 @@ public List getDocumentedNameCou * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getIDRegDocumentReference() { if (idRegDocumentReference == null) { idRegDocumentReference = new ArrayList(); @@ -238,7 +245,7 @@ public List getIDRegDocumentReference() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -251,7 +258,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -264,7 +271,7 @@ public void setID(BigInteger value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getFixedRef() { return fixedRef; } @@ -277,7 +284,7 @@ public String getFixedRef() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setFixedRef(String value) { this.fixedRef = value; } @@ -290,7 +297,7 @@ public void setFixedRef(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getDocNameStatusID() { return docNameStatusID; } @@ -303,7 +310,7 @@ public BigInteger getDocNameStatusID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDocNameStatusID(BigInteger value) { this.docNameStatusID = value; } @@ -316,7 +323,7 @@ public void setDocNameStatusID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -329,7 +336,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -345,10 +352,10 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * </sequence> * <attribute name="CountryID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -360,18 +367,18 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "comment" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class DocumentedNameCountry { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; @XmlAttribute(name = "CountryID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger countryID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -382,7 +389,7 @@ public static class DocumentedNameCountry { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -395,7 +402,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -408,7 +415,7 @@ public void setComment(Comment value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getCountryID() { return countryID; } @@ -421,7 +428,7 @@ public BigInteger getCountryID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setCountryID(BigInteger value) { this.countryID = value; } @@ -434,7 +441,7 @@ public void setCountryID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -447,7 +454,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -473,7 +480,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <attribute name="ScriptID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="ScriptStatusID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Acronym" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -481,7 +488,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * </sequence> * <attribute name="LeadingChars" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="TrailingChars" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -493,20 +500,20 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "namePartValue" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class DocumentedNamePart { - @XmlElement(name = "NamePartValue", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "NamePartValue", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DocumentedNameSchemaType.DocumentedNamePart.NamePartValue namePartValue; @XmlAttribute(name = "LeadingChars") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String leadingChars; @XmlAttribute(name = "TrailingChars") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String trailingChars; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -517,7 +524,7 @@ public static class DocumentedNamePart { * {@link DocumentedNameSchemaType.DocumentedNamePart.NamePartValue } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DocumentedNameSchemaType.DocumentedNamePart.NamePartValue getNamePartValue() { return namePartValue; } @@ -530,7 +537,7 @@ public DocumentedNameSchemaType.DocumentedNamePart.NamePartValue getNamePartValu * {@link DocumentedNameSchemaType.DocumentedNamePart.NamePartValue } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setNamePartValue(DocumentedNameSchemaType.DocumentedNamePart.NamePartValue value) { this.namePartValue = value; } @@ -543,7 +550,7 @@ public void setNamePartValue(DocumentedNameSchemaType.DocumentedNamePart.NamePar * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getLeadingChars() { return leadingChars; } @@ -556,7 +563,7 @@ public String getLeadingChars() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLeadingChars(String value) { this.leadingChars = value; } @@ -569,7 +576,7 @@ public void setLeadingChars(String value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getTrailingChars() { return trailingChars; } @@ -582,7 +589,7 @@ public String getTrailingChars() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setTrailingChars(String value) { this.trailingChars = value; } @@ -595,7 +602,7 @@ public void setTrailingChars(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -608,7 +615,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -627,7 +634,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <attribute name="ScriptID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="ScriptStatusID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Acronym" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -639,29 +646,29 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class NamePartValue { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "NamePartGroupID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger namePartGroupID; @XmlAttribute(name = "ScriptID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger scriptID; @XmlAttribute(name = "ScriptStatusID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger scriptStatusID; @XmlAttribute(name = "Acronym", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean acronym; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -672,7 +679,7 @@ public static class NamePartValue { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -685,7 +692,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -698,7 +705,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getNamePartGroupID() { return namePartGroupID; } @@ -711,7 +718,7 @@ public BigInteger getNamePartGroupID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setNamePartGroupID(BigInteger value) { this.namePartGroupID = value; } @@ -724,7 +731,7 @@ public void setNamePartGroupID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getScriptID() { return scriptID; } @@ -737,7 +744,7 @@ public BigInteger getScriptID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setScriptID(BigInteger value) { this.scriptID = value; } @@ -750,7 +757,7 @@ public void setScriptID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getScriptStatusID() { return scriptStatusID; } @@ -763,7 +770,7 @@ public BigInteger getScriptStatusID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setScriptStatusID(BigInteger value) { this.scriptStatusID = value; } @@ -772,7 +779,7 @@ public void setScriptStatusID(BigInteger value) { * Gets the value of the acronym property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isAcronym() { return acronym; } @@ -781,7 +788,7 @@ public boolean isAcronym() { * Sets the value of the acronym property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setAcronym(boolean value) { this.acronym = value; } @@ -794,7 +801,7 @@ public void setAcronym(boolean value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -807,7 +814,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DurationSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DurationSchemaType.java index 8ab2ca6d4..fdc0b34c2 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DurationSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/DurationSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -26,7 +33,7 @@ * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -35,7 +42,7 @@ * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -44,14 +51,14 @@ * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> * </element> * </sequence> * <attribute name="Approximate" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -60,28 +67,28 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "DurationSchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "DurationSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "years", "months", "days" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class DurationSchemaType { - @XmlElement(name = "Years", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Years", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DurationSchemaType.Years years; - @XmlElement(name = "Months", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Months", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DurationSchemaType.Months months; - @XmlElement(name = "Days", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Days", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DurationSchemaType.Days days; @XmlAttribute(name = "Approximate", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean approximate; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -92,7 +99,7 @@ public class DurationSchemaType { * {@link DurationSchemaType.Years } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DurationSchemaType.Years getYears() { return years; } @@ -105,7 +112,7 @@ public DurationSchemaType.Years getYears() { * {@link DurationSchemaType.Years } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setYears(DurationSchemaType.Years value) { this.years = value; } @@ -118,7 +125,7 @@ public void setYears(DurationSchemaType.Years value) { * {@link DurationSchemaType.Months } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DurationSchemaType.Months getMonths() { return months; } @@ -131,7 +138,7 @@ public DurationSchemaType.Months getMonths() { * {@link DurationSchemaType.Months } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setMonths(DurationSchemaType.Months value) { this.months = value; } @@ -144,7 +151,7 @@ public void setMonths(DurationSchemaType.Months value) { * {@link DurationSchemaType.Days } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DurationSchemaType.Days getDays() { return days; } @@ -157,7 +164,7 @@ public DurationSchemaType.Days getDays() { * {@link DurationSchemaType.Days } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDays(DurationSchemaType.Days value) { this.days = value; } @@ -166,7 +173,7 @@ public void setDays(DurationSchemaType.Days value) { * Gets the value of the approximate property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isApproximate() { return approximate; } @@ -175,7 +182,7 @@ public boolean isApproximate() { * Sets the value of the approximate property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setApproximate(boolean value) { this.approximate = value; } @@ -188,7 +195,7 @@ public void setApproximate(boolean value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -201,7 +208,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -216,7 +223,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -228,15 +235,15 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Days { @XmlValue @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -247,7 +254,7 @@ public static class Days { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getValue() { return value; } @@ -260,7 +267,7 @@ public BigInteger getValue() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(BigInteger value) { this.value = value; } @@ -273,7 +280,7 @@ public void setValue(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -286,7 +293,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -303,7 +310,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -315,15 +322,15 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Months { @XmlValue @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -334,7 +341,7 @@ public static class Months { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getValue() { return value; } @@ -347,7 +354,7 @@ public BigInteger getValue() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(BigInteger value) { this.value = value; } @@ -360,7 +367,7 @@ public void setValue(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -373,7 +380,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -390,7 +397,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -402,15 +409,15 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Years { @XmlValue @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -421,7 +428,7 @@ public static class Years { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getValue() { return value; } @@ -434,7 +441,7 @@ public BigInteger getValue() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(BigInteger value) { this.value = value; } @@ -447,7 +454,7 @@ public void setValue(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -460,7 +467,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/EntryDeltaFlagSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/EntryDeltaFlagSchemaType.java index 01d04720e..cd6e477c6 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/EntryDeltaFlagSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/EntryDeltaFlagSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -23,9 +30,9 @@ * * */ -@XmlType(name = "EntryDeltaFlagSchemaType", namespace = "http://www.un.org/sanctions/1.0") +@XmlType(name = "EntryDeltaFlagSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") @XmlEnum -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public enum EntryDeltaFlagSchemaType { @XmlEnumValue("NewEntry") diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/FeatureSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/FeatureSchemaType.java index 49955e9c2..53f775155 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/FeatureSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/FeatureSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -29,15 +36,15 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> - * <element ref="{http://www.un.org/sanctions/1.0}DatePeriod" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DatePeriod" maxOccurs="unbounded" minOccurs="0"/> * <element name="VersionDetail" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="DetailTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="DetailReferenceID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -47,16 +54,16 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="LocationID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="ReliabilityID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -67,7 +74,7 @@ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="IdentityID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="IdentityFeatureLinkTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -75,7 +82,7 @@ * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="FeatureTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -84,29 +91,29 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "FeatureSchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "FeatureSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "featureVersion", "identityReference" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class FeatureSchemaType { - @XmlElement(name = "FeatureVersion", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "FeatureVersion", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List featureVersion; - @XmlElement(name = "IdentityReference", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IdentityReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List identityReference; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "FeatureTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger featureTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -131,7 +138,7 @@ public class FeatureSchemaType { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getFeatureVersion() { if (featureVersion == null) { featureVersion = new ArrayList(); @@ -161,7 +168,7 @@ public List getFeatureVersion() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getIdentityReference() { if (identityReference == null) { identityReference = new ArrayList(); @@ -177,7 +184,7 @@ public List getIdentityReference() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -190,7 +197,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -203,7 +210,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getFeatureTypeID() { return featureTypeID; } @@ -216,7 +223,7 @@ public BigInteger getFeatureTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setFeatureTypeID(BigInteger value) { this.featureTypeID = value; } @@ -229,7 +236,7 @@ public void setFeatureTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -242,7 +249,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -258,15 +265,15 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> - * <element ref="{http://www.un.org/sanctions/1.0}DatePeriod" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DatePeriod" maxOccurs="unbounded" minOccurs="0"/> * <element name="VersionDetail" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="DetailTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="DetailReferenceID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -276,16 +283,16 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="LocationID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="ReliabilityID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -301,34 +308,34 @@ public void setDeltaAction(DeltaActionSchemaType value) { "versionLocation", "idRegDocumentReference" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class FeatureVersion { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "DatePeriod", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DatePeriod", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List datePeriod; - @XmlElement(name = "VersionDetail", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "VersionDetail", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List versionDetail; - @XmlElement(name = "VersionLocation", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "VersionLocation", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List versionLocation; - @XmlElement(name = "IDRegDocumentReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocumentReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List idRegDocumentReference; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "ReliabilityID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger reliabilityID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -339,7 +346,7 @@ public static class FeatureVersion { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -352,7 +359,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -379,7 +386,7 @@ public void setComment(Comment value) { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getDatePeriod() { if (datePeriod == null) { datePeriod = new ArrayList(); @@ -409,7 +416,7 @@ public List getDatePeriod() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getVersionDetail() { if (versionDetail == null) { versionDetail = new ArrayList(); @@ -439,7 +446,7 @@ public List getVersionDetail() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getVersionLocation() { if (versionLocation == null) { versionLocation = new ArrayList(); @@ -469,7 +476,7 @@ public List getVersionLocation * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getIDRegDocumentReference() { if (idRegDocumentReference == null) { idRegDocumentReference = new ArrayList(); @@ -485,7 +492,7 @@ public List getIDRegDocumentReference() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -498,7 +505,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -511,7 +518,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getReliabilityID() { return reliabilityID; } @@ -524,7 +531,7 @@ public BigInteger getReliabilityID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setReliabilityID(BigInteger value) { this.reliabilityID = value; } @@ -537,7 +544,7 @@ public void setReliabilityID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -550,7 +557,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -567,7 +574,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="DetailTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="DetailReferenceID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -579,22 +586,22 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class VersionDetail { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "DetailTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger detailTypeID; @XmlAttribute(name = "DetailReferenceID") @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger detailReferenceID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -605,7 +612,7 @@ public static class VersionDetail { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -618,7 +625,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -631,7 +638,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getDetailTypeID() { return detailTypeID; } @@ -644,7 +651,7 @@ public BigInteger getDetailTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDetailTypeID(BigInteger value) { this.detailTypeID = value; } @@ -657,7 +664,7 @@ public void setDetailTypeID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getDetailReferenceID() { return detailReferenceID; } @@ -670,7 +677,7 @@ public BigInteger getDetailReferenceID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDetailReferenceID(BigInteger value) { this.detailReferenceID = value; } @@ -683,7 +690,7 @@ public void setDetailReferenceID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -696,7 +703,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -714,7 +721,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="LocationID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -724,15 +731,15 @@ public void setDeltaAction(DeltaActionSchemaType value) { */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class VersionLocation { @XmlAttribute(name = "LocationID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger locationID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -743,7 +750,7 @@ public static class VersionLocation { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getLocationID() { return locationID; } @@ -756,7 +763,7 @@ public BigInteger getLocationID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLocationID(BigInteger value) { this.locationID = value; } @@ -769,7 +776,7 @@ public void setLocationID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -782,7 +789,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -803,7 +810,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="IdentityID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="IdentityFeatureLinkTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -813,19 +820,19 @@ public void setDeltaAction(DeltaActionSchemaType value) { */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class IdentityReference { @XmlAttribute(name = "IdentityID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger identityID; @XmlAttribute(name = "IdentityFeatureLinkTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger identityFeatureLinkTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -836,7 +843,7 @@ public static class IdentityReference { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getIdentityID() { return identityID; } @@ -849,7 +856,7 @@ public BigInteger getIdentityID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIdentityID(BigInteger value) { this.identityID = value; } @@ -862,7 +869,7 @@ public void setIdentityID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getIdentityFeatureLinkTypeID() { return identityFeatureLinkTypeID; } @@ -875,7 +882,7 @@ public BigInteger getIdentityFeatureLinkTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIdentityFeatureLinkTypeID(BigInteger value) { this.identityFeatureLinkTypeID = value; } @@ -888,7 +895,7 @@ public void setIdentityFeatureLinkTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -901,7 +908,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/FeatureVersionReference.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/FeatureVersionReference.java index 061e0ccbd..24cc07563 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/FeatureVersionReference.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/FeatureVersionReference.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -21,7 +28,7 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="FeatureVersionID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -31,16 +38,16 @@ */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") -@XmlRootElement(name = "FeatureVersionReference", namespace = "http://www.un.org/sanctions/1.0") -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@XmlRootElement(name = "FeatureVersionReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class FeatureVersionReference { @XmlAttribute(name = "FeatureVersionID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger featureVersionID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -51,7 +58,7 @@ public class FeatureVersionReference { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getFeatureVersionID() { return featureVersionID; } @@ -64,7 +71,7 @@ public BigInteger getFeatureVersionID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setFeatureVersionID(BigInteger value) { this.featureVersionID = value; } @@ -77,7 +84,7 @@ public void setFeatureVersionID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -90,7 +97,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IDRegDocumentReference.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IDRegDocumentReference.java index d210878c1..fa65f3684 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IDRegDocumentReference.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IDRegDocumentReference.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -21,7 +28,7 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="IDRegDocumentID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -31,16 +38,16 @@ */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") -@XmlRootElement(name = "IDRegDocumentReference", namespace = "http://www.un.org/sanctions/1.0") -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@XmlRootElement(name = "IDRegDocumentReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class IDRegDocumentReference { @XmlAttribute(name = "IDRegDocumentID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger idRegDocumentID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -51,7 +58,7 @@ public class IDRegDocumentReference { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getIDRegDocumentID() { return idRegDocumentID; } @@ -64,7 +71,7 @@ public BigInteger getIDRegDocumentID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIDRegDocumentID(BigInteger value) { this.idRegDocumentID = value; } @@ -77,7 +84,7 @@ public void setIDRegDocumentID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -90,7 +97,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IDRegDocumentSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IDRegDocumentSchemaType.java index 32b24a8a6..8184cf270 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IDRegDocumentSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IDRegDocumentSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -24,12 +31,12 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * <element name="IDRegistrationNo" minOccurs="0"> * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -38,7 +45,7 @@ * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -48,10 +55,10 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}DatePeriod"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DatePeriod"/> * </sequence> * <attribute name="IDRegDocDateTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -61,24 +68,24 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="IDRegDocumentID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="ReferenceType" use="required" type="{http://www.un.org/sanctions/1.0}ReferenceSchemaType" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="ReferenceType" use="required" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}ReferenceSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}FeatureVersionReference" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}FeatureVersionReference" maxOccurs="unbounded" minOccurs="0"/> * <element name="DocumentedNameReference" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="DocumentedNameID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}ProfileRelationshipReference" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}ProfileRelationshipReference" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="IDRegDocTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> @@ -86,7 +93,7 @@ * <attribute name="IssuedBy-CountryID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="IssuedIn-LocationID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="ValidityID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -95,7 +102,7 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "IDRegDocumentSchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "IDRegDocumentSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "comment", "idRegistrationNo", "issuingAuthority", @@ -105,59 +112,59 @@ "documentedNameReference", "profileRelationshipReference" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class IDRegDocumentSchemaType { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "IDRegistrationNo", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegistrationNo", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected IDRegDocumentSchemaType.IDRegistrationNo idRegistrationNo; - @XmlElement(name = "IssuingAuthority", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IssuingAuthority", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected IDRegDocumentSchemaType.IssuingAuthority issuingAuthority; - @XmlElement(name = "DocumentDate", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DocumentDate", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List documentDate; - @XmlElement(name = "IDRegDocumentMention", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocumentMention", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List idRegDocumentMention; - @XmlElement(name = "FeatureVersionReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "FeatureVersionReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List featureVersionReference; - @XmlElement(name = "DocumentedNameReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DocumentedNameReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List documentedNameReference; - @XmlElement(name = "ProfileRelationshipReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ProfileRelationshipReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List profileRelationshipReference; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "IDRegDocTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger idRegDocTypeID; @XmlAttribute(name = "IdentityID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger identityID; @XmlAttribute(name = "IssuedBy-CountryID") @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger issuedByCountryID; @XmlAttribute(name = "IssuedIn-LocationID") @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger issuedInLocationID; @XmlAttribute(name = "ValidityID") @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger validityID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -168,7 +175,7 @@ public class IDRegDocumentSchemaType { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -181,7 +188,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -194,7 +201,7 @@ public void setComment(Comment value) { * {@link IDRegDocumentSchemaType.IDRegistrationNo } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public IDRegDocumentSchemaType.IDRegistrationNo getIDRegistrationNo() { return idRegistrationNo; } @@ -207,7 +214,7 @@ public IDRegDocumentSchemaType.IDRegistrationNo getIDRegistrationNo() { * {@link IDRegDocumentSchemaType.IDRegistrationNo } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIDRegistrationNo(IDRegDocumentSchemaType.IDRegistrationNo value) { this.idRegistrationNo = value; } @@ -220,7 +227,7 @@ public void setIDRegistrationNo(IDRegDocumentSchemaType.IDRegistrationNo value) * {@link IDRegDocumentSchemaType.IssuingAuthority } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public IDRegDocumentSchemaType.IssuingAuthority getIssuingAuthority() { return issuingAuthority; } @@ -233,7 +240,7 @@ public IDRegDocumentSchemaType.IssuingAuthority getIssuingAuthority() { * {@link IDRegDocumentSchemaType.IssuingAuthority } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIssuingAuthority(IDRegDocumentSchemaType.IssuingAuthority value) { this.issuingAuthority = value; } @@ -260,7 +267,7 @@ public void setIssuingAuthority(IDRegDocumentSchemaType.IssuingAuthority value) * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getDocumentDate() { if (documentDate == null) { documentDate = new ArrayList(); @@ -290,7 +297,7 @@ public List getDocumentDate() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getIDRegDocumentMention() { if (idRegDocumentMention == null) { idRegDocumentMention = new ArrayList(); @@ -320,7 +327,7 @@ public List getIDRegDocumentMentio * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getFeatureVersionReference() { if (featureVersionReference == null) { featureVersionReference = new ArrayList(); @@ -350,7 +357,7 @@ public List getFeatureVersionReference() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getDocumentedNameReference() { if (documentedNameReference == null) { documentedNameReference = new ArrayList(); @@ -380,7 +387,7 @@ public List getDocumentedNameRe * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getProfileRelationshipReference() { if (profileRelationshipReference == null) { profileRelationshipReference = new ArrayList(); @@ -396,7 +403,7 @@ public List getProfileRelationshipReference() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -409,7 +416,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -422,7 +429,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getIDRegDocTypeID() { return idRegDocTypeID; } @@ -435,7 +442,7 @@ public BigInteger getIDRegDocTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIDRegDocTypeID(BigInteger value) { this.idRegDocTypeID = value; } @@ -448,7 +455,7 @@ public void setIDRegDocTypeID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getIdentityID() { return identityID; } @@ -461,7 +468,7 @@ public BigInteger getIdentityID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIdentityID(BigInteger value) { this.identityID = value; } @@ -474,7 +481,7 @@ public void setIdentityID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getIssuedByCountryID() { return issuedByCountryID; } @@ -487,7 +494,7 @@ public BigInteger getIssuedByCountryID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIssuedByCountryID(BigInteger value) { this.issuedByCountryID = value; } @@ -500,7 +507,7 @@ public void setIssuedByCountryID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getIssuedInLocationID() { return issuedInLocationID; } @@ -513,7 +520,7 @@ public BigInteger getIssuedInLocationID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIssuedInLocationID(BigInteger value) { this.issuedInLocationID = value; } @@ -526,7 +533,7 @@ public void setIssuedInLocationID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getValidityID() { return validityID; } @@ -539,7 +546,7 @@ public BigInteger getValidityID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValidityID(BigInteger value) { this.validityID = value; } @@ -552,7 +559,7 @@ public void setValidityID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -565,7 +572,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -581,10 +588,10 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}DatePeriod"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DatePeriod"/> * </sequence> * <attribute name="IDRegDocDateTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -596,18 +603,18 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "datePeriod" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class DocumentDate { - @XmlElement(name = "DatePeriod", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DatePeriod", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DatePeriod datePeriod; @XmlAttribute(name = "IDRegDocDateTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger idRegDocDateTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -618,7 +625,7 @@ public static class DocumentDate { * {@link DatePeriod } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DatePeriod getDatePeriod() { return datePeriod; } @@ -631,7 +638,7 @@ public DatePeriod getDatePeriod() { * {@link DatePeriod } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDatePeriod(DatePeriod value) { this.datePeriod = value; } @@ -644,7 +651,7 @@ public void setDatePeriod(DatePeriod value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getIDRegDocDateTypeID() { return idRegDocDateTypeID; } @@ -657,7 +664,7 @@ public BigInteger getIDRegDocDateTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIDRegDocDateTypeID(BigInteger value) { this.idRegDocDateTypeID = value; } @@ -670,7 +677,7 @@ public void setIDRegDocDateTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -683,7 +690,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -701,7 +708,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="DocumentedNameID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -711,15 +718,15 @@ public void setDeltaAction(DeltaActionSchemaType value) { */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class DocumentedNameReference { @XmlAttribute(name = "DocumentedNameID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger documentedNameID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -730,7 +737,7 @@ public static class DocumentedNameReference { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getDocumentedNameID() { return documentedNameID; } @@ -743,7 +750,7 @@ public BigInteger getDocumentedNameID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDocumentedNameID(BigInteger value) { this.documentedNameID = value; } @@ -756,7 +763,7 @@ public void setDocumentedNameID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -769,7 +776,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -787,8 +794,8 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="IDRegDocumentID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="ReferenceType" use="required" type="{http://www.un.org/sanctions/1.0}ReferenceSchemaType" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="ReferenceType" use="required" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}ReferenceSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -798,18 +805,18 @@ public void setDeltaAction(DeltaActionSchemaType value) { */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class IDRegDocumentMention { @XmlAttribute(name = "IDRegDocumentID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger idRegDocumentID; @XmlAttribute(name = "ReferenceType", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceSchemaType referenceType; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -820,7 +827,7 @@ public static class IDRegDocumentMention { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getIDRegDocumentID() { return idRegDocumentID; } @@ -833,7 +840,7 @@ public BigInteger getIDRegDocumentID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIDRegDocumentID(BigInteger value) { this.idRegDocumentID = value; } @@ -846,7 +853,7 @@ public void setIDRegDocumentID(BigInteger value) { * {@link ReferenceSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceSchemaType getReferenceType() { return referenceType; } @@ -859,7 +866,7 @@ public ReferenceSchemaType getReferenceType() { * {@link ReferenceSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setReferenceType(ReferenceSchemaType value) { this.referenceType = value; } @@ -872,7 +879,7 @@ public void setReferenceType(ReferenceSchemaType value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -885,7 +892,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -902,7 +909,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -914,14 +921,14 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class IDRegistrationNo { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -932,7 +939,7 @@ public static class IDRegistrationNo { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -945,7 +952,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -958,7 +965,7 @@ public void setValue(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -971,7 +978,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -988,7 +995,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -1000,14 +1007,14 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class IssuingAuthority { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -1018,7 +1025,7 @@ public static class IssuingAuthority { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -1031,7 +1038,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -1044,7 +1051,7 @@ public void setValue(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -1057,7 +1064,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IdentitySchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IdentitySchemaType.java index e658e88d5..29722fd4b 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IdentitySchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/IdentitySchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -23,21 +30,21 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * <element name="Alias" maxOccurs="unbounded"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> - * <element ref="{http://www.un.org/sanctions/1.0}DatePeriod" minOccurs="0"/> - * <element name="DocumentedName" type="{http://www.un.org/sanctions/1.0}DocumentedNameSchemaType" maxOccurs="unbounded"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DatePeriod" minOccurs="0"/> + * <element name="DocumentedName" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DocumentedNameSchemaType" maxOccurs="unbounded"/> * </sequence> * <attribute name="FixedRef" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="AliasTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Primary" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="LowQuality" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -58,30 +65,30 @@ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="NamePartTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="FixedRef" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="Primary" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="False" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -90,42 +97,42 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "IdentitySchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "IdentitySchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "comment", "alias", "namePartGroups", "idRegDocumentReference" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class IdentitySchemaType { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "Alias", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Alias", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List alias; - @XmlElement(name = "NamePartGroups", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "NamePartGroups", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected IdentitySchemaType.NamePartGroups namePartGroups; - @XmlElement(name = "IDRegDocumentReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocumentReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List idRegDocumentReference; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "FixedRef", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String fixedRef; @XmlAttribute(name = "Primary", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean primary; @XmlAttribute(name = "False", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean _false; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -136,7 +143,7 @@ public class IdentitySchemaType { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -149,7 +156,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -176,7 +183,7 @@ public void setComment(Comment value) { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getAlias() { if (alias == null) { alias = new ArrayList(); @@ -192,7 +199,7 @@ public List getAlias() { * {@link IdentitySchemaType.NamePartGroups } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public IdentitySchemaType.NamePartGroups getNamePartGroups() { return namePartGroups; } @@ -205,7 +212,7 @@ public IdentitySchemaType.NamePartGroups getNamePartGroups() { * {@link IdentitySchemaType.NamePartGroups } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setNamePartGroups(IdentitySchemaType.NamePartGroups value) { this.namePartGroups = value; } @@ -232,7 +239,7 @@ public void setNamePartGroups(IdentitySchemaType.NamePartGroups value) { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getIDRegDocumentReference() { if (idRegDocumentReference == null) { idRegDocumentReference = new ArrayList(); @@ -248,7 +255,7 @@ public List getIDRegDocumentReference() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -261,7 +268,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -274,7 +281,7 @@ public void setID(BigInteger value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getFixedRef() { return fixedRef; } @@ -287,7 +294,7 @@ public String getFixedRef() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setFixedRef(String value) { this.fixedRef = value; } @@ -296,7 +303,7 @@ public void setFixedRef(String value) { * Gets the value of the primary property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isPrimary() { return primary; } @@ -305,7 +312,7 @@ public boolean isPrimary() { * Sets the value of the primary property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setPrimary(boolean value) { this.primary = value; } @@ -314,7 +321,7 @@ public void setPrimary(boolean value) { * Gets the value of the false property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isFalse() { return _false; } @@ -323,7 +330,7 @@ public boolean isFalse() { * Sets the value of the false property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setFalse(boolean value) { this._false = value; } @@ -336,7 +343,7 @@ public void setFalse(boolean value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -349,7 +356,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -365,15 +372,15 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> - * <element ref="{http://www.un.org/sanctions/1.0}DatePeriod" minOccurs="0"/> - * <element name="DocumentedName" type="{http://www.un.org/sanctions/1.0}DocumentedNameSchemaType" maxOccurs="unbounded"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DatePeriod" minOccurs="0"/> + * <element name="DocumentedName" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DocumentedNameSchemaType" maxOccurs="unbounded"/> * </sequence> * <attribute name="FixedRef" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="AliasTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Primary" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="LowQuality" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -387,33 +394,33 @@ public void setDeltaAction(DeltaActionSchemaType value) { "datePeriod", "documentedName" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Alias { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "DatePeriod", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DatePeriod", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DatePeriod datePeriod; - @XmlElement(name = "DocumentedName", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DocumentedName", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List documentedName; @XmlAttribute(name = "FixedRef", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String fixedRef; @XmlAttribute(name = "AliasTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger aliasTypeID; @XmlAttribute(name = "Primary", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean primary; @XmlAttribute(name = "LowQuality", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean lowQuality; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -424,7 +431,7 @@ public static class Alias { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -437,7 +444,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -450,7 +457,7 @@ public void setComment(Comment value) { * {@link DatePeriod } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DatePeriod getDatePeriod() { return datePeriod; } @@ -463,7 +470,7 @@ public DatePeriod getDatePeriod() { * {@link DatePeriod } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDatePeriod(DatePeriod value) { this.datePeriod = value; } @@ -490,7 +497,7 @@ public void setDatePeriod(DatePeriod value) { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getDocumentedName() { if (documentedName == null) { documentedName = new ArrayList(); @@ -506,7 +513,7 @@ public List getDocumentedName() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getFixedRef() { return fixedRef; } @@ -519,7 +526,7 @@ public String getFixedRef() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setFixedRef(String value) { this.fixedRef = value; } @@ -532,7 +539,7 @@ public void setFixedRef(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getAliasTypeID() { return aliasTypeID; } @@ -545,7 +552,7 @@ public BigInteger getAliasTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setAliasTypeID(BigInteger value) { this.aliasTypeID = value; } @@ -554,7 +561,7 @@ public void setAliasTypeID(BigInteger value) { * Gets the value of the primary property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isPrimary() { return primary; } @@ -563,7 +570,7 @@ public boolean isPrimary() { * Sets the value of the primary property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setPrimary(boolean value) { this.primary = value; } @@ -572,7 +579,7 @@ public void setPrimary(boolean value) { * Gets the value of the lowQuality property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isLowQuality() { return lowQuality; } @@ -581,7 +588,7 @@ public boolean isLowQuality() { * Sets the value of the lowQuality property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLowQuality(boolean value) { this.lowQuality = value; } @@ -594,7 +601,7 @@ public void setLowQuality(boolean value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -607,7 +614,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -636,19 +643,19 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="NamePartTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -660,14 +667,14 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "masterNamePartGroup" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class NamePartGroups { - @XmlElement(name = "MasterNamePartGroup", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "MasterNamePartGroup", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List masterNamePartGroup; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -692,7 +699,7 @@ public static class NamePartGroups { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getMasterNamePartGroup() { if (masterNamePartGroup == null) { masterNamePartGroup = new ArrayList(); @@ -708,7 +715,7 @@ public List getMasterName * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -721,7 +728,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -743,13 +750,13 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="NamePartTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -761,14 +768,14 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "namePartGroup" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class MasterNamePartGroup { - @XmlElement(name = "NamePartGroup", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "NamePartGroup", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List namePartGroup; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -793,7 +800,7 @@ public static class MasterNamePartGroup { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getNamePartGroup() { if (namePartGroup == null) { namePartGroup = new ArrayList(); @@ -809,7 +816,7 @@ public List * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -822,7 +829,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -839,7 +846,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="NamePartTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -849,19 +856,19 @@ public void setDeltaAction(DeltaActionSchemaType value) { */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class NamePartGroup { @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "NamePartTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger namePartTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -872,7 +879,7 @@ public static class NamePartGroup { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -885,7 +892,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -898,7 +905,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getNamePartTypeID() { return namePartTypeID; } @@ -911,7 +918,7 @@ public BigInteger getNamePartTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setNamePartTypeID(BigInteger value) { this.namePartTypeID = value; } @@ -924,7 +931,7 @@ public void setNamePartTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -937,7 +944,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/LocationSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/LocationSchemaType.java index ffaea23b3..7c71603d6 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/LocationSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/LocationSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -24,13 +31,13 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * <element name="LocationAreaCode" maxOccurs="unbounded" minOccurs="0"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="AreaCodeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -41,7 +48,7 @@ * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="CountryID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="CountryRelevanceID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -56,12 +63,12 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * <element name="Value"> * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -70,23 +77,23 @@ * <attribute name="Primary" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="LocPartValueTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="LocPartValueStatusID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * <attribute name="LocPartTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}FeatureVersionReference" maxOccurs="unbounded" minOccurs="0"/> - * <element ref="{http://www.un.org/sanctions/1.0}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}FeatureVersionReference" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -95,7 +102,7 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "LocationSchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "LocationSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "comment", "locationAreaCode", "locationCountry", @@ -103,33 +110,33 @@ "featureVersionReference", "idRegDocumentReference" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class LocationSchemaType { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "LocationAreaCode", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LocationAreaCode", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List locationAreaCode; - @XmlElement(name = "LocationCountry", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LocationCountry", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List locationCountry; - @XmlElement(name = "LocationPart", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LocationPart", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List locationPart; - @XmlElement(name = "FeatureVersionReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "FeatureVersionReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List featureVersionReference; - @XmlElement(name = "IDRegDocumentReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocumentReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List idRegDocumentReference; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -140,7 +147,7 @@ public class LocationSchemaType { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -153,7 +160,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -180,7 +187,7 @@ public void setComment(Comment value) { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getLocationAreaCode() { if (locationAreaCode == null) { locationAreaCode = new ArrayList(); @@ -210,7 +217,7 @@ public List getLocationAreaCode() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getLocationCountry() { if (locationCountry == null) { locationCountry = new ArrayList(); @@ -240,7 +247,7 @@ public List getLocationCountry() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getLocationPart() { if (locationPart == null) { locationPart = new ArrayList(); @@ -270,7 +277,7 @@ public List getLocationPart() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getFeatureVersionReference() { if (featureVersionReference == null) { featureVersionReference = new ArrayList(); @@ -300,7 +307,7 @@ public List getFeatureVersionReference() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getIDRegDocumentReference() { if (idRegDocumentReference == null) { idRegDocumentReference = new ArrayList(); @@ -316,7 +323,7 @@ public List getIDRegDocumentReference() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -329,7 +336,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -342,7 +349,7 @@ public void setID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -355,7 +362,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -371,7 +378,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="AreaCodeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -381,15 +388,15 @@ public void setDeltaAction(DeltaActionSchemaType value) { */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class LocationAreaCode { @XmlAttribute(name = "AreaCodeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger areaCodeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -400,7 +407,7 @@ public static class LocationAreaCode { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getAreaCodeID() { return areaCodeID; } @@ -413,7 +420,7 @@ public BigInteger getAreaCodeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setAreaCodeID(BigInteger value) { this.areaCodeID = value; } @@ -426,7 +433,7 @@ public void setAreaCodeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -439,7 +446,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -458,7 +465,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="CountryID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="CountryRelevanceID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -468,19 +475,19 @@ public void setDeltaAction(DeltaActionSchemaType value) { */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class LocationCountry { @XmlAttribute(name = "CountryID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger countryID; @XmlAttribute(name = "CountryRelevanceID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger countryRelevanceID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -491,7 +498,7 @@ public static class LocationCountry { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getCountryID() { return countryID; } @@ -504,7 +511,7 @@ public BigInteger getCountryID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setCountryID(BigInteger value) { this.countryID = value; } @@ -517,7 +524,7 @@ public void setCountryID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getCountryRelevanceID() { return countryRelevanceID; } @@ -530,7 +537,7 @@ public BigInteger getCountryRelevanceID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setCountryRelevanceID(BigInteger value) { this.countryRelevanceID = value; } @@ -543,7 +550,7 @@ public void setCountryRelevanceID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -556,7 +563,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -579,12 +586,12 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * <element name="Value"> * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -593,14 +600,14 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <attribute name="Primary" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="LocPartValueTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="LocPartValueStatusID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> * </sequence> * <attribute name="LocPartTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -612,18 +619,18 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "locationPartValue" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class LocationPart { - @XmlElement(name = "LocationPartValue", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LocationPartValue", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List locationPartValue; @XmlAttribute(name = "LocPartTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger locPartTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -648,7 +655,7 @@ public static class LocationPart { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getLocationPartValue() { if (locationPartValue == null) { locationPartValue = new ArrayList(); @@ -664,7 +671,7 @@ public List getLocationPartVa * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getLocPartTypeID() { return locPartTypeID; } @@ -677,7 +684,7 @@ public BigInteger getLocPartTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLocPartTypeID(BigInteger value) { this.locPartTypeID = value; } @@ -690,7 +697,7 @@ public void setLocPartTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -703,7 +710,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -719,12 +726,12 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * <element name="Value"> * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -733,7 +740,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <attribute name="Primary" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="LocPartValueTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="LocPartValueStatusID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -746,28 +753,28 @@ public void setDeltaAction(DeltaActionSchemaType value) { "comment", "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class LocationPartValue { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "Value", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Value", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected LocationSchemaType.LocationPart.LocationPartValue.Value value; @XmlAttribute(name = "Primary", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean primary; @XmlAttribute(name = "LocPartValueTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger locPartValueTypeID; @XmlAttribute(name = "LocPartValueStatusID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger locPartValueStatusID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -778,7 +785,7 @@ public static class LocationPartValue { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -791,7 +798,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -804,7 +811,7 @@ public void setComment(Comment value) { * {@link LocationSchemaType.LocationPart.LocationPartValue.Value } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public LocationSchemaType.LocationPart.LocationPartValue.Value getValue() { return value; } @@ -817,7 +824,7 @@ public LocationSchemaType.LocationPart.LocationPartValue.Value getValue() { * {@link LocationSchemaType.LocationPart.LocationPartValue.Value } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(LocationSchemaType.LocationPart.LocationPartValue.Value value) { this.value = value; } @@ -826,7 +833,7 @@ public void setValue(LocationSchemaType.LocationPart.LocationPartValue.Value val * Gets the value of the primary property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isPrimary() { return primary; } @@ -835,7 +842,7 @@ public boolean isPrimary() { * Sets the value of the primary property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setPrimary(boolean value) { this.primary = value; } @@ -848,7 +855,7 @@ public void setPrimary(boolean value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getLocPartValueTypeID() { return locPartValueTypeID; } @@ -861,7 +868,7 @@ public BigInteger getLocPartValueTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLocPartValueTypeID(BigInteger value) { this.locPartValueTypeID = value; } @@ -874,7 +881,7 @@ public void setLocPartValueTypeID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getLocPartValueStatusID() { return locPartValueStatusID; } @@ -887,7 +894,7 @@ public BigInteger getLocPartValueStatusID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLocPartValueStatusID(BigInteger value) { this.locPartValueStatusID = value; } @@ -900,7 +907,7 @@ public void setLocPartValueStatusID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -913,7 +920,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -928,7 +935,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -940,14 +947,14 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Value { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -958,7 +965,7 @@ public static class Value { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -971,7 +978,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -984,7 +991,7 @@ public void setValue(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -997,7 +1004,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Month.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Month.java index 37ebad785..ac70de4b6 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Month.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Month.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -21,7 +28,7 @@ * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -33,16 +40,16 @@ @XmlType(name = "", propOrder = { "value" }) -@XmlRootElement(name = "Month", namespace = "http://www.un.org/sanctions/1.0") -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@XmlRootElement(name = "Month", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class Month { @XmlValue @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -53,7 +60,7 @@ public class Month { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getValue() { return value; } @@ -66,7 +73,7 @@ public BigInteger getValue() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(BigInteger value) { this.value = value; } @@ -79,7 +86,7 @@ public void setValue(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -92,7 +99,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ObjectFactory.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ObjectFactory.java index 0eb019e10..05742e4e4 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ObjectFactory.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ObjectFactory.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -10,7 +17,7 @@ /** * This object contains factory methods for each * Java content interface and Java element interface - * generated in the com.generalbytes.batm.server.services.amlkyc.watchlist.ofac.tags package. + * generated in the com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags package. *

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML @@ -24,11 +31,11 @@ @XmlRegistry public class ObjectFactory { - private final static QName _From_QNAME = new QName("http://www.un.org/sanctions/1.0", "From"); - private final static QName _To_QNAME = new QName("http://www.un.org/sanctions/1.0", "To"); + private final static QName _From_QNAME = new QName("https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", "From"); + private final static QName _To_QNAME = new QName("https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", "To"); /** - * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.generalbytes.batm.server.services.amlkyc.watchlist.ofac.tags + * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags * */ public ObjectFactory() { @@ -59,123 +66,123 @@ public FeatureSchemaType.FeatureVersion createFeatureSchemaTypeFeatureVersion() } /** - * Create an instance of {@link SanctionsEntrySchemaType } + * Create an instance of {@link IDRegDocumentSchemaType } * */ - public SanctionsEntrySchemaType createSanctionsEntrySchemaType() { - return new SanctionsEntrySchemaType(); + public IDRegDocumentSchemaType createIDRegDocumentSchemaType() { + return new IDRegDocumentSchemaType(); } /** - * Create an instance of {@link SanctionsEntrySchemaType.SupportingInfo } + * Create an instance of {@link LocationSchemaType } * */ - public SanctionsEntrySchemaType.SupportingInfo createSanctionsEntrySchemaTypeSupportingInfo() { - return new SanctionsEntrySchemaType.SupportingInfo(); + public LocationSchemaType createLocationSchemaType() { + return new LocationSchemaType(); } /** - * Create an instance of {@link DistinctPartySchemaType } + * Create an instance of {@link LocationSchemaType.LocationPart } * */ - public DistinctPartySchemaType createDistinctPartySchemaType() { - return new DistinctPartySchemaType(); + public LocationSchemaType.LocationPart createLocationSchemaTypeLocationPart() { + return new LocationSchemaType.LocationPart(); } /** - * Create an instance of {@link DistinctPartySchemaType.Profile } + * Create an instance of {@link LocationSchemaType.LocationPart.LocationPartValue } * */ - public DistinctPartySchemaType.Profile createDistinctPartySchemaTypeProfile() { - return new DistinctPartySchemaType.Profile(); + public LocationSchemaType.LocationPart.LocationPartValue createLocationSchemaTypeLocationPartLocationPartValue() { + return new LocationSchemaType.LocationPart.LocationPartValue(); } /** - * Create an instance of {@link DistinctPartySchemaType.Profile.ExternalReference } + * Create an instance of {@link SanctionsEntrySchemaType } * */ - public DistinctPartySchemaType.Profile.ExternalReference createDistinctPartySchemaTypeProfileExternalReference() { - return new DistinctPartySchemaType.Profile.ExternalReference(); + public SanctionsEntrySchemaType createSanctionsEntrySchemaType() { + return new SanctionsEntrySchemaType(); } /** - * Create an instance of {@link DistinctPartySchemaType.Profile.ExternalReference.SubLink } + * Create an instance of {@link SanctionsEntrySchemaType.SupportingInfo } * */ - public DistinctPartySchemaType.Profile.ExternalReference.SubLink createDistinctPartySchemaTypeProfileExternalReferenceSubLink() { - return new DistinctPartySchemaType.Profile.ExternalReference.SubLink(); + public SanctionsEntrySchemaType.SupportingInfo createSanctionsEntrySchemaTypeSupportingInfo() { + return new SanctionsEntrySchemaType.SupportingInfo(); } /** - * Create an instance of {@link LocationSchemaType } + * Create an instance of {@link IdentitySchemaType } * */ - public LocationSchemaType createLocationSchemaType() { - return new LocationSchemaType(); + public IdentitySchemaType createIdentitySchemaType() { + return new IdentitySchemaType(); } /** - * Create an instance of {@link LocationSchemaType.LocationPart } + * Create an instance of {@link IdentitySchemaType.NamePartGroups } * */ - public LocationSchemaType.LocationPart createLocationSchemaTypeLocationPart() { - return new LocationSchemaType.LocationPart(); + public IdentitySchemaType.NamePartGroups createIdentitySchemaTypeNamePartGroups() { + return new IdentitySchemaType.NamePartGroups(); } /** - * Create an instance of {@link LocationSchemaType.LocationPart.LocationPartValue } + * Create an instance of {@link IdentitySchemaType.NamePartGroups.MasterNamePartGroup } * */ - public LocationSchemaType.LocationPart.LocationPartValue createLocationSchemaTypeLocationPartLocationPartValue() { - return new LocationSchemaType.LocationPart.LocationPartValue(); + public IdentitySchemaType.NamePartGroups.MasterNamePartGroup createIdentitySchemaTypeNamePartGroupsMasterNamePartGroup() { + return new IdentitySchemaType.NamePartGroups.MasterNamePartGroup(); } /** - * Create an instance of {@link DocumentedNameSchemaType } + * Create an instance of {@link DistinctPartySchemaType } * */ - public DocumentedNameSchemaType createDocumentedNameSchemaType() { - return new DocumentedNameSchemaType(); + public DistinctPartySchemaType createDistinctPartySchemaType() { + return new DistinctPartySchemaType(); } /** - * Create an instance of {@link DocumentedNameSchemaType.DocumentedNamePart } + * Create an instance of {@link DistinctPartySchemaType.Profile } * */ - public DocumentedNameSchemaType.DocumentedNamePart createDocumentedNameSchemaTypeDocumentedNamePart() { - return new DocumentedNameSchemaType.DocumentedNamePart(); + public DistinctPartySchemaType.Profile createDistinctPartySchemaTypeProfile() { + return new DistinctPartySchemaType.Profile(); } /** - * Create an instance of {@link IDRegDocumentSchemaType } + * Create an instance of {@link DistinctPartySchemaType.Profile.ExternalReference } * */ - public IDRegDocumentSchemaType createIDRegDocumentSchemaType() { - return new IDRegDocumentSchemaType(); + public DistinctPartySchemaType.Profile.ExternalReference createDistinctPartySchemaTypeProfileExternalReference() { + return new DistinctPartySchemaType.Profile.ExternalReference(); } /** - * Create an instance of {@link IdentitySchemaType } + * Create an instance of {@link DistinctPartySchemaType.Profile.ExternalReference.SubLink } * */ - public IdentitySchemaType createIdentitySchemaType() { - return new IdentitySchemaType(); + public DistinctPartySchemaType.Profile.ExternalReference.SubLink createDistinctPartySchemaTypeProfileExternalReferenceSubLink() { + return new DistinctPartySchemaType.Profile.ExternalReference.SubLink(); } /** - * Create an instance of {@link IdentitySchemaType.NamePartGroups } + * Create an instance of {@link DocumentedNameSchemaType } * */ - public IdentitySchemaType.NamePartGroups createIdentitySchemaTypeNamePartGroups() { - return new IdentitySchemaType.NamePartGroups(); + public DocumentedNameSchemaType createDocumentedNameSchemaType() { + return new DocumentedNameSchemaType(); } /** - * Create an instance of {@link IdentitySchemaType.NamePartGroups.MasterNamePartGroup } + * Create an instance of {@link DocumentedNameSchemaType.DocumentedNamePart } * */ - public IdentitySchemaType.NamePartGroups.MasterNamePartGroup createIdentitySchemaTypeNamePartGroupsMasterNamePartGroup() { - return new IdentitySchemaType.NamePartGroups.MasterNamePartGroup(); + public DocumentedNameSchemaType.DocumentedNamePart createDocumentedNameSchemaTypeDocumentedNamePart() { + return new DocumentedNameSchemaType.DocumentedNamePart(); } /** @@ -507,11 +514,27 @@ public DurationSchemaType createDurationSchemaType() { } /** - * Create an instance of {@link Year } + * Create an instance of {@link Comment } * */ - public Year createYear() { - return new Year(); + public Comment createComment() { + return new Comment(); + } + + /** + * Create an instance of {@link Month } + * + */ + public Month createMonth() { + return new Month(); + } + + /** + * Create an instance of {@link ProfileRelationshipReference } + * + */ + public ProfileRelationshipReference createProfileRelationshipReference() { + return new ProfileRelationshipReference(); } /** @@ -531,27 +554,27 @@ public IDRegDocumentReference createIDRegDocumentReference() { } /** - * Create an instance of {@link DatePointSchemaType } + * Create an instance of {@link Year } * */ - public DatePointSchemaType createDatePointSchemaType() { - return new DatePointSchemaType(); + public Year createYear() { + return new Year(); } /** - * Create an instance of {@link DatePeriod } + * Create an instance of {@link DirectURL } * */ - public DatePeriod createDatePeriod() { - return new DatePeriod(); + public DirectURL createDirectURL() { + return new DirectURL(); } /** - * Create an instance of {@link Comment } + * Create an instance of {@link DatePeriod } * */ - public Comment createComment() { - return new Comment(); + public DatePeriod createDatePeriod() { + return new DatePeriod(); } /** @@ -562,6 +585,22 @@ public DateBoundarySchemaType createDateBoundarySchemaType() { return new DateBoundarySchemaType(); } + /** + * Create an instance of {@link DatePointSchemaType } + * + */ + public DatePointSchemaType createDatePointSchemaType() { + return new DatePointSchemaType(); + } + + /** + * Create an instance of {@link Day } + * + */ + public Day createDay() { + return new Day(); + } + /** * Create an instance of {@link DateSchemaType } * @@ -618,38 +657,6 @@ public Sanctions.SanctionsEntryLinks createSanctionsSanctionsEntryLinks() { return new Sanctions.SanctionsEntryLinks(); } - /** - * Create an instance of {@link DirectURL } - * - */ - public DirectURL createDirectURL() { - return new DirectURL(); - } - - /** - * Create an instance of {@link Day } - * - */ - public Day createDay() { - return new Day(); - } - - /** - * Create an instance of {@link Month } - * - */ - public Month createMonth() { - return new Month(); - } - - /** - * Create an instance of {@link ProfileRelationshipReference } - * - */ - public ProfileRelationshipReference createProfileRelationshipReference() { - return new ProfileRelationshipReference(); - } - /** * Create an instance of {@link ProfileRelationshipSchemaType } * @@ -691,155 +698,155 @@ public FeatureSchemaType.FeatureVersion.VersionLocation createFeatureSchemaTypeF } /** - * Create an instance of {@link SanctionsEntrySchemaType.LimitationsToListing } + * Create an instance of {@link IDRegDocumentSchemaType.IDRegistrationNo } * */ - public SanctionsEntrySchemaType.LimitationsToListing createSanctionsEntrySchemaTypeLimitationsToListing() { - return new SanctionsEntrySchemaType.LimitationsToListing(); + public IDRegDocumentSchemaType.IDRegistrationNo createIDRegDocumentSchemaTypeIDRegistrationNo() { + return new IDRegDocumentSchemaType.IDRegistrationNo(); } /** - * Create an instance of {@link SanctionsEntrySchemaType.EntryEvent } + * Create an instance of {@link IDRegDocumentSchemaType.IssuingAuthority } * */ - public SanctionsEntrySchemaType.EntryEvent createSanctionsEntrySchemaTypeEntryEvent() { - return new SanctionsEntrySchemaType.EntryEvent(); + public IDRegDocumentSchemaType.IssuingAuthority createIDRegDocumentSchemaTypeIssuingAuthority() { + return new IDRegDocumentSchemaType.IssuingAuthority(); } /** - * Create an instance of {@link SanctionsEntrySchemaType.SanctionsMeasure } + * Create an instance of {@link IDRegDocumentSchemaType.DocumentDate } * */ - public SanctionsEntrySchemaType.SanctionsMeasure createSanctionsEntrySchemaTypeSanctionsMeasure() { - return new SanctionsEntrySchemaType.SanctionsMeasure(); + public IDRegDocumentSchemaType.DocumentDate createIDRegDocumentSchemaTypeDocumentDate() { + return new IDRegDocumentSchemaType.DocumentDate(); } /** - * Create an instance of {@link SanctionsEntrySchemaType.SupportingInfo.Text } + * Create an instance of {@link IDRegDocumentSchemaType.IDRegDocumentMention } * */ - public SanctionsEntrySchemaType.SupportingInfo.Text createSanctionsEntrySchemaTypeSupportingInfoText() { - return new SanctionsEntrySchemaType.SupportingInfo.Text(); + public IDRegDocumentSchemaType.IDRegDocumentMention createIDRegDocumentSchemaTypeIDRegDocumentMention() { + return new IDRegDocumentSchemaType.IDRegDocumentMention(); } /** - * Create an instance of {@link DistinctPartySchemaType.Profile.SanctionsEntryReference } + * Create an instance of {@link IDRegDocumentSchemaType.DocumentedNameReference } * */ - public DistinctPartySchemaType.Profile.SanctionsEntryReference createDistinctPartySchemaTypeProfileSanctionsEntryReference() { - return new DistinctPartySchemaType.Profile.SanctionsEntryReference(); + public IDRegDocumentSchemaType.DocumentedNameReference createIDRegDocumentSchemaTypeDocumentedNameReference() { + return new IDRegDocumentSchemaType.DocumentedNameReference(); } /** - * Create an instance of {@link DistinctPartySchemaType.Profile.ExternalReference.ExRefValue } + * Create an instance of {@link LocationSchemaType.LocationAreaCode } * */ - public DistinctPartySchemaType.Profile.ExternalReference.ExRefValue createDistinctPartySchemaTypeProfileExternalReferenceExRefValue() { - return new DistinctPartySchemaType.Profile.ExternalReference.ExRefValue(); + public LocationSchemaType.LocationAreaCode createLocationSchemaTypeLocationAreaCode() { + return new LocationSchemaType.LocationAreaCode(); } /** - * Create an instance of {@link DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description } + * Create an instance of {@link LocationSchemaType.LocationCountry } * */ - public DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description createDistinctPartySchemaTypeProfileExternalReferenceSubLinkDescription() { - return new DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description(); + public LocationSchemaType.LocationCountry createLocationSchemaTypeLocationCountry() { + return new LocationSchemaType.LocationCountry(); } /** - * Create an instance of {@link LocationSchemaType.LocationAreaCode } + * Create an instance of {@link LocationSchemaType.LocationPart.LocationPartValue.Value } * */ - public LocationSchemaType.LocationAreaCode createLocationSchemaTypeLocationAreaCode() { - return new LocationSchemaType.LocationAreaCode(); + public LocationSchemaType.LocationPart.LocationPartValue.Value createLocationSchemaTypeLocationPartLocationPartValueValue() { + return new LocationSchemaType.LocationPart.LocationPartValue.Value(); } /** - * Create an instance of {@link LocationSchemaType.LocationCountry } + * Create an instance of {@link SanctionsEntrySchemaType.LimitationsToListing } * */ - public LocationSchemaType.LocationCountry createLocationSchemaTypeLocationCountry() { - return new LocationSchemaType.LocationCountry(); + public SanctionsEntrySchemaType.LimitationsToListing createSanctionsEntrySchemaTypeLimitationsToListing() { + return new SanctionsEntrySchemaType.LimitationsToListing(); } /** - * Create an instance of {@link LocationSchemaType.LocationPart.LocationPartValue.Value } + * Create an instance of {@link SanctionsEntrySchemaType.EntryEvent } * */ - public LocationSchemaType.LocationPart.LocationPartValue.Value createLocationSchemaTypeLocationPartLocationPartValueValue() { - return new LocationSchemaType.LocationPart.LocationPartValue.Value(); + public SanctionsEntrySchemaType.EntryEvent createSanctionsEntrySchemaTypeEntryEvent() { + return new SanctionsEntrySchemaType.EntryEvent(); } /** - * Create an instance of {@link DocumentedNameSchemaType.DocumentedNameCountry } + * Create an instance of {@link SanctionsEntrySchemaType.SanctionsMeasure } * */ - public DocumentedNameSchemaType.DocumentedNameCountry createDocumentedNameSchemaTypeDocumentedNameCountry() { - return new DocumentedNameSchemaType.DocumentedNameCountry(); + public SanctionsEntrySchemaType.SanctionsMeasure createSanctionsEntrySchemaTypeSanctionsMeasure() { + return new SanctionsEntrySchemaType.SanctionsMeasure(); } /** - * Create an instance of {@link DocumentedNameSchemaType.DocumentedNamePart.NamePartValue } + * Create an instance of {@link SanctionsEntrySchemaType.SupportingInfo.Text } * */ - public DocumentedNameSchemaType.DocumentedNamePart.NamePartValue createDocumentedNameSchemaTypeDocumentedNamePartNamePartValue() { - return new DocumentedNameSchemaType.DocumentedNamePart.NamePartValue(); + public SanctionsEntrySchemaType.SupportingInfo.Text createSanctionsEntrySchemaTypeSupportingInfoText() { + return new SanctionsEntrySchemaType.SupportingInfo.Text(); } /** - * Create an instance of {@link IDRegDocumentSchemaType.IDRegistrationNo } + * Create an instance of {@link IdentitySchemaType.Alias } * */ - public IDRegDocumentSchemaType.IDRegistrationNo createIDRegDocumentSchemaTypeIDRegistrationNo() { - return new IDRegDocumentSchemaType.IDRegistrationNo(); + public IdentitySchemaType.Alias createIdentitySchemaTypeAlias() { + return new IdentitySchemaType.Alias(); } /** - * Create an instance of {@link IDRegDocumentSchemaType.IssuingAuthority } + * Create an instance of {@link IdentitySchemaType.NamePartGroups.MasterNamePartGroup.NamePartGroup } * */ - public IDRegDocumentSchemaType.IssuingAuthority createIDRegDocumentSchemaTypeIssuingAuthority() { - return new IDRegDocumentSchemaType.IssuingAuthority(); + public IdentitySchemaType.NamePartGroups.MasterNamePartGroup.NamePartGroup createIdentitySchemaTypeNamePartGroupsMasterNamePartGroupNamePartGroup() { + return new IdentitySchemaType.NamePartGroups.MasterNamePartGroup.NamePartGroup(); } /** - * Create an instance of {@link IDRegDocumentSchemaType.DocumentDate } + * Create an instance of {@link DistinctPartySchemaType.Profile.SanctionsEntryReference } * */ - public IDRegDocumentSchemaType.DocumentDate createIDRegDocumentSchemaTypeDocumentDate() { - return new IDRegDocumentSchemaType.DocumentDate(); + public DistinctPartySchemaType.Profile.SanctionsEntryReference createDistinctPartySchemaTypeProfileSanctionsEntryReference() { + return new DistinctPartySchemaType.Profile.SanctionsEntryReference(); } /** - * Create an instance of {@link IDRegDocumentSchemaType.IDRegDocumentMention } + * Create an instance of {@link DistinctPartySchemaType.Profile.ExternalReference.ExRefValue } * */ - public IDRegDocumentSchemaType.IDRegDocumentMention createIDRegDocumentSchemaTypeIDRegDocumentMention() { - return new IDRegDocumentSchemaType.IDRegDocumentMention(); + public DistinctPartySchemaType.Profile.ExternalReference.ExRefValue createDistinctPartySchemaTypeProfileExternalReferenceExRefValue() { + return new DistinctPartySchemaType.Profile.ExternalReference.ExRefValue(); } /** - * Create an instance of {@link IDRegDocumentSchemaType.DocumentedNameReference } + * Create an instance of {@link DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description } * */ - public IDRegDocumentSchemaType.DocumentedNameReference createIDRegDocumentSchemaTypeDocumentedNameReference() { - return new IDRegDocumentSchemaType.DocumentedNameReference(); + public DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description createDistinctPartySchemaTypeProfileExternalReferenceSubLinkDescription() { + return new DistinctPartySchemaType.Profile.ExternalReference.SubLink.Description(); } /** - * Create an instance of {@link IdentitySchemaType.Alias } + * Create an instance of {@link DocumentedNameSchemaType.DocumentedNameCountry } * */ - public IdentitySchemaType.Alias createIdentitySchemaTypeAlias() { - return new IdentitySchemaType.Alias(); + public DocumentedNameSchemaType.DocumentedNameCountry createDocumentedNameSchemaTypeDocumentedNameCountry() { + return new DocumentedNameSchemaType.DocumentedNameCountry(); } /** - * Create an instance of {@link IdentitySchemaType.NamePartGroups.MasterNamePartGroup.NamePartGroup } + * Create an instance of {@link DocumentedNameSchemaType.DocumentedNamePart.NamePartValue } * */ - public IdentitySchemaType.NamePartGroups.MasterNamePartGroup.NamePartGroup createIdentitySchemaTypeNamePartGroupsMasterNamePartGroupNamePartGroup() { - return new IdentitySchemaType.NamePartGroups.MasterNamePartGroup.NamePartGroup(); + public DocumentedNameSchemaType.DocumentedNamePart.NamePartValue createDocumentedNameSchemaTypeDocumentedNamePartNamePartValue() { + return new DocumentedNameSchemaType.DocumentedNamePart.NamePartValue(); } /** @@ -1182,7 +1189,7 @@ public DurationSchemaType.Days createDurationSchemaTypeDays() { * Create an instance of {@link JAXBElement }{@code <}{@link DatePointSchemaType }{@code >}} * */ - @XmlElementDecl(namespace = "http://www.un.org/sanctions/1.0", name = "From") + @XmlElementDecl(namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", name = "From") public JAXBElement createFrom(DatePointSchemaType value) { return new JAXBElement(_From_QNAME, DatePointSchemaType.class, null, value); } @@ -1191,7 +1198,7 @@ public JAXBElement createFrom(DatePointSchemaType value) { * Create an instance of {@link JAXBElement }{@code <}{@link DatePointSchemaType }{@code >}} * */ - @XmlElementDecl(namespace = "http://www.un.org/sanctions/1.0", name = "To") + @XmlElementDecl(namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", name = "To") public JAXBElement createTo(DatePointSchemaType value) { return new JAXBElement(_To_QNAME, DatePointSchemaType.class, null, value); } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ProfileRelationshipReference.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ProfileRelationshipReference.java index 6b163ce82..0d96a20cb 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ProfileRelationshipReference.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ProfileRelationshipReference.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -21,7 +28,7 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <attribute name="ProfileRelationshipID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -31,16 +38,16 @@ */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "") -@XmlRootElement(name = "ProfileRelationshipReference", namespace = "http://www.un.org/sanctions/1.0") -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@XmlRootElement(name = "ProfileRelationshipReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class ProfileRelationshipReference { @XmlAttribute(name = "ProfileRelationshipID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger profileRelationshipID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -51,7 +58,7 @@ public class ProfileRelationshipReference { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getProfileRelationshipID() { return profileRelationshipID; } @@ -64,7 +71,7 @@ public BigInteger getProfileRelationshipID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setProfileRelationshipID(BigInteger value) { this.profileRelationshipID = value; } @@ -77,7 +84,7 @@ public void setProfileRelationshipID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -90,7 +97,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ProfileRelationshipSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ProfileRelationshipSchemaType.java index dd28ff442..41b46766a 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ProfileRelationshipSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ProfileRelationshipSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -23,9 +30,9 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> - * <element ref="{http://www.un.org/sanctions/1.0}DatePeriod" minOccurs="0"/> - * <element ref="{http://www.un.org/sanctions/1.0}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DatePeriod" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}IDRegDocumentReference" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="From-ProfileID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> @@ -34,7 +41,7 @@ * <attribute name="RelationQualityID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Former" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="SanctionsEntryID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -43,52 +50,52 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ProfileRelationshipSchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "ProfileRelationshipSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "comment", "datePeriod", "idRegDocumentReference" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class ProfileRelationshipSchemaType { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "DatePeriod", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DatePeriod", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DatePeriod datePeriod; - @XmlElement(name = "IDRegDocumentReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocumentReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List idRegDocumentReference; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "From-ProfileID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger fromProfileID; @XmlAttribute(name = "To-ProfileID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger toProfileID; @XmlAttribute(name = "RelationTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger relationTypeID; @XmlAttribute(name = "RelationQualityID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger relationQualityID; @XmlAttribute(name = "Former", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected boolean former; @XmlAttribute(name = "SanctionsEntryID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger sanctionsEntryID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -99,7 +106,7 @@ public class ProfileRelationshipSchemaType { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -112,7 +119,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -125,7 +132,7 @@ public void setComment(Comment value) { * {@link DatePeriod } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DatePeriod getDatePeriod() { return datePeriod; } @@ -138,7 +145,7 @@ public DatePeriod getDatePeriod() { * {@link DatePeriod } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDatePeriod(DatePeriod value) { this.datePeriod = value; } @@ -165,7 +172,7 @@ public void setDatePeriod(DatePeriod value) { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getIDRegDocumentReference() { if (idRegDocumentReference == null) { idRegDocumentReference = new ArrayList(); @@ -181,7 +188,7 @@ public List getIDRegDocumentReference() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -194,7 +201,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -207,7 +214,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getFromProfileID() { return fromProfileID; } @@ -220,7 +227,7 @@ public BigInteger getFromProfileID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setFromProfileID(BigInteger value) { this.fromProfileID = value; } @@ -233,7 +240,7 @@ public void setFromProfileID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getToProfileID() { return toProfileID; } @@ -246,7 +253,7 @@ public BigInteger getToProfileID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setToProfileID(BigInteger value) { this.toProfileID = value; } @@ -259,7 +266,7 @@ public void setToProfileID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getRelationTypeID() { return relationTypeID; } @@ -272,7 +279,7 @@ public BigInteger getRelationTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setRelationTypeID(BigInteger value) { this.relationTypeID = value; } @@ -285,7 +292,7 @@ public void setRelationTypeID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getRelationQualityID() { return relationQualityID; } @@ -298,7 +305,7 @@ public BigInteger getRelationQualityID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setRelationQualityID(BigInteger value) { this.relationQualityID = value; } @@ -307,7 +314,7 @@ public void setRelationQualityID(BigInteger value) { * Gets the value of the former property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public boolean isFormer() { return former; } @@ -316,7 +323,7 @@ public boolean isFormer() { * Sets the value of the former property. * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setFormer(boolean value) { this.former = value; } @@ -329,7 +336,7 @@ public void setFormer(boolean value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getSanctionsEntryID() { return sanctionsEntryID; } @@ -342,7 +349,7 @@ public BigInteger getSanctionsEntryID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setSanctionsEntryID(BigInteger value) { this.sanctionsEntryID = value; } @@ -355,7 +362,7 @@ public void setSanctionsEntryID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -368,7 +375,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ReferenceSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ReferenceSchemaType.java index 2af8b1a0b..58217412d 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ReferenceSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ReferenceSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -22,9 +29,9 @@ * * */ -@XmlType(name = "ReferenceSchemaType", namespace = "http://www.un.org/sanctions/1.0") +@XmlType(name = "ReferenceSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") @XmlEnum -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public enum ReferenceSchemaType { @XmlEnumValue("RefersTo") diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ReferenceValueSetsSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ReferenceValueSetsSchemaType.java index 6558c7dab..a1683a968 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ReferenceValueSetsSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/ReferenceValueSetsSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -33,7 +40,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -56,7 +63,7 @@ * <attribute name="CountryID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Description" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="AreaCodeTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -76,7 +83,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -96,7 +103,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -120,7 +127,7 @@ * <attribute name="IS03166-3Code" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="ISO3" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="ISO2" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -140,7 +147,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -161,7 +168,7 @@ * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="OrganisationID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -182,7 +189,7 @@ * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="DetailCode" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -202,7 +209,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -222,7 +229,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -242,7 +249,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -262,7 +269,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -282,7 +289,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -303,7 +310,7 @@ * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="FeatureTypeGroupID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -323,7 +330,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -343,7 +350,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -363,7 +370,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -383,7 +390,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -406,7 +413,7 @@ * <attribute name="LegalBasisShortRef" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="LegalBasisTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="SanctionsProgramID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -426,7 +433,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -447,7 +454,7 @@ * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -467,7 +474,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -487,7 +494,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -507,7 +514,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -527,7 +534,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -548,7 +555,7 @@ * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="CountryID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -569,7 +576,7 @@ * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="PartyTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -589,7 +596,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -609,7 +616,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -630,7 +637,7 @@ * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Symmetrical" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -650,7 +657,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -671,7 +678,7 @@ * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="SubsidiaryBodyID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -691,7 +698,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -712,7 +719,7 @@ * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="ScriptCode" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -732,7 +739,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -754,7 +761,7 @@ * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Notional" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="DecisionMakingBodyID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -774,7 +781,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -794,7 +801,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -814,7 +821,7 @@ * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -833,7 +840,7 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "ReferenceValueSetsSchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "ReferenceValueSetsSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "aliasTypeValues", "areaCodeValues", "areaCodeTypeValues", @@ -874,125 +881,125 @@ "targetTypeValues", "validityValues" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class ReferenceValueSetsSchemaType { - @XmlElement(name = "AliasTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "AliasTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.AliasTypeValues aliasTypeValues; - @XmlElement(name = "AreaCodeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "AreaCodeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.AreaCodeValues areaCodeValues; - @XmlElement(name = "AreaCodeTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "AreaCodeTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.AreaCodeTypeValues areaCodeTypeValues; - @XmlElement(name = "CalendarTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "CalendarTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.CalendarTypeValues calendarTypeValues; - @XmlElement(name = "CountryValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "CountryValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.CountryValues countryValues; - @XmlElement(name = "CountryRelevanceValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "CountryRelevanceValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.CountryRelevanceValues countryRelevanceValues; - @XmlElement(name = "DecisionMakingBodyValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DecisionMakingBodyValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.DecisionMakingBodyValues decisionMakingBodyValues; - @XmlElement(name = "DetailReferenceValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DetailReferenceValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.DetailReferenceValues detailReferenceValues; - @XmlElement(name = "DetailTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DetailTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.DetailTypeValues detailTypeValues; - @XmlElement(name = "DocNameStatusValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DocNameStatusValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.DocNameStatusValues docNameStatusValues; - @XmlElement(name = "EntryEventTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "EntryEventTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.EntryEventTypeValues entryEventTypeValues; - @XmlElement(name = "EntryLinkTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "EntryLinkTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.EntryLinkTypeValues entryLinkTypeValues; - @XmlElement(name = "ExRefTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ExRefTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.ExRefTypeValues exRefTypeValues; - @XmlElement(name = "FeatureTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "FeatureTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.FeatureTypeValues featureTypeValues; - @XmlElement(name = "FeatureTypeGroupValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "FeatureTypeGroupValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.FeatureTypeGroupValues featureTypeGroupValues; - @XmlElement(name = "IDRegDocDateTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocDateTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.IDRegDocDateTypeValues idRegDocDateTypeValues; - @XmlElement(name = "IDRegDocTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.IDRegDocTypeValues idRegDocTypeValues; - @XmlElement(name = "IdentityFeatureLinkTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IdentityFeatureLinkTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.IdentityFeatureLinkTypeValues identityFeatureLinkTypeValues; - @XmlElement(name = "LegalBasisValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LegalBasisValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.LegalBasisValues legalBasisValues; - @XmlElement(name = "LegalBasisTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LegalBasisTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.LegalBasisTypeValues legalBasisTypeValues; - @XmlElement(name = "ListValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ListValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.ListValues listValues; - @XmlElement(name = "LocPartTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LocPartTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.LocPartTypeValues locPartTypeValues; - @XmlElement(name = "LocPartValueStatusValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LocPartValueStatusValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.LocPartValueStatusValues locPartValueStatusValues; - @XmlElement(name = "LocPartValueTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LocPartValueTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.LocPartValueTypeValues locPartValueTypeValues; - @XmlElement(name = "NamePartTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "NamePartTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.NamePartTypeValues namePartTypeValues; - @XmlElement(name = "OrganisationValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "OrganisationValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.OrganisationValues organisationValues; - @XmlElement(name = "PartySubTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "PartySubTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.PartySubTypeValues partySubTypeValues; - @XmlElement(name = "PartyTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "PartyTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.PartyTypeValues partyTypeValues; - @XmlElement(name = "RelationQualityValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "RelationQualityValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.RelationQualityValues relationQualityValues; - @XmlElement(name = "RelationTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "RelationTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.RelationTypeValues relationTypeValues; - @XmlElement(name = "ReliabilityValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ReliabilityValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.ReliabilityValues reliabilityValues; - @XmlElement(name = "SanctionsProgramValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SanctionsProgramValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.SanctionsProgramValues sanctionsProgramValues; - @XmlElement(name = "SanctionsTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SanctionsTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.SanctionsTypeValues sanctionsTypeValues; - @XmlElement(name = "ScriptValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ScriptValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.ScriptValues scriptValues; - @XmlElement(name = "ScriptStatusValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ScriptStatusValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.ScriptStatusValues scriptStatusValues; - @XmlElement(name = "SubsidiaryBodyValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SubsidiaryBodyValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.SubsidiaryBodyValues subsidiaryBodyValues; - @XmlElement(name = "SupInfoTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SupInfoTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.SupInfoTypeValues supInfoTypeValues; - @XmlElement(name = "TargetTypeValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "TargetTypeValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.TargetTypeValues targetTypeValues; - @XmlElement(name = "ValidityValues", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ValidityValues", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType.ValidityValues validityValues; /** @@ -1003,7 +1010,7 @@ public class ReferenceValueSetsSchemaType { * {@link ReferenceValueSetsSchemaType.AliasTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.AliasTypeValues getAliasTypeValues() { return aliasTypeValues; } @@ -1016,7 +1023,7 @@ public ReferenceValueSetsSchemaType.AliasTypeValues getAliasTypeValues() { * {@link ReferenceValueSetsSchemaType.AliasTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setAliasTypeValues(ReferenceValueSetsSchemaType.AliasTypeValues value) { this.aliasTypeValues = value; } @@ -1029,7 +1036,7 @@ public void setAliasTypeValues(ReferenceValueSetsSchemaType.AliasTypeValues valu * {@link ReferenceValueSetsSchemaType.AreaCodeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.AreaCodeValues getAreaCodeValues() { return areaCodeValues; } @@ -1042,7 +1049,7 @@ public ReferenceValueSetsSchemaType.AreaCodeValues getAreaCodeValues() { * {@link ReferenceValueSetsSchemaType.AreaCodeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setAreaCodeValues(ReferenceValueSetsSchemaType.AreaCodeValues value) { this.areaCodeValues = value; } @@ -1055,7 +1062,7 @@ public void setAreaCodeValues(ReferenceValueSetsSchemaType.AreaCodeValues value) * {@link ReferenceValueSetsSchemaType.AreaCodeTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.AreaCodeTypeValues getAreaCodeTypeValues() { return areaCodeTypeValues; } @@ -1068,7 +1075,7 @@ public ReferenceValueSetsSchemaType.AreaCodeTypeValues getAreaCodeTypeValues() { * {@link ReferenceValueSetsSchemaType.AreaCodeTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setAreaCodeTypeValues(ReferenceValueSetsSchemaType.AreaCodeTypeValues value) { this.areaCodeTypeValues = value; } @@ -1081,7 +1088,7 @@ public void setAreaCodeTypeValues(ReferenceValueSetsSchemaType.AreaCodeTypeValue * {@link ReferenceValueSetsSchemaType.CalendarTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.CalendarTypeValues getCalendarTypeValues() { return calendarTypeValues; } @@ -1094,7 +1101,7 @@ public ReferenceValueSetsSchemaType.CalendarTypeValues getCalendarTypeValues() { * {@link ReferenceValueSetsSchemaType.CalendarTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setCalendarTypeValues(ReferenceValueSetsSchemaType.CalendarTypeValues value) { this.calendarTypeValues = value; } @@ -1107,7 +1114,7 @@ public void setCalendarTypeValues(ReferenceValueSetsSchemaType.CalendarTypeValue * {@link ReferenceValueSetsSchemaType.CountryValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.CountryValues getCountryValues() { return countryValues; } @@ -1120,7 +1127,7 @@ public ReferenceValueSetsSchemaType.CountryValues getCountryValues() { * {@link ReferenceValueSetsSchemaType.CountryValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setCountryValues(ReferenceValueSetsSchemaType.CountryValues value) { this.countryValues = value; } @@ -1133,7 +1140,7 @@ public void setCountryValues(ReferenceValueSetsSchemaType.CountryValues value) { * {@link ReferenceValueSetsSchemaType.CountryRelevanceValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.CountryRelevanceValues getCountryRelevanceValues() { return countryRelevanceValues; } @@ -1146,7 +1153,7 @@ public ReferenceValueSetsSchemaType.CountryRelevanceValues getCountryRelevanceVa * {@link ReferenceValueSetsSchemaType.CountryRelevanceValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setCountryRelevanceValues(ReferenceValueSetsSchemaType.CountryRelevanceValues value) { this.countryRelevanceValues = value; } @@ -1159,7 +1166,7 @@ public void setCountryRelevanceValues(ReferenceValueSetsSchemaType.CountryReleva * {@link ReferenceValueSetsSchemaType.DecisionMakingBodyValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.DecisionMakingBodyValues getDecisionMakingBodyValues() { return decisionMakingBodyValues; } @@ -1172,7 +1179,7 @@ public ReferenceValueSetsSchemaType.DecisionMakingBodyValues getDecisionMakingBo * {@link ReferenceValueSetsSchemaType.DecisionMakingBodyValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDecisionMakingBodyValues(ReferenceValueSetsSchemaType.DecisionMakingBodyValues value) { this.decisionMakingBodyValues = value; } @@ -1185,7 +1192,7 @@ public void setDecisionMakingBodyValues(ReferenceValueSetsSchemaType.DecisionMak * {@link ReferenceValueSetsSchemaType.DetailReferenceValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.DetailReferenceValues getDetailReferenceValues() { return detailReferenceValues; } @@ -1198,7 +1205,7 @@ public ReferenceValueSetsSchemaType.DetailReferenceValues getDetailReferenceValu * {@link ReferenceValueSetsSchemaType.DetailReferenceValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDetailReferenceValues(ReferenceValueSetsSchemaType.DetailReferenceValues value) { this.detailReferenceValues = value; } @@ -1211,7 +1218,7 @@ public void setDetailReferenceValues(ReferenceValueSetsSchemaType.DetailReferenc * {@link ReferenceValueSetsSchemaType.DetailTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.DetailTypeValues getDetailTypeValues() { return detailTypeValues; } @@ -1224,7 +1231,7 @@ public ReferenceValueSetsSchemaType.DetailTypeValues getDetailTypeValues() { * {@link ReferenceValueSetsSchemaType.DetailTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDetailTypeValues(ReferenceValueSetsSchemaType.DetailTypeValues value) { this.detailTypeValues = value; } @@ -1237,7 +1244,7 @@ public void setDetailTypeValues(ReferenceValueSetsSchemaType.DetailTypeValues va * {@link ReferenceValueSetsSchemaType.DocNameStatusValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.DocNameStatusValues getDocNameStatusValues() { return docNameStatusValues; } @@ -1250,7 +1257,7 @@ public ReferenceValueSetsSchemaType.DocNameStatusValues getDocNameStatusValues() * {@link ReferenceValueSetsSchemaType.DocNameStatusValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDocNameStatusValues(ReferenceValueSetsSchemaType.DocNameStatusValues value) { this.docNameStatusValues = value; } @@ -1263,7 +1270,7 @@ public void setDocNameStatusValues(ReferenceValueSetsSchemaType.DocNameStatusVal * {@link ReferenceValueSetsSchemaType.EntryEventTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.EntryEventTypeValues getEntryEventTypeValues() { return entryEventTypeValues; } @@ -1276,7 +1283,7 @@ public ReferenceValueSetsSchemaType.EntryEventTypeValues getEntryEventTypeValues * {@link ReferenceValueSetsSchemaType.EntryEventTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setEntryEventTypeValues(ReferenceValueSetsSchemaType.EntryEventTypeValues value) { this.entryEventTypeValues = value; } @@ -1289,7 +1296,7 @@ public void setEntryEventTypeValues(ReferenceValueSetsSchemaType.EntryEventTypeV * {@link ReferenceValueSetsSchemaType.EntryLinkTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.EntryLinkTypeValues getEntryLinkTypeValues() { return entryLinkTypeValues; } @@ -1302,7 +1309,7 @@ public ReferenceValueSetsSchemaType.EntryLinkTypeValues getEntryLinkTypeValues() * {@link ReferenceValueSetsSchemaType.EntryLinkTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setEntryLinkTypeValues(ReferenceValueSetsSchemaType.EntryLinkTypeValues value) { this.entryLinkTypeValues = value; } @@ -1315,7 +1322,7 @@ public void setEntryLinkTypeValues(ReferenceValueSetsSchemaType.EntryLinkTypeVal * {@link ReferenceValueSetsSchemaType.ExRefTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.ExRefTypeValues getExRefTypeValues() { return exRefTypeValues; } @@ -1328,7 +1335,7 @@ public ReferenceValueSetsSchemaType.ExRefTypeValues getExRefTypeValues() { * {@link ReferenceValueSetsSchemaType.ExRefTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setExRefTypeValues(ReferenceValueSetsSchemaType.ExRefTypeValues value) { this.exRefTypeValues = value; } @@ -1341,7 +1348,7 @@ public void setExRefTypeValues(ReferenceValueSetsSchemaType.ExRefTypeValues valu * {@link ReferenceValueSetsSchemaType.FeatureTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.FeatureTypeValues getFeatureTypeValues() { return featureTypeValues; } @@ -1354,7 +1361,7 @@ public ReferenceValueSetsSchemaType.FeatureTypeValues getFeatureTypeValues() { * {@link ReferenceValueSetsSchemaType.FeatureTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setFeatureTypeValues(ReferenceValueSetsSchemaType.FeatureTypeValues value) { this.featureTypeValues = value; } @@ -1367,7 +1374,7 @@ public void setFeatureTypeValues(ReferenceValueSetsSchemaType.FeatureTypeValues * {@link ReferenceValueSetsSchemaType.FeatureTypeGroupValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.FeatureTypeGroupValues getFeatureTypeGroupValues() { return featureTypeGroupValues; } @@ -1380,7 +1387,7 @@ public ReferenceValueSetsSchemaType.FeatureTypeGroupValues getFeatureTypeGroupVa * {@link ReferenceValueSetsSchemaType.FeatureTypeGroupValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setFeatureTypeGroupValues(ReferenceValueSetsSchemaType.FeatureTypeGroupValues value) { this.featureTypeGroupValues = value; } @@ -1393,7 +1400,7 @@ public void setFeatureTypeGroupValues(ReferenceValueSetsSchemaType.FeatureTypeGr * {@link ReferenceValueSetsSchemaType.IDRegDocDateTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.IDRegDocDateTypeValues getIDRegDocDateTypeValues() { return idRegDocDateTypeValues; } @@ -1406,7 +1413,7 @@ public ReferenceValueSetsSchemaType.IDRegDocDateTypeValues getIDRegDocDateTypeVa * {@link ReferenceValueSetsSchemaType.IDRegDocDateTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIDRegDocDateTypeValues(ReferenceValueSetsSchemaType.IDRegDocDateTypeValues value) { this.idRegDocDateTypeValues = value; } @@ -1419,7 +1426,7 @@ public void setIDRegDocDateTypeValues(ReferenceValueSetsSchemaType.IDRegDocDateT * {@link ReferenceValueSetsSchemaType.IDRegDocTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.IDRegDocTypeValues getIDRegDocTypeValues() { return idRegDocTypeValues; } @@ -1432,7 +1439,7 @@ public ReferenceValueSetsSchemaType.IDRegDocTypeValues getIDRegDocTypeValues() { * {@link ReferenceValueSetsSchemaType.IDRegDocTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIDRegDocTypeValues(ReferenceValueSetsSchemaType.IDRegDocTypeValues value) { this.idRegDocTypeValues = value; } @@ -1445,7 +1452,7 @@ public void setIDRegDocTypeValues(ReferenceValueSetsSchemaType.IDRegDocTypeValue * {@link ReferenceValueSetsSchemaType.IdentityFeatureLinkTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.IdentityFeatureLinkTypeValues getIdentityFeatureLinkTypeValues() { return identityFeatureLinkTypeValues; } @@ -1458,7 +1465,7 @@ public ReferenceValueSetsSchemaType.IdentityFeatureLinkTypeValues getIdentityFea * {@link ReferenceValueSetsSchemaType.IdentityFeatureLinkTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIdentityFeatureLinkTypeValues(ReferenceValueSetsSchemaType.IdentityFeatureLinkTypeValues value) { this.identityFeatureLinkTypeValues = value; } @@ -1471,7 +1478,7 @@ public void setIdentityFeatureLinkTypeValues(ReferenceValueSetsSchemaType.Identi * {@link ReferenceValueSetsSchemaType.LegalBasisValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.LegalBasisValues getLegalBasisValues() { return legalBasisValues; } @@ -1484,7 +1491,7 @@ public ReferenceValueSetsSchemaType.LegalBasisValues getLegalBasisValues() { * {@link ReferenceValueSetsSchemaType.LegalBasisValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLegalBasisValues(ReferenceValueSetsSchemaType.LegalBasisValues value) { this.legalBasisValues = value; } @@ -1497,7 +1504,7 @@ public void setLegalBasisValues(ReferenceValueSetsSchemaType.LegalBasisValues va * {@link ReferenceValueSetsSchemaType.LegalBasisTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.LegalBasisTypeValues getLegalBasisTypeValues() { return legalBasisTypeValues; } @@ -1510,7 +1517,7 @@ public ReferenceValueSetsSchemaType.LegalBasisTypeValues getLegalBasisTypeValues * {@link ReferenceValueSetsSchemaType.LegalBasisTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLegalBasisTypeValues(ReferenceValueSetsSchemaType.LegalBasisTypeValues value) { this.legalBasisTypeValues = value; } @@ -1523,7 +1530,7 @@ public void setLegalBasisTypeValues(ReferenceValueSetsSchemaType.LegalBasisTypeV * {@link ReferenceValueSetsSchemaType.ListValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.ListValues getListValues() { return listValues; } @@ -1536,7 +1543,7 @@ public ReferenceValueSetsSchemaType.ListValues getListValues() { * {@link ReferenceValueSetsSchemaType.ListValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setListValues(ReferenceValueSetsSchemaType.ListValues value) { this.listValues = value; } @@ -1549,7 +1556,7 @@ public void setListValues(ReferenceValueSetsSchemaType.ListValues value) { * {@link ReferenceValueSetsSchemaType.LocPartTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.LocPartTypeValues getLocPartTypeValues() { return locPartTypeValues; } @@ -1562,7 +1569,7 @@ public ReferenceValueSetsSchemaType.LocPartTypeValues getLocPartTypeValues() { * {@link ReferenceValueSetsSchemaType.LocPartTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLocPartTypeValues(ReferenceValueSetsSchemaType.LocPartTypeValues value) { this.locPartTypeValues = value; } @@ -1575,7 +1582,7 @@ public void setLocPartTypeValues(ReferenceValueSetsSchemaType.LocPartTypeValues * {@link ReferenceValueSetsSchemaType.LocPartValueStatusValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.LocPartValueStatusValues getLocPartValueStatusValues() { return locPartValueStatusValues; } @@ -1588,7 +1595,7 @@ public ReferenceValueSetsSchemaType.LocPartValueStatusValues getLocPartValueStat * {@link ReferenceValueSetsSchemaType.LocPartValueStatusValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLocPartValueStatusValues(ReferenceValueSetsSchemaType.LocPartValueStatusValues value) { this.locPartValueStatusValues = value; } @@ -1601,7 +1608,7 @@ public void setLocPartValueStatusValues(ReferenceValueSetsSchemaType.LocPartValu * {@link ReferenceValueSetsSchemaType.LocPartValueTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.LocPartValueTypeValues getLocPartValueTypeValues() { return locPartValueTypeValues; } @@ -1614,7 +1621,7 @@ public ReferenceValueSetsSchemaType.LocPartValueTypeValues getLocPartValueTypeVa * {@link ReferenceValueSetsSchemaType.LocPartValueTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLocPartValueTypeValues(ReferenceValueSetsSchemaType.LocPartValueTypeValues value) { this.locPartValueTypeValues = value; } @@ -1627,7 +1634,7 @@ public void setLocPartValueTypeValues(ReferenceValueSetsSchemaType.LocPartValueT * {@link ReferenceValueSetsSchemaType.NamePartTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.NamePartTypeValues getNamePartTypeValues() { return namePartTypeValues; } @@ -1640,7 +1647,7 @@ public ReferenceValueSetsSchemaType.NamePartTypeValues getNamePartTypeValues() { * {@link ReferenceValueSetsSchemaType.NamePartTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setNamePartTypeValues(ReferenceValueSetsSchemaType.NamePartTypeValues value) { this.namePartTypeValues = value; } @@ -1653,7 +1660,7 @@ public void setNamePartTypeValues(ReferenceValueSetsSchemaType.NamePartTypeValue * {@link ReferenceValueSetsSchemaType.OrganisationValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.OrganisationValues getOrganisationValues() { return organisationValues; } @@ -1666,7 +1673,7 @@ public ReferenceValueSetsSchemaType.OrganisationValues getOrganisationValues() { * {@link ReferenceValueSetsSchemaType.OrganisationValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setOrganisationValues(ReferenceValueSetsSchemaType.OrganisationValues value) { this.organisationValues = value; } @@ -1679,7 +1686,7 @@ public void setOrganisationValues(ReferenceValueSetsSchemaType.OrganisationValue * {@link ReferenceValueSetsSchemaType.PartySubTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.PartySubTypeValues getPartySubTypeValues() { return partySubTypeValues; } @@ -1692,7 +1699,7 @@ public ReferenceValueSetsSchemaType.PartySubTypeValues getPartySubTypeValues() { * {@link ReferenceValueSetsSchemaType.PartySubTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setPartySubTypeValues(ReferenceValueSetsSchemaType.PartySubTypeValues value) { this.partySubTypeValues = value; } @@ -1705,7 +1712,7 @@ public void setPartySubTypeValues(ReferenceValueSetsSchemaType.PartySubTypeValue * {@link ReferenceValueSetsSchemaType.PartyTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.PartyTypeValues getPartyTypeValues() { return partyTypeValues; } @@ -1718,7 +1725,7 @@ public ReferenceValueSetsSchemaType.PartyTypeValues getPartyTypeValues() { * {@link ReferenceValueSetsSchemaType.PartyTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setPartyTypeValues(ReferenceValueSetsSchemaType.PartyTypeValues value) { this.partyTypeValues = value; } @@ -1731,7 +1738,7 @@ public void setPartyTypeValues(ReferenceValueSetsSchemaType.PartyTypeValues valu * {@link ReferenceValueSetsSchemaType.RelationQualityValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.RelationQualityValues getRelationQualityValues() { return relationQualityValues; } @@ -1744,7 +1751,7 @@ public ReferenceValueSetsSchemaType.RelationQualityValues getRelationQualityValu * {@link ReferenceValueSetsSchemaType.RelationQualityValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setRelationQualityValues(ReferenceValueSetsSchemaType.RelationQualityValues value) { this.relationQualityValues = value; } @@ -1757,7 +1764,7 @@ public void setRelationQualityValues(ReferenceValueSetsSchemaType.RelationQualit * {@link ReferenceValueSetsSchemaType.RelationTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.RelationTypeValues getRelationTypeValues() { return relationTypeValues; } @@ -1770,7 +1777,7 @@ public ReferenceValueSetsSchemaType.RelationTypeValues getRelationTypeValues() { * {@link ReferenceValueSetsSchemaType.RelationTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setRelationTypeValues(ReferenceValueSetsSchemaType.RelationTypeValues value) { this.relationTypeValues = value; } @@ -1783,7 +1790,7 @@ public void setRelationTypeValues(ReferenceValueSetsSchemaType.RelationTypeValue * {@link ReferenceValueSetsSchemaType.ReliabilityValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.ReliabilityValues getReliabilityValues() { return reliabilityValues; } @@ -1796,7 +1803,7 @@ public ReferenceValueSetsSchemaType.ReliabilityValues getReliabilityValues() { * {@link ReferenceValueSetsSchemaType.ReliabilityValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setReliabilityValues(ReferenceValueSetsSchemaType.ReliabilityValues value) { this.reliabilityValues = value; } @@ -1809,7 +1816,7 @@ public void setReliabilityValues(ReferenceValueSetsSchemaType.ReliabilityValues * {@link ReferenceValueSetsSchemaType.SanctionsProgramValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.SanctionsProgramValues getSanctionsProgramValues() { return sanctionsProgramValues; } @@ -1822,7 +1829,7 @@ public ReferenceValueSetsSchemaType.SanctionsProgramValues getSanctionsProgramVa * {@link ReferenceValueSetsSchemaType.SanctionsProgramValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setSanctionsProgramValues(ReferenceValueSetsSchemaType.SanctionsProgramValues value) { this.sanctionsProgramValues = value; } @@ -1835,7 +1842,7 @@ public void setSanctionsProgramValues(ReferenceValueSetsSchemaType.SanctionsProg * {@link ReferenceValueSetsSchemaType.SanctionsTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.SanctionsTypeValues getSanctionsTypeValues() { return sanctionsTypeValues; } @@ -1848,7 +1855,7 @@ public ReferenceValueSetsSchemaType.SanctionsTypeValues getSanctionsTypeValues() * {@link ReferenceValueSetsSchemaType.SanctionsTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setSanctionsTypeValues(ReferenceValueSetsSchemaType.SanctionsTypeValues value) { this.sanctionsTypeValues = value; } @@ -1861,7 +1868,7 @@ public void setSanctionsTypeValues(ReferenceValueSetsSchemaType.SanctionsTypeVal * {@link ReferenceValueSetsSchemaType.ScriptValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.ScriptValues getScriptValues() { return scriptValues; } @@ -1874,7 +1881,7 @@ public ReferenceValueSetsSchemaType.ScriptValues getScriptValues() { * {@link ReferenceValueSetsSchemaType.ScriptValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setScriptValues(ReferenceValueSetsSchemaType.ScriptValues value) { this.scriptValues = value; } @@ -1887,7 +1894,7 @@ public void setScriptValues(ReferenceValueSetsSchemaType.ScriptValues value) { * {@link ReferenceValueSetsSchemaType.ScriptStatusValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.ScriptStatusValues getScriptStatusValues() { return scriptStatusValues; } @@ -1900,7 +1907,7 @@ public ReferenceValueSetsSchemaType.ScriptStatusValues getScriptStatusValues() { * {@link ReferenceValueSetsSchemaType.ScriptStatusValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setScriptStatusValues(ReferenceValueSetsSchemaType.ScriptStatusValues value) { this.scriptStatusValues = value; } @@ -1913,7 +1920,7 @@ public void setScriptStatusValues(ReferenceValueSetsSchemaType.ScriptStatusValue * {@link ReferenceValueSetsSchemaType.SubsidiaryBodyValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.SubsidiaryBodyValues getSubsidiaryBodyValues() { return subsidiaryBodyValues; } @@ -1926,7 +1933,7 @@ public ReferenceValueSetsSchemaType.SubsidiaryBodyValues getSubsidiaryBodyValues * {@link ReferenceValueSetsSchemaType.SubsidiaryBodyValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setSubsidiaryBodyValues(ReferenceValueSetsSchemaType.SubsidiaryBodyValues value) { this.subsidiaryBodyValues = value; } @@ -1939,7 +1946,7 @@ public void setSubsidiaryBodyValues(ReferenceValueSetsSchemaType.SubsidiaryBodyV * {@link ReferenceValueSetsSchemaType.SupInfoTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.SupInfoTypeValues getSupInfoTypeValues() { return supInfoTypeValues; } @@ -1952,7 +1959,7 @@ public ReferenceValueSetsSchemaType.SupInfoTypeValues getSupInfoTypeValues() { * {@link ReferenceValueSetsSchemaType.SupInfoTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setSupInfoTypeValues(ReferenceValueSetsSchemaType.SupInfoTypeValues value) { this.supInfoTypeValues = value; } @@ -1965,7 +1972,7 @@ public void setSupInfoTypeValues(ReferenceValueSetsSchemaType.SupInfoTypeValues * {@link ReferenceValueSetsSchemaType.TargetTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.TargetTypeValues getTargetTypeValues() { return targetTypeValues; } @@ -1978,7 +1985,7 @@ public ReferenceValueSetsSchemaType.TargetTypeValues getTargetTypeValues() { * {@link ReferenceValueSetsSchemaType.TargetTypeValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setTargetTypeValues(ReferenceValueSetsSchemaType.TargetTypeValues value) { this.targetTypeValues = value; } @@ -1991,7 +1998,7 @@ public void setTargetTypeValues(ReferenceValueSetsSchemaType.TargetTypeValues va * {@link ReferenceValueSetsSchemaType.ValidityValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType.ValidityValues getValidityValues() { return validityValues; } @@ -2004,7 +2011,7 @@ public ReferenceValueSetsSchemaType.ValidityValues getValidityValues() { * {@link ReferenceValueSetsSchemaType.ValidityValues } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValidityValues(ReferenceValueSetsSchemaType.ValidityValues value) { this.validityValues = value; } @@ -2025,7 +2032,7 @@ public void setValidityValues(ReferenceValueSetsSchemaType.ValidityValues value) * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -2042,11 +2049,11 @@ public void setValidityValues(ReferenceValueSetsSchemaType.ValidityValues value) @XmlType(name = "", propOrder = { "aliasType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class AliasTypeValues { - @XmlElement(name = "AliasType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "AliasType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List aliasType; /** @@ -2071,7 +2078,7 @@ public static class AliasTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getAliasType() { if (aliasType == null) { aliasType = new ArrayList(); @@ -2090,7 +2097,7 @@ public java.util.List ge * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -2102,18 +2109,18 @@ public java.util.List ge @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class AliasType { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -2124,7 +2131,7 @@ public static class AliasType { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -2137,7 +2144,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -2150,7 +2157,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -2163,7 +2170,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -2176,7 +2183,7 @@ public void setID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -2189,7 +2196,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -2214,7 +2221,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -2231,11 +2238,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "areaCodeType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class AreaCodeTypeValues { - @XmlElement(name = "AreaCodeType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "AreaCodeType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List areaCodeType; /** @@ -2260,7 +2267,7 @@ public static class AreaCodeTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getAreaCodeType() { if (areaCodeType == null) { areaCodeType = new ArrayList(); @@ -2279,7 +2286,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -2291,18 +2298,18 @@ public java.util.List * <attribute name="Description" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="AreaCodeTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -2423,11 +2430,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "areaCode" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class AreaCodeValues { - @XmlElement(name = "AreaCode", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "AreaCode", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List areaCode; /** @@ -2452,7 +2459,7 @@ public static class AreaCodeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getAreaCode() { if (areaCode == null) { areaCode = new ArrayList(); @@ -2474,7 +2481,7 @@ public java.util.List getA * <attribute name="CountryID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Description" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="AreaCodeTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -2486,29 +2493,29 @@ public java.util.List getA @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class AreaCode { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "CountryID") @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger countryID; @XmlAttribute(name = "Description") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String description; @XmlAttribute(name = "AreaCodeTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger areaCodeTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -2519,7 +2526,7 @@ public static class AreaCode { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -2532,7 +2539,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -2545,7 +2552,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -2558,7 +2565,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -2571,7 +2578,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getCountryID() { return countryID; } @@ -2584,7 +2591,7 @@ public BigInteger getCountryID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setCountryID(BigInteger value) { this.countryID = value; } @@ -2597,7 +2604,7 @@ public void setCountryID(BigInteger value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getDescription() { return description; } @@ -2610,7 +2617,7 @@ public String getDescription() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDescription(String value) { this.description = value; } @@ -2623,7 +2630,7 @@ public void setDescription(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getAreaCodeTypeID() { return areaCodeTypeID; } @@ -2636,7 +2643,7 @@ public BigInteger getAreaCodeTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setAreaCodeTypeID(BigInteger value) { this.areaCodeTypeID = value; } @@ -2649,7 +2656,7 @@ public void setAreaCodeTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -2662,7 +2669,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -2687,7 +2694,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -2704,11 +2711,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "calendarType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class CalendarTypeValues { - @XmlElement(name = "CalendarType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "CalendarType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List calendarType; /** @@ -2733,7 +2740,7 @@ public static class CalendarTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getCalendarType() { if (calendarType == null) { calendarType = new ArrayList(); @@ -2752,7 +2759,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -2764,18 +2771,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -2893,11 +2900,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "countryRelevance" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class CountryRelevanceValues { - @XmlElement(name = "CountryRelevance", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "CountryRelevance", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List countryRelevance; /** @@ -2922,7 +2929,7 @@ public static class CountryRelevanceValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getCountryRelevance() { if (countryRelevance == null) { countryRelevance = new ArrayList(); @@ -2941,7 +2948,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -2953,18 +2960,18 @@ public java.util.List * <attribute name="ISO3" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="ISO2" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -3086,11 +3093,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "country" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class CountryValues { - @XmlElement(name = "Country", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Country", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List country; /** @@ -3115,7 +3122,7 @@ public static class CountryValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getCountry() { if (country == null) { country = new ArrayList(); @@ -3138,7 +3145,7 @@ public java.util.List getCou * <attribute name="IS03166-3Code" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="ISO3" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="ISO2" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -3150,30 +3157,30 @@ public java.util.List getCou @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Country { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "Comment") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String comment; @XmlAttribute(name = "IS03166-3Code") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String is031663Code; @XmlAttribute(name = "ISO3") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String iso3; @XmlAttribute(name = "ISO2") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String iso2; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -3184,7 +3191,7 @@ public static class Country { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -3197,7 +3204,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -3210,7 +3217,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -3223,7 +3230,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -3236,7 +3243,7 @@ public void setID(BigInteger value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getComment() { return comment; } @@ -3249,7 +3256,7 @@ public String getComment() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(String value) { this.comment = value; } @@ -3262,7 +3269,7 @@ public void setComment(String value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getIS031663Code() { return is031663Code; } @@ -3275,7 +3282,7 @@ public String getIS031663Code() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIS031663Code(String value) { this.is031663Code = value; } @@ -3288,7 +3295,7 @@ public void setIS031663Code(String value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getISO3() { return iso3; } @@ -3301,7 +3308,7 @@ public String getISO3() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setISO3(String value) { this.iso3 = value; } @@ -3314,7 +3321,7 @@ public void setISO3(String value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getISO2() { return iso2; } @@ -3327,7 +3334,7 @@ public String getISO2() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setISO2(String value) { this.iso2 = value; } @@ -3340,7 +3347,7 @@ public void setISO2(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -3353,7 +3360,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -3379,7 +3386,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="OrganisationID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -3396,11 +3403,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "decisionMakingBody" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class DecisionMakingBodyValues { - @XmlElement(name = "DecisionMakingBody", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DecisionMakingBody", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List decisionMakingBody; /** @@ -3425,7 +3432,7 @@ public static class DecisionMakingBodyValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getDecisionMakingBody() { if (decisionMakingBody == null) { decisionMakingBody = new ArrayList(); @@ -3445,7 +3452,7 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="OrganisationID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -3457,22 +3464,22 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="DetailCode" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -3617,11 +3624,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "detailReference" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class DetailReferenceValues { - @XmlElement(name = "DetailReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DetailReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List detailReference; /** @@ -3646,7 +3653,7 @@ public static class DetailReferenceValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getDetailReference() { if (detailReference == null) { detailReference = new ArrayList(); @@ -3666,7 +3673,7 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="DetailCode" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -3678,21 +3685,21 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -3836,11 +3843,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "detailType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class DetailTypeValues { - @XmlElement(name = "DetailType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DetailType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List detailType; /** @@ -3865,7 +3872,7 @@ public static class DetailTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getDetailType() { if (detailType == null) { detailType = new ArrayList(); @@ -3884,7 +3891,7 @@ public java.util.List * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -3896,18 +3903,18 @@ public java.util.List @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class DetailType { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -3918,7 +3925,7 @@ public static class DetailType { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -3931,7 +3938,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -3944,7 +3951,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -3957,7 +3964,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -3970,7 +3977,7 @@ public void setID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -3983,7 +3990,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -4008,7 +4015,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -4025,11 +4032,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "docNameStatus" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class DocNameStatusValues { - @XmlElement(name = "DocNameStatus", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DocNameStatus", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List docNameStatus; /** @@ -4054,7 +4061,7 @@ public static class DocNameStatusValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getDocNameStatus() { if (docNameStatus == null) { docNameStatus = new ArrayList(); @@ -4073,7 +4080,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -4085,18 +4092,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -4214,11 +4221,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "entryEventType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class EntryEventTypeValues { - @XmlElement(name = "EntryEventType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "EntryEventType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List entryEventType; /** @@ -4243,7 +4250,7 @@ public static class EntryEventTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getEntryEventType() { if (entryEventType == null) { entryEventType = new ArrayList(); @@ -4262,7 +4269,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -4274,18 +4281,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -4403,11 +4410,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "entryLinkType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class EntryLinkTypeValues { - @XmlElement(name = "EntryLinkType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "EntryLinkType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List entryLinkType; /** @@ -4432,7 +4439,7 @@ public static class EntryLinkTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getEntryLinkType() { if (entryLinkType == null) { entryLinkType = new ArrayList(); @@ -4451,7 +4458,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -4463,18 +4470,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -4592,11 +4599,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "exRefType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class ExRefTypeValues { - @XmlElement(name = "ExRefType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ExRefType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List exRefType; /** @@ -4621,7 +4628,7 @@ public static class ExRefTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getExRefType() { if (exRefType == null) { exRefType = new ArrayList(); @@ -4640,7 +4647,7 @@ public java.util.List ge * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -4652,18 +4659,18 @@ public java.util.List ge @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class ExRefType { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -4674,7 +4681,7 @@ public static class ExRefType { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -4687,7 +4694,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -4700,7 +4707,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -4713,7 +4720,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -4726,7 +4733,7 @@ public void setID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -4739,7 +4746,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -4764,7 +4771,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -4781,11 +4788,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "featureTypeGroup" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class FeatureTypeGroupValues { - @XmlElement(name = "FeatureTypeGroup", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "FeatureTypeGroup", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List featureTypeGroup; /** @@ -4810,7 +4817,7 @@ public static class FeatureTypeGroupValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getFeatureTypeGroup() { if (featureTypeGroup == null) { featureTypeGroup = new ArrayList(); @@ -4829,7 +4836,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -4841,18 +4848,18 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="FeatureTypeGroupID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -4971,11 +4978,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "featureType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class FeatureTypeValues { - @XmlElement(name = "FeatureType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "FeatureType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List featureType; /** @@ -5000,7 +5007,7 @@ public static class FeatureTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getFeatureType() { if (featureType == null) { featureType = new ArrayList(); @@ -5020,7 +5027,7 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="FeatureTypeGroupID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -5032,22 +5039,22 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -5191,11 +5198,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "identityFeatureLinkType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class IdentityFeatureLinkTypeValues { - @XmlElement(name = "IdentityFeatureLinkType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IdentityFeatureLinkType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List identityFeatureLinkType; /** @@ -5220,7 +5227,7 @@ public static class IdentityFeatureLinkTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getIdentityFeatureLinkType() { if (identityFeatureLinkType == null) { identityFeatureLinkType = new ArrayList(); @@ -5239,7 +5246,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -5251,18 +5258,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -5380,11 +5387,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "idRegDocDateType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class IDRegDocDateTypeValues { - @XmlElement(name = "IDRegDocDateType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocDateType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List idRegDocDateType; /** @@ -5409,7 +5416,7 @@ public static class IDRegDocDateTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getIDRegDocDateType() { if (idRegDocDateType == null) { idRegDocDateType = new ArrayList(); @@ -5428,7 +5435,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -5440,18 +5447,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -5569,11 +5576,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "idRegDocType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class IDRegDocTypeValues { - @XmlElement(name = "IDRegDocType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List idRegDocType; /** @@ -5598,7 +5605,7 @@ public static class IDRegDocTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getIDRegDocType() { if (idRegDocType == null) { idRegDocType = new ArrayList(); @@ -5617,7 +5624,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -5629,18 +5636,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -5758,11 +5765,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "legalBasisType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class LegalBasisTypeValues { - @XmlElement(name = "LegalBasisType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LegalBasisType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List legalBasisType; /** @@ -5787,7 +5794,7 @@ public static class LegalBasisTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getLegalBasisType() { if (legalBasisType == null) { legalBasisType = new ArrayList(); @@ -5806,7 +5813,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -5818,18 +5825,18 @@ public java.util.List * <attribute name="LegalBasisTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="SanctionsProgramID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -5950,11 +5957,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "legalBasis" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class LegalBasisValues { - @XmlElement(name = "LegalBasis", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LegalBasis", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List legalBasis; /** @@ -5979,7 +5986,7 @@ public static class LegalBasisValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getLegalBasis() { if (legalBasis == null) { legalBasis = new ArrayList(); @@ -6001,7 +6008,7 @@ public java.util.List * <attribute name="LegalBasisShortRef" type="{http://www.w3.org/2001/XMLSchema}string" /> * <attribute name="LegalBasisTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="SanctionsProgramID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -6013,29 +6020,29 @@ public java.util.List @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class LegalBasis { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "LegalBasisShortRef") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String legalBasisShortRef; @XmlAttribute(name = "LegalBasisTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger legalBasisTypeID; @XmlAttribute(name = "SanctionsProgramID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger sanctionsProgramID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -6046,7 +6053,7 @@ public static class LegalBasis { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -6059,7 +6066,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -6072,7 +6079,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -6085,7 +6092,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -6098,7 +6105,7 @@ public void setID(BigInteger value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getLegalBasisShortRef() { return legalBasisShortRef; } @@ -6111,7 +6118,7 @@ public String getLegalBasisShortRef() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLegalBasisShortRef(String value) { this.legalBasisShortRef = value; } @@ -6124,7 +6131,7 @@ public void setLegalBasisShortRef(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getLegalBasisTypeID() { return legalBasisTypeID; } @@ -6137,7 +6144,7 @@ public BigInteger getLegalBasisTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLegalBasisTypeID(BigInteger value) { this.legalBasisTypeID = value; } @@ -6150,7 +6157,7 @@ public void setLegalBasisTypeID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getSanctionsProgramID() { return sanctionsProgramID; } @@ -6163,7 +6170,7 @@ public BigInteger getSanctionsProgramID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setSanctionsProgramID(BigInteger value) { this.sanctionsProgramID = value; } @@ -6176,7 +6183,7 @@ public void setSanctionsProgramID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -6189,7 +6196,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -6215,7 +6222,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -6232,11 +6239,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "list" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class ListValues { - @XmlElement(name = "List", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "List", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List list; /** @@ -6261,7 +6268,7 @@ public static class ListValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getList() { if (list == null) { list = new ArrayList(); @@ -6281,7 +6288,7 @@ public java.util.List getList() { * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -6293,21 +6300,21 @@ public java.util.List getList() { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class List { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "Comment") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String comment; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -6318,7 +6325,7 @@ public static class List { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -6331,7 +6338,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -6344,7 +6351,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -6357,7 +6364,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -6370,7 +6377,7 @@ public void setID(BigInteger value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getComment() { return comment; } @@ -6383,7 +6390,7 @@ public String getComment() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(String value) { this.comment = value; } @@ -6396,7 +6403,7 @@ public void setComment(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -6409,7 +6416,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -6434,7 +6441,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -6451,11 +6458,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "locPartType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class LocPartTypeValues { - @XmlElement(name = "LocPartType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LocPartType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List locPartType; /** @@ -6480,7 +6487,7 @@ public static class LocPartTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getLocPartType() { if (locPartType == null) { locPartType = new ArrayList(); @@ -6499,7 +6506,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -6511,18 +6518,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -6640,11 +6647,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "locPartValueStatus" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class LocPartValueStatusValues { - @XmlElement(name = "LocPartValueStatus", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LocPartValueStatus", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List locPartValueStatus; /** @@ -6669,7 +6676,7 @@ public static class LocPartValueStatusValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getLocPartValueStatus() { if (locPartValueStatus == null) { locPartValueStatus = new ArrayList(); @@ -6688,7 +6695,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -6700,18 +6707,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -6829,11 +6836,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "locPartValueType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class LocPartValueTypeValues { - @XmlElement(name = "LocPartValueType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LocPartValueType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List locPartValueType; /** @@ -6858,7 +6865,7 @@ public static class LocPartValueTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getLocPartValueType() { if (locPartValueType == null) { locPartValueType = new ArrayList(); @@ -6877,7 +6884,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -6889,18 +6896,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -7018,11 +7025,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "namePartType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class NamePartTypeValues { - @XmlElement(name = "NamePartType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "NamePartType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List namePartType; /** @@ -7047,7 +7054,7 @@ public static class NamePartTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getNamePartType() { if (namePartType == null) { namePartType = new ArrayList(); @@ -7066,7 +7073,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -7078,18 +7085,18 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="CountryID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -7208,11 +7215,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "organisation" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class OrganisationValues { - @XmlElement(name = "Organisation", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Organisation", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List organisation; /** @@ -7237,7 +7244,7 @@ public static class OrganisationValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getOrganisation() { if (organisation == null) { organisation = new ArrayList(); @@ -7257,7 +7264,7 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="CountryID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -7269,22 +7276,22 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="PartyTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -7429,11 +7436,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "partySubType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class PartySubTypeValues { - @XmlElement(name = "PartySubType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "PartySubType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List partySubType; /** @@ -7458,7 +7465,7 @@ public static class PartySubTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getPartySubType() { if (partySubType == null) { partySubType = new ArrayList(); @@ -7478,7 +7485,7 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="PartyTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -7490,22 +7497,22 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -7649,11 +7656,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "partyType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class PartyTypeValues { - @XmlElement(name = "PartyType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "PartyType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List partyType; /** @@ -7678,7 +7685,7 @@ public static class PartyTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getPartyType() { if (partyType == null) { partyType = new ArrayList(); @@ -7697,7 +7704,7 @@ public java.util.List ge * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -7709,18 +7716,18 @@ public java.util.List ge @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class PartyType { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -7731,7 +7738,7 @@ public static class PartyType { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -7744,7 +7751,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -7757,7 +7764,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -7770,7 +7777,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -7783,7 +7790,7 @@ public void setID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -7796,7 +7803,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -7821,7 +7828,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -7838,11 +7845,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "relationQuality" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class RelationQualityValues { - @XmlElement(name = "RelationQuality", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "RelationQuality", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List relationQuality; /** @@ -7867,7 +7874,7 @@ public static class RelationQualityValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getRelationQuality() { if (relationQuality == null) { relationQuality = new ArrayList(); @@ -7886,7 +7893,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -7898,18 +7905,18 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Symmetrical" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -8028,11 +8035,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "relationType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class RelationTypeValues { - @XmlElement(name = "RelationType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "RelationType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List relationType; /** @@ -8057,7 +8064,7 @@ public static class RelationTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getRelationType() { if (relationType == null) { relationType = new ArrayList(); @@ -8077,7 +8084,7 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Symmetrical" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -8089,21 +8096,21 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -8239,11 +8246,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "reliability" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class ReliabilityValues { - @XmlElement(name = "Reliability", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Reliability", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List reliability; /** @@ -8268,7 +8275,7 @@ public static class ReliabilityValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getReliability() { if (reliability == null) { reliability = new ArrayList(); @@ -8287,7 +8294,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -8299,18 +8306,18 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="SubsidiaryBodyID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -8429,11 +8436,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "sanctionsProgram" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class SanctionsProgramValues { - @XmlElement(name = "SanctionsProgram", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SanctionsProgram", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List sanctionsProgram; /** @@ -8458,7 +8465,7 @@ public static class SanctionsProgramValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getSanctionsProgram() { if (sanctionsProgram == null) { sanctionsProgram = new ArrayList(); @@ -8478,7 +8485,7 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="SubsidiaryBodyID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -8490,22 +8497,22 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -8649,11 +8656,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "sanctionsType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class SanctionsTypeValues { - @XmlElement(name = "SanctionsType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SanctionsType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List sanctionsType; /** @@ -8678,7 +8685,7 @@ public static class SanctionsTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getSanctionsType() { if (sanctionsType == null) { sanctionsType = new ArrayList(); @@ -8697,7 +8704,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -8709,18 +8716,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -8838,11 +8845,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "scriptStatus" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class ScriptStatusValues { - @XmlElement(name = "ScriptStatus", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ScriptStatus", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List scriptStatus; /** @@ -8867,7 +8874,7 @@ public static class ScriptStatusValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getScriptStatus() { if (scriptStatus == null) { scriptStatus = new ArrayList(); @@ -8886,7 +8893,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -8898,18 +8905,18 @@ public java.util.List * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="ScriptCode" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -9028,11 +9035,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "script" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class ScriptValues { - @XmlElement(name = "Script", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Script", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List script; /** @@ -9057,7 +9064,7 @@ public static class ScriptValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getScript() { if (script == null) { script = new ArrayList(); @@ -9077,7 +9084,7 @@ public java.util.List getScrip * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="ScriptCode" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -9089,21 +9096,21 @@ public java.util.List getScrip @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Script { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "ScriptCode") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String scriptCode; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -9114,7 +9121,7 @@ public static class Script { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -9127,7 +9134,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -9140,7 +9147,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -9153,7 +9160,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -9166,7 +9173,7 @@ public void setID(BigInteger value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getScriptCode() { return scriptCode; } @@ -9179,7 +9186,7 @@ public String getScriptCode() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setScriptCode(String value) { this.scriptCode = value; } @@ -9192,7 +9199,7 @@ public void setScriptCode(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -9205,7 +9212,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -9232,7 +9239,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="Notional" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="DecisionMakingBodyID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -9249,11 +9256,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "subsidiaryBody" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class SubsidiaryBodyValues { - @XmlElement(name = "SubsidiaryBody", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SubsidiaryBody", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List subsidiaryBody; /** @@ -9278,7 +9285,7 @@ public static class SubsidiaryBodyValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getSubsidiaryBody() { if (subsidiaryBody == null) { subsidiaryBody = new ArrayList(); @@ -9299,7 +9306,7 @@ public java.util.List * <attribute name="Notional" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> * <attribute name="DecisionMakingBodyID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -9311,25 +9318,25 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -9491,11 +9498,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "supInfoType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class SupInfoTypeValues { - @XmlElement(name = "SupInfoType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SupInfoType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List supInfoType; /** @@ -9520,7 +9527,7 @@ public static class SupInfoTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getSupInfoType() { if (supInfoType == null) { supInfoType = new ArrayList(); @@ -9539,7 +9546,7 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -9551,18 +9558,18 @@ public java.util.List * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -9680,11 +9687,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "targetType" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class TargetTypeValues { - @XmlElement(name = "TargetType", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "TargetType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List targetType; /** @@ -9709,7 +9716,7 @@ public static class TargetTypeValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getTargetType() { if (targetType == null) { targetType = new ArrayList(); @@ -9728,7 +9735,7 @@ public java.util.List * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -9740,18 +9747,18 @@ public java.util.List @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class TargetType { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -9762,7 +9769,7 @@ public static class TargetType { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -9775,7 +9782,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -9788,7 +9795,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -9801,7 +9808,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -9814,7 +9821,7 @@ public void setID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -9827,7 +9834,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -9852,7 +9859,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -9869,11 +9876,11 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "validity" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class ValidityValues { - @XmlElement(name = "Validity", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Validity", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected java.util.List validity; /** @@ -9898,7 +9905,7 @@ public static class ValidityValues { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public java.util.List getValidity() { if (validity == null) { validity = new ArrayList(); @@ -9917,7 +9924,7 @@ public java.util.List getV * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -9929,18 +9936,18 @@ public java.util.List getV @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Validity { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -9951,7 +9958,7 @@ public static class Validity { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -9964,7 +9971,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -9977,7 +9984,7 @@ public void setValue(String value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -9990,7 +9997,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -10003,7 +10010,7 @@ public void setID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -10016,7 +10023,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Sanctions.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Sanctions.java index 369849f01..82b7c0200 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Sanctions.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Sanctions.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -24,14 +31,14 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="DateOfIssue" type="{http://www.un.org/sanctions/1.0}DateSchemaType"/> - * <element name="ReferenceValueSets" type="{http://www.un.org/sanctions/1.0}ReferenceValueSetsSchemaType"/> + * <element name="DateOfIssue" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DateSchemaType"/> + * <element name="ReferenceValueSets" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}ReferenceValueSetsSchemaType"/> * <element name="Locations"> * <complexType> * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="Location" type="{http://www.un.org/sanctions/1.0}LocationSchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="Location" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}LocationSchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -42,7 +49,7 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="IDRegDocument" type="{http://www.un.org/sanctions/1.0}IDRegDocumentSchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="IDRegDocument" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}IDRegDocumentSchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -53,7 +60,7 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="DistinctParty" type="{http://www.un.org/sanctions/1.0}DistinctPartySchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="DistinctParty" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DistinctPartySchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -64,7 +71,7 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="ProfileRelationship" type="{http://www.un.org/sanctions/1.0}ProfileRelationshipSchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="ProfileRelationship" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}ProfileRelationshipSchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -75,7 +82,7 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="SanctionsEntry" type="{http://www.un.org/sanctions/1.0}SanctionsEntrySchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="SanctionsEntry" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}SanctionsEntrySchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -86,7 +93,7 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="SanctionsEntryLink" type="{http://www.un.org/sanctions/1.0}SanctionsEntryLinkSchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="SanctionsEntryLink" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}SanctionsEntryLinkSchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -113,41 +120,41 @@ "sanctionsEntries", "sanctionsEntryLinks" }) -@XmlRootElement(name = "Sanctions", namespace = "http://www.un.org/sanctions/1.0") -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@XmlRootElement(name = "Sanctions", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class Sanctions { - @XmlElement(name = "DateOfIssue", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DateOfIssue", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DateSchemaType dateOfIssue; - @XmlElement(name = "ReferenceValueSets", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ReferenceValueSets", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected ReferenceValueSetsSchemaType referenceValueSets; - @XmlElement(name = "Locations", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Locations", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Sanctions.Locations locations; - @XmlElement(name = "IDRegDocuments", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocuments", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Sanctions.IDRegDocuments idRegDocuments; - @XmlElement(name = "DistinctParties", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DistinctParties", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Sanctions.DistinctParties distinctParties; - @XmlElement(name = "ProfileRelationships", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ProfileRelationships", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Sanctions.ProfileRelationships profileRelationships; - @XmlElement(name = "SanctionsEntries", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SanctionsEntries", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Sanctions.SanctionsEntries sanctionsEntries; - @XmlElement(name = "SanctionsEntryLinks", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SanctionsEntryLinks", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Sanctions.SanctionsEntryLinks sanctionsEntryLinks; @XmlAttribute(name = "Version", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger version; @XmlAttribute(name = "DeltaBaseVersion") @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger deltaBaseVersion; /** @@ -158,7 +165,7 @@ public class Sanctions { * {@link DateSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DateSchemaType getDateOfIssue() { return dateOfIssue; } @@ -171,7 +178,7 @@ public DateSchemaType getDateOfIssue() { * {@link DateSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDateOfIssue(DateSchemaType value) { this.dateOfIssue = value; } @@ -184,7 +191,7 @@ public void setDateOfIssue(DateSchemaType value) { * {@link ReferenceValueSetsSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public ReferenceValueSetsSchemaType getReferenceValueSets() { return referenceValueSets; } @@ -197,7 +204,7 @@ public ReferenceValueSetsSchemaType getReferenceValueSets() { * {@link ReferenceValueSetsSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setReferenceValueSets(ReferenceValueSetsSchemaType value) { this.referenceValueSets = value; } @@ -210,7 +217,7 @@ public void setReferenceValueSets(ReferenceValueSetsSchemaType value) { * {@link Sanctions.Locations } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Sanctions.Locations getLocations() { return locations; } @@ -223,7 +230,7 @@ public Sanctions.Locations getLocations() { * {@link Sanctions.Locations } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLocations(Sanctions.Locations value) { this.locations = value; } @@ -236,7 +243,7 @@ public void setLocations(Sanctions.Locations value) { * {@link Sanctions.IDRegDocuments } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Sanctions.IDRegDocuments getIDRegDocuments() { return idRegDocuments; } @@ -249,7 +256,7 @@ public Sanctions.IDRegDocuments getIDRegDocuments() { * {@link Sanctions.IDRegDocuments } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setIDRegDocuments(Sanctions.IDRegDocuments value) { this.idRegDocuments = value; } @@ -262,7 +269,7 @@ public void setIDRegDocuments(Sanctions.IDRegDocuments value) { * {@link Sanctions.DistinctParties } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Sanctions.DistinctParties getDistinctParties() { return distinctParties; } @@ -275,7 +282,7 @@ public Sanctions.DistinctParties getDistinctParties() { * {@link Sanctions.DistinctParties } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDistinctParties(Sanctions.DistinctParties value) { this.distinctParties = value; } @@ -288,7 +295,7 @@ public void setDistinctParties(Sanctions.DistinctParties value) { * {@link Sanctions.ProfileRelationships } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Sanctions.ProfileRelationships getProfileRelationships() { return profileRelationships; } @@ -301,7 +308,7 @@ public Sanctions.ProfileRelationships getProfileRelationships() { * {@link Sanctions.ProfileRelationships } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setProfileRelationships(Sanctions.ProfileRelationships value) { this.profileRelationships = value; } @@ -314,7 +321,7 @@ public void setProfileRelationships(Sanctions.ProfileRelationships value) { * {@link Sanctions.SanctionsEntries } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Sanctions.SanctionsEntries getSanctionsEntries() { return sanctionsEntries; } @@ -327,7 +334,7 @@ public Sanctions.SanctionsEntries getSanctionsEntries() { * {@link Sanctions.SanctionsEntries } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setSanctionsEntries(Sanctions.SanctionsEntries value) { this.sanctionsEntries = value; } @@ -340,7 +347,7 @@ public void setSanctionsEntries(Sanctions.SanctionsEntries value) { * {@link Sanctions.SanctionsEntryLinks } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Sanctions.SanctionsEntryLinks getSanctionsEntryLinks() { return sanctionsEntryLinks; } @@ -353,7 +360,7 @@ public Sanctions.SanctionsEntryLinks getSanctionsEntryLinks() { * {@link Sanctions.SanctionsEntryLinks } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setSanctionsEntryLinks(Sanctions.SanctionsEntryLinks value) { this.sanctionsEntryLinks = value; } @@ -366,7 +373,7 @@ public void setSanctionsEntryLinks(Sanctions.SanctionsEntryLinks value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getVersion() { return version; } @@ -379,7 +386,7 @@ public BigInteger getVersion() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setVersion(BigInteger value) { this.version = value; } @@ -392,7 +399,7 @@ public void setVersion(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getDeltaBaseVersion() { return deltaBaseVersion; } @@ -405,7 +412,7 @@ public BigInteger getDeltaBaseVersion() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaBaseVersion(BigInteger value) { this.deltaBaseVersion = value; } @@ -421,7 +428,7 @@ public void setDeltaBaseVersion(BigInteger value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="DistinctParty" type="{http://www.un.org/sanctions/1.0}DistinctPartySchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="DistinctParty" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DistinctPartySchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -434,11 +441,11 @@ public void setDeltaBaseVersion(BigInteger value) { @XmlType(name = "", propOrder = { "distinctParty" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class DistinctParties { - @XmlElement(name = "DistinctParty", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DistinctParty", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List distinctParty; /** @@ -463,7 +470,7 @@ public static class DistinctParties { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getDistinctParty() { if (distinctParty == null) { distinctParty = new ArrayList(); @@ -484,7 +491,7 @@ public List getDistinctParty() { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="IDRegDocument" type="{http://www.un.org/sanctions/1.0}IDRegDocumentSchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="IDRegDocument" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}IDRegDocumentSchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -497,11 +504,11 @@ public List getDistinctParty() { @XmlType(name = "", propOrder = { "idRegDocument" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class IDRegDocuments { - @XmlElement(name = "IDRegDocument", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "IDRegDocument", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List idRegDocument; /** @@ -526,7 +533,7 @@ public static class IDRegDocuments { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getIDRegDocument() { if (idRegDocument == null) { idRegDocument = new ArrayList(); @@ -547,7 +554,7 @@ public List getIDRegDocument() { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="Location" type="{http://www.un.org/sanctions/1.0}LocationSchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="Location" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}LocationSchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -560,11 +567,11 @@ public List getIDRegDocument() { @XmlType(name = "", propOrder = { "location" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Locations { - @XmlElement(name = "Location", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Location", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List location; /** @@ -589,7 +596,7 @@ public static class Locations { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getLocation() { if (location == null) { location = new ArrayList(); @@ -610,7 +617,7 @@ public List getLocation() { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="ProfileRelationship" type="{http://www.un.org/sanctions/1.0}ProfileRelationshipSchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="ProfileRelationship" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}ProfileRelationshipSchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -623,11 +630,11 @@ public List getLocation() { @XmlType(name = "", propOrder = { "profileRelationship" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class ProfileRelationships { - @XmlElement(name = "ProfileRelationship", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ProfileRelationship", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List profileRelationship; /** @@ -652,7 +659,7 @@ public static class ProfileRelationships { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getProfileRelationship() { if (profileRelationship == null) { profileRelationship = new ArrayList(); @@ -673,7 +680,7 @@ public List getProfileRelationship() { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="SanctionsEntry" type="{http://www.un.org/sanctions/1.0}SanctionsEntrySchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="SanctionsEntry" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}SanctionsEntrySchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -686,11 +693,11 @@ public List getProfileRelationship() { @XmlType(name = "", propOrder = { "sanctionsEntry" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class SanctionsEntries { - @XmlElement(name = "SanctionsEntry", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SanctionsEntry", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List sanctionsEntry; /** @@ -715,7 +722,7 @@ public static class SanctionsEntries { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getSanctionsEntry() { if (sanctionsEntry == null) { sanctionsEntry = new ArrayList(); @@ -736,7 +743,7 @@ public List getSanctionsEntry() { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element name="SanctionsEntryLink" type="{http://www.un.org/sanctions/1.0}SanctionsEntryLinkSchemaType" maxOccurs="unbounded" minOccurs="0"/> + * <element name="SanctionsEntryLink" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}SanctionsEntryLinkSchemaType" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * </restriction> * </complexContent> @@ -749,11 +756,11 @@ public List getSanctionsEntry() { @XmlType(name = "", propOrder = { "sanctionsEntryLink" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class SanctionsEntryLinks { - @XmlElement(name = "SanctionsEntryLink", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SanctionsEntryLink", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List sanctionsEntryLink; /** @@ -778,7 +785,7 @@ public static class SanctionsEntryLinks { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getSanctionsEntryLink() { if (sanctionsEntryLink == null) { sanctionsEntryLink = new ArrayList(); diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/SanctionsEntryLinkSchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/SanctionsEntryLinkSchemaType.java index 90ece42d9..611fcfd6b 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/SanctionsEntryLinkSchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/SanctionsEntryLinkSchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -21,14 +28,14 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> - * <element name="Date" type="{http://www.un.org/sanctions/1.0}DateSchemaType"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> + * <element name="Date" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DateSchemaType"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="EntryA-SanctionsEntryID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="EntryB-SanctionsEntryID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="EntryLinkTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -37,37 +44,37 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SanctionsEntryLinkSchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "SanctionsEntryLinkSchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "comment", "date" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class SanctionsEntryLinkSchemaType { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "Date", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Date", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DateSchemaType date; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "EntryA-SanctionsEntryID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger entryASanctionsEntryID; @XmlAttribute(name = "EntryB-SanctionsEntryID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger entryBSanctionsEntryID; @XmlAttribute(name = "EntryLinkTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger entryLinkTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -78,7 +85,7 @@ public class SanctionsEntryLinkSchemaType { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -91,7 +98,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -104,7 +111,7 @@ public void setComment(Comment value) { * {@link DateSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DateSchemaType getDate() { return date; } @@ -117,7 +124,7 @@ public DateSchemaType getDate() { * {@link DateSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDate(DateSchemaType value) { this.date = value; } @@ -130,7 +137,7 @@ public void setDate(DateSchemaType value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -143,7 +150,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -156,7 +163,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getEntryASanctionsEntryID() { return entryASanctionsEntryID; } @@ -169,7 +176,7 @@ public BigInteger getEntryASanctionsEntryID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setEntryASanctionsEntryID(BigInteger value) { this.entryASanctionsEntryID = value; } @@ -182,7 +189,7 @@ public void setEntryASanctionsEntryID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getEntryBSanctionsEntryID() { return entryBSanctionsEntryID; } @@ -195,7 +202,7 @@ public BigInteger getEntryBSanctionsEntryID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setEntryBSanctionsEntryID(BigInteger value) { this.entryBSanctionsEntryID = value; } @@ -208,7 +215,7 @@ public void setEntryBSanctionsEntryID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getEntryLinkTypeID() { return entryLinkTypeID; } @@ -221,7 +228,7 @@ public BigInteger getEntryLinkTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setEntryLinkTypeID(BigInteger value) { this.entryLinkTypeID = value; } @@ -234,7 +241,7 @@ public void setEntryLinkTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -247,7 +254,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/SanctionsEntrySchemaType.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/SanctionsEntrySchemaType.java index 4b52b2b10..6bd4263ca 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/SanctionsEntrySchemaType.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/SanctionsEntrySchemaType.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -24,12 +31,12 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> * <element name="LimitationsToListing" minOccurs="0"> * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -39,13 +46,13 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> - * <element name="Date" type="{http://www.un.org/sanctions/1.0}DateSchemaType"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> + * <element name="Date" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DateSchemaType"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="EntryEventTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="LegalBasisID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -55,12 +62,12 @@ * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> - * <element ref="{http://www.un.org/sanctions/1.0}DatePeriod"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DatePeriod"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="SanctionsTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -74,28 +81,28 @@ * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}DirectURL" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DirectURL" minOccurs="0"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="SupInfoTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}ProfileRelationshipReference" maxOccurs="unbounded" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}ProfileRelationshipReference" maxOccurs="unbounded" minOccurs="0"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="ProfileID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="ListID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="EntryProfileRef" type="{http://www.w3.org/2001/XMLSchema}string" /> - * <attribute name="EntryDeltaFlag" type="{http://www.un.org/sanctions/1.0}EntryDeltaFlagSchemaType" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="EntryDeltaFlag" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}EntryDeltaFlagSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -104,7 +111,7 @@ * */ @XmlAccessorType(XmlAccessType.FIELD) -@XmlType(name = "SanctionsEntrySchemaType", namespace = "http://www.un.org/sanctions/1.0", propOrder = { +@XmlType(name = "SanctionsEntrySchemaType", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", propOrder = { "comment", "limitationsToListing", "entryEvent", @@ -112,47 +119,47 @@ "supportingInfo", "profileRelationshipReference" }) -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class SanctionsEntrySchemaType { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "LimitationsToListing", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "LimitationsToListing", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected SanctionsEntrySchemaType.LimitationsToListing limitationsToListing; - @XmlElement(name = "EntryEvent", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "EntryEvent", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List entryEvent; - @XmlElement(name = "SanctionsMeasure", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SanctionsMeasure", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List sanctionsMeasure; - @XmlElement(name = "SupportingInfo", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "SupportingInfo", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List supportingInfo; - @XmlElement(name = "ProfileRelationshipReference", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "ProfileRelationshipReference", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected List profileRelationshipReference; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "ProfileID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger profileID; @XmlAttribute(name = "ListID") @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger listID; @XmlAttribute(name = "EntryProfileRef") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String entryProfileRef; @XmlAttribute(name = "EntryDeltaFlag") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected EntryDeltaFlagSchemaType entryDeltaFlag; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -163,7 +170,7 @@ public class SanctionsEntrySchemaType { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -176,7 +183,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -189,7 +196,7 @@ public void setComment(Comment value) { * {@link SanctionsEntrySchemaType.LimitationsToListing } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public SanctionsEntrySchemaType.LimitationsToListing getLimitationsToListing() { return limitationsToListing; } @@ -202,7 +209,7 @@ public SanctionsEntrySchemaType.LimitationsToListing getLimitationsToListing() { * {@link SanctionsEntrySchemaType.LimitationsToListing } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLimitationsToListing(SanctionsEntrySchemaType.LimitationsToListing value) { this.limitationsToListing = value; } @@ -229,7 +236,7 @@ public void setLimitationsToListing(SanctionsEntrySchemaType.LimitationsToListin * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getEntryEvent() { if (entryEvent == null) { entryEvent = new ArrayList(); @@ -259,7 +266,7 @@ public List getEntryEvent() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getSanctionsMeasure() { if (sanctionsMeasure == null) { sanctionsMeasure = new ArrayList(); @@ -289,7 +296,7 @@ public List getSanctionsMeasure() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getSupportingInfo() { if (supportingInfo == null) { supportingInfo = new ArrayList(); @@ -319,7 +326,7 @@ public List getSupportingInfo() { * * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public List getProfileRelationshipReference() { if (profileRelationshipReference == null) { profileRelationshipReference = new ArrayList(); @@ -335,7 +342,7 @@ public List getProfileRelationshipReference() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -348,7 +355,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -361,7 +368,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getProfileID() { return profileID; } @@ -374,7 +381,7 @@ public BigInteger getProfileID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setProfileID(BigInteger value) { this.profileID = value; } @@ -387,7 +394,7 @@ public void setProfileID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getListID() { return listID; } @@ -400,7 +407,7 @@ public BigInteger getListID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setListID(BigInteger value) { this.listID = value; } @@ -413,7 +420,7 @@ public void setListID(BigInteger value) { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getEntryProfileRef() { return entryProfileRef; } @@ -426,7 +433,7 @@ public String getEntryProfileRef() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setEntryProfileRef(String value) { this.entryProfileRef = value; } @@ -439,7 +446,7 @@ public void setEntryProfileRef(String value) { * {@link EntryDeltaFlagSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public EntryDeltaFlagSchemaType getEntryDeltaFlag() { return entryDeltaFlag; } @@ -452,7 +459,7 @@ public EntryDeltaFlagSchemaType getEntryDeltaFlag() { * {@link EntryDeltaFlagSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setEntryDeltaFlag(EntryDeltaFlagSchemaType value) { this.entryDeltaFlag = value; } @@ -465,7 +472,7 @@ public void setEntryDeltaFlag(EntryDeltaFlagSchemaType value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -478,7 +485,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -494,13 +501,13 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> - * <element name="Date" type="{http://www.un.org/sanctions/1.0}DateSchemaType"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> + * <element name="Date" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DateSchemaType"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="EntryEventTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="LegalBasisID" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -513,29 +520,29 @@ public void setDeltaAction(DeltaActionSchemaType value) { "comment", "date" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class EntryEvent { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "Date", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Date", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DateSchemaType date; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "EntryEventTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger entryEventTypeID; @XmlAttribute(name = "LegalBasisID") @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger legalBasisID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -546,7 +553,7 @@ public static class EntryEvent { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -559,7 +566,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -572,7 +579,7 @@ public void setComment(Comment value) { * {@link DateSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DateSchemaType getDate() { return date; } @@ -585,7 +592,7 @@ public DateSchemaType getDate() { * {@link DateSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDate(DateSchemaType value) { this.date = value; } @@ -598,7 +605,7 @@ public void setDate(DateSchemaType value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -611,7 +618,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -624,7 +631,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getEntryEventTypeID() { return entryEventTypeID; } @@ -637,7 +644,7 @@ public BigInteger getEntryEventTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setEntryEventTypeID(BigInteger value) { this.entryEventTypeID = value; } @@ -650,7 +657,7 @@ public void setEntryEventTypeID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getLegalBasisID() { return legalBasisID; } @@ -663,7 +670,7 @@ public BigInteger getLegalBasisID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setLegalBasisID(BigInteger value) { this.legalBasisID = value; } @@ -676,7 +683,7 @@ public void setLegalBasisID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -689,7 +696,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -706,7 +713,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -718,14 +725,14 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class LimitationsToListing { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -736,7 +743,7 @@ public static class LimitationsToListing { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -749,7 +756,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -762,7 +769,7 @@ public void setValue(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -775,7 +782,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -793,12 +800,12 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexContent> * <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> * <sequence> - * <element ref="{http://www.un.org/sanctions/1.0}Comment" minOccurs="0"/> - * <element ref="{http://www.un.org/sanctions/1.0}DatePeriod"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}Comment" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DatePeriod"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="SanctionsTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -811,25 +818,25 @@ public void setDeltaAction(DeltaActionSchemaType value) { "comment", "datePeriod" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class SanctionsMeasure { - @XmlElement(name = "Comment", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Comment", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected Comment comment; - @XmlElement(name = "DatePeriod", namespace = "http://www.un.org/sanctions/1.0", required = true) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DatePeriod", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML", required = true) + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DatePeriod datePeriod; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "SanctionsTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger sanctionsTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -840,7 +847,7 @@ public static class SanctionsMeasure { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public Comment getComment() { return comment; } @@ -853,7 +860,7 @@ public Comment getComment() { * {@link Comment } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setComment(Comment value) { this.comment = value; } @@ -866,7 +873,7 @@ public void setComment(Comment value) { * {@link DatePeriod } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DatePeriod getDatePeriod() { return datePeriod; } @@ -879,7 +886,7 @@ public DatePeriod getDatePeriod() { * {@link DatePeriod } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDatePeriod(DatePeriod value) { this.datePeriod = value; } @@ -892,7 +899,7 @@ public void setDatePeriod(DatePeriod value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -905,7 +912,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -918,7 +925,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getSanctionsTypeID() { return sanctionsTypeID; } @@ -931,7 +938,7 @@ public BigInteger getSanctionsTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setSanctionsTypeID(BigInteger value) { this.sanctionsTypeID = value; } @@ -944,7 +951,7 @@ public void setSanctionsTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -957,7 +964,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -979,16 +986,16 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> * </element> - * <element ref="{http://www.un.org/sanctions/1.0}DirectURL" minOccurs="0"/> + * <element ref="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DirectURL" minOccurs="0"/> * </sequence> * <attribute name="ID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> * <attribute name="SupInfoTypeID" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" /> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </restriction> * </complexContent> * </complexType> @@ -1001,25 +1008,25 @@ public void setDeltaAction(DeltaActionSchemaType value) { "text", "directURL" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class SupportingInfo { - @XmlElement(name = "Text", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "Text", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected SanctionsEntrySchemaType.SupportingInfo.Text text; - @XmlElement(name = "DirectURL", namespace = "http://www.un.org/sanctions/1.0") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @XmlElement(name = "DirectURL", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DirectURL directURL; @XmlAttribute(name = "ID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger id; @XmlAttribute(name = "SupInfoTypeID", required = true) @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger supInfoTypeID; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -1030,7 +1037,7 @@ public static class SupportingInfo { * {@link SanctionsEntrySchemaType.SupportingInfo.Text } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public SanctionsEntrySchemaType.SupportingInfo.Text getText() { return text; } @@ -1043,7 +1050,7 @@ public SanctionsEntrySchemaType.SupportingInfo.Text getText() { * {@link SanctionsEntrySchemaType.SupportingInfo.Text } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setText(SanctionsEntrySchemaType.SupportingInfo.Text value) { this.text = value; } @@ -1056,7 +1063,7 @@ public void setText(SanctionsEntrySchemaType.SupportingInfo.Text value) { * {@link DirectURL } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DirectURL getDirectURL() { return directURL; } @@ -1069,7 +1076,7 @@ public DirectURL getDirectURL() { * {@link DirectURL } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDirectURL(DirectURL value) { this.directURL = value; } @@ -1082,7 +1089,7 @@ public void setDirectURL(DirectURL value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getID() { return id; } @@ -1095,7 +1102,7 @@ public BigInteger getID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setID(BigInteger value) { this.id = value; } @@ -1108,7 +1115,7 @@ public void setID(BigInteger value) { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getSupInfoTypeID() { return supInfoTypeID; } @@ -1121,7 +1128,7 @@ public BigInteger getSupInfoTypeID() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setSupInfoTypeID(BigInteger value) { this.supInfoTypeID = value; } @@ -1134,7 +1141,7 @@ public void setSupInfoTypeID(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -1147,7 +1154,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } @@ -1162,7 +1169,7 @@ public void setDeltaAction(DeltaActionSchemaType value) { * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>string"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -1174,14 +1181,14 @@ public void setDeltaAction(DeltaActionSchemaType value) { @XmlType(name = "", propOrder = { "value" }) - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public static class Text { @XmlValue - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected String value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -1192,7 +1199,7 @@ public static class Text { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public String getValue() { return value; } @@ -1205,7 +1212,7 @@ public String getValue() { * {@link String } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(String value) { this.value = value; } @@ -1218,7 +1225,7 @@ public void setValue(String value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -1231,7 +1238,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Year.java b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Year.java index 6e34a57a2..79fa3192d 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Year.java +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/Year.java @@ -1,3 +1,10 @@ +// +// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 +// See http://java.sun.com/xml/jaxb +// Any modifications to this file will be lost upon recompilation of the source schema. +// Generated on: 2024.06.17 at 11:26:16 AM CEST +// + package com.generalbytes.batm.server.extensions.extra.watchlists.ofac.tags; @@ -21,7 +28,7 @@ * <complexType> * <simpleContent> * <extension base="<http://www.w3.org/2001/XMLSchema>nonNegativeInteger"> - * <attribute name="DeltaAction" type="{http://www.un.org/sanctions/1.0}DeltaActionSchemaType" /> + * <attribute name="DeltaAction" type="{https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML}DeltaActionSchemaType" /> * </extension> * </simpleContent> * </complexType> @@ -33,16 +40,16 @@ @XmlType(name = "", propOrder = { "value" }) -@XmlRootElement(name = "Year", namespace = "http://www.un.org/sanctions/1.0") -@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") +@XmlRootElement(name = "Year", namespace = "https://sanctionslistservice.ofac.treas.gov/api/PublicationPreview/exports/ADVANCED_XML") +@Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public class Year { @XmlValue @XmlSchemaType(name = "nonNegativeInteger") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected BigInteger value; @XmlAttribute(name = "DeltaAction") - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") protected DeltaActionSchemaType deltaAction; /** @@ -53,7 +60,7 @@ public class Year { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public BigInteger getValue() { return value; } @@ -66,7 +73,7 @@ public BigInteger getValue() { * {@link BigInteger } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setValue(BigInteger value) { this.value = value; } @@ -79,7 +86,7 @@ public void setValue(BigInteger value) { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public DeltaActionSchemaType getDeltaAction() { return deltaAction; } @@ -92,7 +99,7 @@ public DeltaActionSchemaType getDeltaAction() { * {@link DeltaActionSchemaType } * */ - @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2016-02-08T09:26:29+01:00", comments = "JAXB RI v2.2.4-2") + @Generated(value = "com.sun.tools.internal.xjc.Driver", date = "2024-06-17T11:26:16+02:00", comments = "JAXB RI v2.2.8-b130911.1802") public void setDeltaAction(DeltaActionSchemaType value) { this.deltaAction = value; } diff --git a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/sdn_advanced.xsd b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/sdn_advanced.xsd index 4f776102a..13dcef520 100644 --- a/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/sdn_advanced.xsd +++ b/server_extensions_extra/src/main/java/com/generalbytes/batm/server/extensions/extra/watchlists/ofac/tags/sdn_advanced.xsd @@ -1,8 +1,8 @@ diff --git a/server_extensions_extra/src/test/resources/ofac_sdn_advanced.xml b/server_extensions_extra/src/test/resources/ofac_sdn_advanced.xml index fbee01b07..b0517914a 100644 --- a/server_extensions_extra/src/test/resources/ofac_sdn_advanced.xml +++ b/server_extensions_extra/src/test/resources/ofac_sdn_advanced.xml @@ -1,6 +1,7 @@ - + 2021 1