From 36535e404045a715ef233cfb74b9247026cb5f98 Mon Sep 17 00:00:00 2001 From: Erik Talboom Date: Fri, 24 Nov 2023 16:41:43 +0100 Subject: [PATCH] feat: OR-1993 rename relatie.type to relatie.relatietype --- .../Detail/BeheerVerenigingDetailMapper.cs | 2 +- .../Detail/ResponseModels/Relatie.cs | 10 +- .../Detail/BeheerVerenigingDetailMapper.cs | 2 +- .../Detail/BeheerVerenigingDetailProjector.cs | 4 +- .../Detail/BeheerVerenigingDetailDocument.cs | 2 +- .../Onderneming.GeefOnderneming.cs | 1554 ++++++++--------- .../Detail/PubliekVerenigingDetailMapper.cs | 2 +- .../Detail/ResponseModels/Relatie.cs | 16 +- .../SearchVerenigingenResponseExamples.cs | 4 +- .../Search/ResponseModels/Relatie.cs | 16 +- .../SearchVerenigingenResponseMapper.cs | 47 +- .../PubliekVerenigingDetailProjector.cs | 4 +- .../Search/ElasticEventProjection.cs | 4 +- .../Detail/VerenigingDetailDocument.cs | 4 +- .../Search/VerenigingZoekDocument.cs | 2 +- .../Search/VerenigingZoekDocumentMapping.cs | 4 +- .../Vereniging/RelatieType.cs | 17 - .../Vereniging/Relatietype.cs | 16 + .../Given_AfdelingWerdGeregistreerd.cs | 2 +- .../templates/DetailVerenigingResponse.json | 6 +- .../DetailVerenigingResponseTemplate.cs | 8 +- .../Given_AfdelingWerdGeregistreerd.cs | 2 +- .../templates/DetailVerenigingResponse.json | 2 +- .../DetailVerenigingResponseTemplate.cs | 16 +- .../templates/ZoekVerenigingenResponse.json | 2 +- .../ZoekVerenigingenResponseTemplate.cs | 50 +- 26 files changed, 908 insertions(+), 890 deletions(-) delete mode 100644 src/AssociationRegistry/Vereniging/RelatieType.cs create mode 100644 src/AssociationRegistry/Vereniging/Relatietype.cs diff --git a/src/AssociationRegistry.Admin.Api/Verenigingen/Detail/BeheerVerenigingDetailMapper.cs b/src/AssociationRegistry.Admin.Api/Verenigingen/Detail/BeheerVerenigingDetailMapper.cs index 7b6c89f75..c73c91c6e 100644 --- a/src/AssociationRegistry.Admin.Api/Verenigingen/Detail/BeheerVerenigingDetailMapper.cs +++ b/src/AssociationRegistry.Admin.Api/Verenigingen/Detail/BeheerVerenigingDetailMapper.cs @@ -62,7 +62,7 @@ private static VerenigingDetail Map(BeheerVerenigingDetailDocument vereniging, s private static Relatie Map(BeheerVerenigingDetailDocument.Relatie relatie, string baseUrl) => new() { - Type = relatie.Type, + Relatietype = relatie.Relatietype, AndereVereniging = Map(relatie.AndereVereniging, baseUrl), }; diff --git a/src/AssociationRegistry.Admin.Api/Verenigingen/Detail/ResponseModels/Relatie.cs b/src/AssociationRegistry.Admin.Api/Verenigingen/Detail/ResponseModels/Relatie.cs index bbd4c1602..789169d73 100644 --- a/src/AssociationRegistry.Admin.Api/Verenigingen/Detail/ResponseModels/Relatie.cs +++ b/src/AssociationRegistry.Admin.Api/Verenigingen/Detail/ResponseModels/Relatie.cs @@ -6,16 +6,14 @@ public class Relatie { /// - /// Het type relatie + /// Het type relatie /// - [DataMember(Name = "Type")] - public string Type { get; set; } = null!; + [DataMember(Name = "Relatietype")] + public string Relatietype { get; set; } = null!; /// - /// de gerelateerde vereniging + /// de gerelateerde vereniging /// [DataMember(Name = "AndereVereniging")] public GerelateerdeVereniging AndereVereniging { get; set; } = null!; - - } diff --git a/src/AssociationRegistry.Admin.ProjectionHost/Projections/Detail/BeheerVerenigingDetailMapper.cs b/src/AssociationRegistry.Admin.ProjectionHost/Projections/Detail/BeheerVerenigingDetailMapper.cs index 2c28c30de..f2025a5e7 100644 --- a/src/AssociationRegistry.Admin.ProjectionHost/Projections/Detail/BeheerVerenigingDetailMapper.cs +++ b/src/AssociationRegistry.Admin.ProjectionHost/Projections/Detail/BeheerVerenigingDetailMapper.cs @@ -104,7 +104,7 @@ public static BeheerVerenigingDetailDocument.Relatie MapMoederRelatie( AfdelingWerdGeregistreerd.MoederverenigingsData moederverenigingsData) => new() { - Type = RelatieType.IsAfdelingVan.Beschrijving, + Relatietype = Relatietype.IsAfdelingVan.Beschrijving, AndereVereniging = new BeheerVerenigingDetailDocument.Relatie.GerelateerdeVereniging { KboNummer = moederverenigingsData.KboNummer, diff --git a/src/AssociationRegistry.Admin.ProjectionHost/Projections/Detail/BeheerVerenigingDetailProjector.cs b/src/AssociationRegistry.Admin.ProjectionHost/Projections/Detail/BeheerVerenigingDetailProjector.cs index be0976f70..904972745 100644 --- a/src/AssociationRegistry.Admin.ProjectionHost/Projections/Detail/BeheerVerenigingDetailProjector.cs +++ b/src/AssociationRegistry.Admin.ProjectionHost/Projections/Detail/BeheerVerenigingDetailProjector.cs @@ -42,7 +42,7 @@ public static BeheerVerenigingDetailDocument Create(IEvent GeefOndernemingAsync(AssociationRegistry.Magda.Onderneming.GeefOnderneming.GeefOndernemingRequest request); } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] @@ -38,9 +38,9 @@ public interface OndernemingGeefOndernemingPortType "")] public partial class GeefOnderneming { - + private VerzoekType verzoekField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public VerzoekType Verzoek @@ -55,7 +55,7 @@ public VerzoekType Verzoek } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] @@ -63,11 +63,11 @@ public VerzoekType Verzoek "")] public partial class VerzoekType { - + private ContextType contextField; - + private VragenType vragenField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public ContextType Context @@ -81,7 +81,7 @@ public ContextType Context this.contextField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public VragenType Vragen @@ -96,22 +96,22 @@ public VragenType Vragen } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public partial class ContextType { - + private string naamField; - + private string versieField; - + private BerichtType berichtField; - + private AnnotatieType[] annotatiesField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Naam @@ -125,7 +125,7 @@ public string Naam this.naamField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Versie @@ -139,7 +139,7 @@ public string Versie this.versieField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public BerichtType Bericht @@ -153,7 +153,7 @@ public BerichtType Bericht this.berichtField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] [System.Xml.Serialization.XmlArrayItemAttribute("Annotatie", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -169,22 +169,22 @@ public AnnotatieType[] Annotaties } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public partial class BerichtType { - + private BerichtTypeType typeField; - + private TijdstipType tijdstipField; - + private AfzenderAdresType afzenderField; - + private OntvangerAdresType ontvangerField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public BerichtTypeType Type @@ -198,7 +198,7 @@ public BerichtTypeType Type this.typeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public TijdstipType Tijdstip @@ -212,7 +212,7 @@ public TijdstipType Tijdstip this.tijdstipField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public AfzenderAdresType Afzender @@ -226,7 +226,7 @@ public AfzenderAdresType Afzender this.afzenderField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public OntvangerAdresType Ontvanger @@ -241,46 +241,46 @@ public OntvangerAdresType Ontvanger } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public enum BerichtTypeType { - + /// VRAAG, - + /// ANTWOORD, - + /// VOORLOPIG_ANTWOORD, - + /// DATAGRAM, - + /// BEVESTIGING, - + /// UITZONDERING, - + /// PUBLICATIE, } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public partial class TijdstipType { - + private string datumField; - + private string tijdField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Datum @@ -294,7 +294,7 @@ public string Datum this.datumField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Tijd @@ -309,30 +309,30 @@ public string Tijd } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public partial class UitzonderingType { - + private string identificatieField; - + private string oorsprongField; - + private UitzonderingTypeType typeField; - + private TijdstipType tijdstipField; - + private string diagnoseField; - + private string omstandigheidField; - + private AnnotatieType[] annotatiesField; - + private string[] elementReferentiesField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Identificatie @@ -346,7 +346,7 @@ public string Identificatie this.identificatieField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Oorsprong @@ -360,7 +360,7 @@ public string Oorsprong this.oorsprongField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public UitzonderingTypeType Type @@ -374,7 +374,7 @@ public UitzonderingTypeType Type this.typeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public TijdstipType Tijdstip @@ -388,7 +388,7 @@ public TijdstipType Tijdstip this.tijdstipField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public string Diagnose @@ -402,7 +402,7 @@ public string Diagnose this.diagnoseField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)] public string Omstandigheid @@ -416,7 +416,7 @@ public string Omstandigheid this.omstandigheidField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)] [System.Xml.Serialization.XmlArrayItemAttribute("Annotatie", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -431,7 +431,7 @@ public AnnotatieType[] Annotaties this.annotatiesField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)] [System.Xml.Serialization.XmlArrayItemAttribute("ElementReferentie", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -447,34 +447,34 @@ public string[] ElementReferenties } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public enum UitzonderingTypeType { - + /// FOUT, - + /// WAARSCHUWING, - + /// INFORMATIE, } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public partial class AnnotatieType { - + private string naamField; - + private string waardeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Naam @@ -488,7 +488,7 @@ public string Naam this.naamField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Waarde @@ -503,18 +503,18 @@ public string Waarde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeAmbtshalveDoorhalingTypeRedenType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -528,7 +528,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -543,18 +543,18 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class AmbtshalveDoorhalingTypeRedenType { - + private CodeAmbtshalveDoorhalingTypeRedenType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeAmbtshalveDoorhalingTypeRedenType Code @@ -568,7 +568,7 @@ public CodeAmbtshalveDoorhalingTypeRedenType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -583,20 +583,20 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public partial class OmschrijvingAlgemeenType { - + private string oorsprongField; - + private string taalCodeField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Oorsprong @@ -610,7 +610,7 @@ public string Oorsprong this.oorsprongField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string TaalCode @@ -624,7 +624,7 @@ public string TaalCode this.taalCodeField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -639,20 +639,20 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class AmbtshalveDoorhalingKBOType { - + private AmbtshalveDoorhalingTypeRedenType redenField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public AmbtshalveDoorhalingTypeRedenType Reden @@ -666,7 +666,7 @@ public AmbtshalveDoorhalingTypeRedenType Reden this.redenField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -680,7 +680,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -695,22 +695,22 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class BijhuisType { - + private AdresOndernemingType adresField; - + private StopzettingExtentieType stopzettingField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public AdresOndernemingType Adres @@ -724,7 +724,7 @@ public AdresOndernemingType Adres this.adresField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public StopzettingExtentieType Stopzetting @@ -738,7 +738,7 @@ public StopzettingExtentieType Stopzetting this.stopzettingField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -752,7 +752,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -767,24 +767,24 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class AdresOndernemingType : AdresOndernemingBasisType { - + private TypeAdresOndernemingType typeField; - + private DescriptieType[] descriptiesField; - + private AdresDoorhalingKBOType[] doorhalingenField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public TypeAdresOndernemingType Type @@ -798,7 +798,7 @@ public TypeAdresOndernemingType Type this.typeField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] [System.Xml.Serialization.XmlArrayItemAttribute("Descriptie", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -813,7 +813,7 @@ public DescriptieType[] Descripties this.descriptiesField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] [System.Xml.Serialization.XmlArrayItemAttribute("Doorhaling", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -828,7 +828,7 @@ public AdresDoorhalingKBOType[] Doorhalingen this.doorhalingenField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -842,7 +842,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -857,18 +857,18 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class TypeAdresOndernemingType { - + private CodeTypeAdresOndernemingType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeTypeAdresOndernemingType Code @@ -882,7 +882,7 @@ public CodeTypeAdresOndernemingType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -897,18 +897,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeTypeAdresOndernemingType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -922,7 +922,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -937,22 +937,22 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class DescriptieType { - + private AdresOndernemingBasisType adresField; - + private ContactType contactField; - + private string taalcodeField; - + private string aanvullingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public AdresOndernemingBasisType Adres @@ -966,7 +966,7 @@ public AdresOndernemingBasisType Adres this.adresField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public ContactType Contact @@ -980,7 +980,7 @@ public ContactType Contact this.contactField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string Taalcode @@ -994,7 +994,7 @@ public string Taalcode this.taalcodeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public string Aanvulling @@ -1009,7 +1009,7 @@ public string Aanvulling } } } - + /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(AdresOndernemingType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] @@ -1017,9 +1017,9 @@ public string Aanvulling [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class AdresOndernemingBasisType : AdresBasisType { - + private Land2_0Type landField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public Land2_0Type Land @@ -1034,20 +1034,20 @@ public Land2_0Type Land } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class Land2_0Type { - + private string nISCodeField; - + private string iSOCodeField; - + private string naamField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string NISCode @@ -1061,7 +1061,7 @@ public string NISCode this.nISCodeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string ISOCode @@ -1075,7 +1075,7 @@ public string ISOCode this.iSOCodeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string Naam @@ -1090,7 +1090,7 @@ public string Naam } } } - + /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(AdresOndernemingDeelnemingInType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(AdresOndernemingBasisType))] @@ -1100,17 +1100,17 @@ public string Naam [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class AdresBasisType { - + private StraatRR2_0Type straatField; - + private string huisnummerField; - + private string busnummerField; - + private GemeenteOptioneel2_0Type gemeenteField; - + private string staatField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public StraatRR2_0Type Straat @@ -1124,7 +1124,7 @@ public StraatRR2_0Type Straat this.straatField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Huisnummer @@ -1138,7 +1138,7 @@ public string Huisnummer this.huisnummerField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string Busnummer @@ -1152,7 +1152,7 @@ public string Busnummer this.busnummerField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public GemeenteOptioneel2_0Type Gemeente @@ -1166,7 +1166,7 @@ public GemeenteOptioneel2_0Type Gemeente this.gemeenteField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public string Staat @@ -1181,18 +1181,18 @@ public string Staat } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class StraatRR2_0Type { - + private string codeField; - + private string naamField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Code @@ -1206,7 +1206,7 @@ public string Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Naam @@ -1221,20 +1221,20 @@ public string Naam } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class GemeenteOptioneel2_0Type { - + private string nISCodeField; - + private string postCodeField; - + private string naamField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string NISCode @@ -1248,7 +1248,7 @@ public string NISCode this.nISCodeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string PostCode @@ -1262,7 +1262,7 @@ public string PostCode this.postCodeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string Naam @@ -1277,16 +1277,16 @@ public string Naam } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class AdresOndernemingDeelnemingInType : AdresBasisType { - + private DeelnemingInLand2_0Type landField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public DeelnemingInLand2_0Type Land @@ -1301,20 +1301,20 @@ public DeelnemingInLand2_0Type Land } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class DeelnemingInLand2_0Type { - + private string nISCodeField; - + private string iSOCodeField; - + private string naamField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string NISCode @@ -1328,7 +1328,7 @@ public string NISCode this.nISCodeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string ISOCode @@ -1342,7 +1342,7 @@ public string ISOCode this.iSOCodeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string Naam @@ -1357,24 +1357,24 @@ public string Naam } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class ContactType { - + private string telefoonnummerField; - + private string faxnummerField; - + private string gSMField; - + private string emailField; - + private string websiteField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Telefoonnummer @@ -1388,7 +1388,7 @@ public string Telefoonnummer this.telefoonnummerField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Faxnummer @@ -1402,7 +1402,7 @@ public string Faxnummer this.faxnummerField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string GSM @@ -1416,7 +1416,7 @@ public string GSM this.gSMField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public string Email @@ -1430,7 +1430,7 @@ public string Email this.emailField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public string Website @@ -1445,20 +1445,20 @@ public string Website } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class AdresDoorhalingKBOType { - + private AdresDoorhalingRedenType redenField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public AdresDoorhalingRedenType Reden @@ -1472,7 +1472,7 @@ public AdresDoorhalingRedenType Reden this.redenField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -1486,7 +1486,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -1501,18 +1501,18 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class AdresDoorhalingRedenType { - + private CodeAdresDoorhalingRedenType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeAdresDoorhalingRedenType Code @@ -1526,7 +1526,7 @@ public CodeAdresDoorhalingRedenType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -1541,18 +1541,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeAdresDoorhalingRedenType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -1566,7 +1566,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -1581,16 +1581,16 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class StopzettingExtentieType : StopzettingType { - + private string datumField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Datum @@ -1605,7 +1605,7 @@ public string Datum } } } - + /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(StopzettingExtentieType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] @@ -1613,11 +1613,11 @@ public string Datum [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class StopzettingType { - + private CodeStopzettingType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeStopzettingType Code @@ -1631,7 +1631,7 @@ public CodeStopzettingType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -1646,18 +1646,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeStopzettingType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -1671,7 +1671,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -1686,18 +1686,18 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class ExterneIdentificatieType { - + private string eDRLField; - + private string naamField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string EDRL @@ -1711,7 +1711,7 @@ public string EDRL this.eDRLField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Naam @@ -1726,18 +1726,18 @@ public string Naam } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeBeeindigingHoedanigheidType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -1751,7 +1751,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -1766,18 +1766,18 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class BeeindigingHoedanigheidType { - + private CodeBeeindigingHoedanigheidType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeBeeindigingHoedanigheidType Code @@ -1791,7 +1791,7 @@ public CodeBeeindigingHoedanigheidType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -1806,18 +1806,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeFaseHoedanigheidType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -1831,7 +1831,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -1846,18 +1846,18 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class FaseHoedanigheidType { - + private CodeFaseHoedanigheidType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeFaseHoedanigheidType Code @@ -1871,7 +1871,7 @@ public CodeFaseHoedanigheidType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -1886,18 +1886,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeHoedanigheidType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -1911,7 +1911,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -1926,7 +1926,7 @@ public string Value } } } - + /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(HoedanigheidExtentieType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] @@ -1934,11 +1934,11 @@ public string Value [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class HoedanigheidType { - + private CodeHoedanigheidType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeHoedanigheidType Code @@ -1952,7 +1952,7 @@ public CodeHoedanigheidType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -1967,28 +1967,28 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class HoedanigheidExtentieType : HoedanigheidType { - + private string instrumenterendeAdministratieField; - + private DatumInschrijvingType inschrijvingField; - + private string duurtijdField; - + private FaseHoedanigheidType faseField; - + private BeeindigingHoedanigheidType beeindigingField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string InstrumenterendeAdministratie @@ -2002,7 +2002,7 @@ public string InstrumenterendeAdministratie this.instrumenterendeAdministratieField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public DatumInschrijvingType Inschrijving @@ -2016,7 +2016,7 @@ public DatumInschrijvingType Inschrijving this.inschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string Duurtijd @@ -2030,7 +2030,7 @@ public string Duurtijd this.duurtijdField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public FaseHoedanigheidType Fase @@ -2044,7 +2044,7 @@ public FaseHoedanigheidType Fase this.faseField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public BeeindigingHoedanigheidType Beeindiging @@ -2058,7 +2058,7 @@ public BeeindigingHoedanigheidType Beeindiging this.beeindigingField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -2072,7 +2072,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -2087,16 +2087,16 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class DatumInschrijvingType { - + private string datumField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Datum @@ -2111,24 +2111,24 @@ public string Datum } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class GerelateerdeOndernemingType { - + private RelatieExtentieType relatieField; - + private string ondernemingsnummerField; - + private StopzettingType eindeRelatieField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public RelatieExtentieType Relatie @@ -2142,7 +2142,7 @@ public RelatieExtentieType Relatie this.relatieField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Ondernemingsnummer @@ -2156,7 +2156,7 @@ public string Ondernemingsnummer this.ondernemingsnummerField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public StopzettingType EindeRelatie @@ -2170,7 +2170,7 @@ public StopzettingType EindeRelatie this.eindeRelatieField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -2184,7 +2184,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -2199,18 +2199,18 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class RelatieExtentieType : RelatieType { - + private VlagEnumType isDochterField; - + private bool isDochterFieldSpecified; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public VlagEnumType IsDochter @@ -2224,7 +2224,7 @@ public VlagEnumType IsDochter this.isDochterField = value; } } - + /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool IsDochterSpecified @@ -2239,22 +2239,22 @@ public bool IsDochterSpecified } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public enum VlagEnumType { - + /// [System.Xml.Serialization.XmlEnumAttribute("0")] Item0, - + /// [System.Xml.Serialization.XmlEnumAttribute("1")] Item1, } - + /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(RelatieExtentieType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] @@ -2262,11 +2262,11 @@ public enum VlagEnumType [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class RelatieType { - + private CodeRelatieType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeRelatieType Code @@ -2280,7 +2280,7 @@ public CodeRelatieType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -2295,18 +2295,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeRelatieType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -2320,7 +2320,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -2335,18 +2335,18 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeTypeActiviteitType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -2360,7 +2360,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -2375,18 +2375,18 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class TypeActiviteitType { - + private CodeTypeActiviteitType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeTypeActiviteitType Code @@ -2400,7 +2400,7 @@ public CodeTypeActiviteitType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -2415,18 +2415,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeNaceType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -2440,7 +2440,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -2455,7 +2455,7 @@ public string Value } } } - + /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(NaceExtentieType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] @@ -2463,11 +2463,11 @@ public string Value [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class NaceType { - + private CodeNaceType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeNaceType Code @@ -2481,7 +2481,7 @@ public CodeNaceType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -2496,16 +2496,16 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class NaceExtentieType : NaceType { - + private string versieField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Versie @@ -2520,24 +2520,24 @@ public string Versie } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class ActiviteitType { - + private NaceExtentieType naceField; - + private TypeActiviteitType typeField; - + private string groepField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public NaceExtentieType Nace @@ -2551,7 +2551,7 @@ public NaceExtentieType Nace this.naceField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public TypeActiviteitType Type @@ -2565,7 +2565,7 @@ public TypeActiviteitType Type this.typeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string Groep @@ -2579,7 +2579,7 @@ public string Groep this.groepField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -2593,7 +2593,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -2608,18 +2608,18 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class FunctieOndernemingType { - + private string ondernemingsnummerField; - + private NaamOndernemingType maatschappelijkeNaamField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Ondernemingsnummer @@ -2633,7 +2633,7 @@ public string Ondernemingsnummer this.ondernemingsnummerField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public NaamOndernemingType MaatschappelijkeNaam @@ -2648,22 +2648,22 @@ public NaamOndernemingType MaatschappelijkeNaam } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class NaamOndernemingType { - + private string naamField; - + private string taalcodeField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Naam @@ -2677,7 +2677,7 @@ public string Naam this.naamField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Taalcode @@ -2691,7 +2691,7 @@ public string Taalcode this.taalcodeField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -2705,7 +2705,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -2720,22 +2720,22 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class FunctiePersoonType { - + private string iNSZField; - + private string achterNaamField; - + private string voorNaamField; - + private StraatRR2_0Type straatField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string INSZ @@ -2749,7 +2749,7 @@ public string INSZ this.iNSZField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string AchterNaam @@ -2763,7 +2763,7 @@ public string AchterNaam this.achterNaamField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string VoorNaam @@ -2777,7 +2777,7 @@ public string VoorNaam this.voorNaamField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public StraatRR2_0Type Straat @@ -2792,18 +2792,18 @@ public StraatRR2_0Type Straat } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeAardFunctieType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -2817,7 +2817,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -2832,18 +2832,18 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class AardFunctieType { - + private CodeAardFunctieType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeAardFunctieType Code @@ -2857,7 +2857,7 @@ public CodeAardFunctieType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -2872,18 +2872,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeEindeFunctieType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -2897,7 +2897,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -2912,18 +2912,18 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class EindeFunctieType { - + private CodeEindeFunctieType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeEindeFunctieType Code @@ -2937,7 +2937,7 @@ public CodeEindeFunctieType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -2952,18 +2952,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public partial class VlagCodeType { - + private string beschrijvingField; - + private VlagEnumType valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -2977,7 +2977,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public VlagEnumType Value @@ -2992,18 +2992,18 @@ public VlagEnumType Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeVrijstellingType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -3017,7 +3017,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -3032,7 +3032,7 @@ public string Value } } } - + /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(VrijstellingExtentieType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] @@ -3040,11 +3040,11 @@ public string Value [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class VrijstellingType { - + private CodeVrijstellingType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeVrijstellingType Code @@ -3058,7 +3058,7 @@ public CodeVrijstellingType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -3073,18 +3073,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class VrijstellingExtentieType : VrijstellingType { - + private VlagCodeType aanduidingVrijstellingField; - + private VlagCodeType geenKMOField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public VlagCodeType AanduidingVrijstelling @@ -3098,7 +3098,7 @@ public VlagCodeType AanduidingVrijstelling this.aanduidingVrijstellingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public VlagCodeType GeenKMO @@ -3113,18 +3113,18 @@ public VlagCodeType GeenKMO } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeAanduidingPersoonOndernemingType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -3138,7 +3138,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -3153,18 +3153,18 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class AanduidingPersoonOndernemingType { - + private CodeAanduidingPersoonOndernemingType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeAanduidingPersoonOndernemingType Code @@ -3178,7 +3178,7 @@ public CodeAanduidingPersoonOndernemingType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -3193,32 +3193,32 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class FunctieType { - + private string functiehouderVanField; - + private AanduidingPersoonOndernemingType aanduidingPersoonOndernemingField; - + private VrijstellingExtentieType vrijstellingField; - + private EindeFunctieType eindeFunctieField; - + private AardFunctieType aardFunctieField; - + private FunctiePersoonType persoonField; - + private FunctieOndernemingType ondernemingField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string FunctiehouderVan @@ -3232,7 +3232,7 @@ public string FunctiehouderVan this.functiehouderVanField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public AanduidingPersoonOndernemingType AanduidingPersoonOnderneming @@ -3246,7 +3246,7 @@ public AanduidingPersoonOndernemingType AanduidingPersoonOnderneming this.aanduidingPersoonOndernemingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public VrijstellingExtentieType Vrijstelling @@ -3260,7 +3260,7 @@ public VrijstellingExtentieType Vrijstelling this.vrijstellingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public EindeFunctieType EindeFunctie @@ -3274,7 +3274,7 @@ public EindeFunctieType EindeFunctie this.eindeFunctieField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public AardFunctieType AardFunctie @@ -3288,7 +3288,7 @@ public AardFunctieType AardFunctie this.aardFunctieField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)] public FunctiePersoonType Persoon @@ -3302,7 +3302,7 @@ public FunctiePersoonType Persoon this.persoonField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)] public FunctieOndernemingType Onderneming @@ -3316,7 +3316,7 @@ public FunctieOndernemingType Onderneming this.ondernemingField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -3330,7 +3330,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -3345,28 +3345,28 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class BankrekeningType { - + private string rekeningnummerField; - + private string doelField; - + private string iBANField; - + private string bICField; - + private string nietSEPAnummerField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Rekeningnummer @@ -3380,7 +3380,7 @@ public string Rekeningnummer this.rekeningnummerField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Doel @@ -3394,7 +3394,7 @@ public string Doel this.doelField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string IBAN @@ -3408,7 +3408,7 @@ public string IBAN this.iBANField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public string BIC @@ -3422,7 +3422,7 @@ public string BIC this.bICField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public string NietSEPAnummer @@ -3436,7 +3436,7 @@ public string NietSEPAnummer this.nietSEPAnummerField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -3450,7 +3450,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -3465,32 +3465,32 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class VestigingType { - + private string vestigingsnummerField; - + private StatusKBOType statusKBOField; - + private MaatschappelijkeZetelType maatschappelijkeZetelField; - + private NamenOndernemingType namenField; - + private AdresOndernemingType[] adressenField; - + private DatumAfsluitingType afsluitingField; - + private StopzettingExtentieType stopzettingField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Vestigingsnummer @@ -3504,7 +3504,7 @@ public string Vestigingsnummer this.vestigingsnummerField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public StatusKBOType StatusKBO @@ -3518,7 +3518,7 @@ public StatusKBOType StatusKBO this.statusKBOField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public MaatschappelijkeZetelType MaatschappelijkeZetel @@ -3532,7 +3532,7 @@ public MaatschappelijkeZetelType MaatschappelijkeZetel this.maatschappelijkeZetelField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public NamenOndernemingType Namen @@ -3546,7 +3546,7 @@ public NamenOndernemingType Namen this.namenField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] [System.Xml.Serialization.XmlArrayItemAttribute("Adres", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -3561,7 +3561,7 @@ public AdresOndernemingType[] Adressen this.adressenField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)] public DatumAfsluitingType Afsluiting @@ -3575,7 +3575,7 @@ public DatumAfsluitingType Afsluiting this.afsluitingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)] public StopzettingExtentieType Stopzetting @@ -3589,7 +3589,7 @@ public StopzettingExtentieType Stopzetting this.stopzettingField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -3603,7 +3603,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -3618,18 +3618,18 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class StatusKBOType { - + private CodeStatusKBOType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeStatusKBOType Code @@ -3643,7 +3643,7 @@ public CodeStatusKBOType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -3658,18 +3658,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeStatusKBOType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -3683,7 +3683,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -3698,24 +3698,24 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class MaatschappelijkeZetelType { - + private RelatieType relatieField; - + private string ondernemingsnummerField; - + private StopzettingType stopzettingField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public RelatieType Relatie @@ -3729,7 +3729,7 @@ public RelatieType Relatie this.relatieField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Ondernemingsnummer @@ -3743,7 +3743,7 @@ public string Ondernemingsnummer this.ondernemingsnummerField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public StopzettingType Stopzetting @@ -3757,7 +3757,7 @@ public StopzettingType Stopzetting this.stopzettingField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -3771,7 +3771,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -3786,20 +3786,20 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class NamenOndernemingType { - + private NaamOndernemingType[] maatschappelijkeNamenField; - + private NaamOndernemingType[] afgekorteNamenField; - + private NaamOndernemingType[] commercieleNamenField; - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] [System.Xml.Serialization.XmlArrayItemAttribute("MaatschappelijkeNaam", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -3814,7 +3814,7 @@ public NaamOndernemingType[] MaatschappelijkeNamen this.maatschappelijkeNamenField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] [System.Xml.Serialization.XmlArrayItemAttribute("AfgekorteNaam", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -3829,7 +3829,7 @@ public NaamOndernemingType[] AfgekorteNamen this.afgekorteNamenField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] [System.Xml.Serialization.XmlArrayItemAttribute("CommercieleNaam", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -3845,16 +3845,16 @@ public NaamOndernemingType[] CommercieleNamen } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class DatumAfsluitingType { - + private string datumField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Datum @@ -3869,18 +3869,18 @@ public string Datum } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeRechtstoestandType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -3894,7 +3894,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -3909,7 +3909,7 @@ public string Value } } } - + /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(RechtstoestandExtentieType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] @@ -3917,11 +3917,11 @@ public string Value [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class RechtstoestandType { - + private CodeRechtstoestandType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeRechtstoestandType Code @@ -3935,7 +3935,7 @@ public CodeRechtstoestandType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -3950,20 +3950,20 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class RechtstoestandExtentieType : RechtstoestandType { - + private string instrumenterendeOverheidField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string InstrumenterendeOverheid @@ -3977,7 +3977,7 @@ public string InstrumenterendeOverheid this.instrumenterendeOverheidField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -3991,7 +3991,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -4006,18 +4006,18 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeRechtsvormType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -4031,7 +4031,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -4046,7 +4046,7 @@ public string Value } } } - + /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(RechtsvormExtentieType))] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] @@ -4054,11 +4054,11 @@ public string Value [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class RechtsvormType { - + private CodeRechtsvormType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeRechtsvormType Code @@ -4072,7 +4072,7 @@ public CodeRechtsvormType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -4087,20 +4087,20 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class RechtsvormExtentieType : RechtsvormType { - + private string afkortingField; - + private string datumBeginField; - + private string datumEindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Afkorting @@ -4114,7 +4114,7 @@ public string Afkorting this.afkortingField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumBegin @@ -4128,7 +4128,7 @@ public string DatumBegin this.datumBeginField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string DatumEinde @@ -4143,16 +4143,16 @@ public string DatumEinde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class DatumStartType { - + private string datumField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Datum @@ -4167,18 +4167,18 @@ public string Datum } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeSoortOndernemingType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -4192,7 +4192,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -4207,18 +4207,18 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class SoortOndernemingType { - + private CodeSoortOndernemingType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeSoortOndernemingType Code @@ -4232,7 +4232,7 @@ public CodeSoortOndernemingType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -4247,18 +4247,18 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeOndernemingOfVestigingType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -4272,7 +4272,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -4287,16 +4287,16 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class OndernemingOfVestigingType { - + private CodeOndernemingOfVestigingType codeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeOndernemingOfVestigingType Code @@ -4311,18 +4311,18 @@ public CodeOndernemingOfVestigingType Code } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CodeAuthentiekBronType { - + private string beschrijvingField; - + private string valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string Beschrijving @@ -4336,7 +4336,7 @@ public string Beschrijving this.beschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute()] public string Value @@ -4351,18 +4351,18 @@ public string Value } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class AuthentiekBronType { - + private CodeAuthentiekBronType codeField; - + private OmschrijvingAlgemeenType omschrijvingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CodeAuthentiekBronType Code @@ -4376,7 +4376,7 @@ public CodeAuthentiekBronType Code this.codeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public OmschrijvingAlgemeenType Omschrijving @@ -4391,7 +4391,7 @@ public OmschrijvingAlgemeenType Omschrijving } } } - + /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(OndernemingAlgemeenType))] [System.Xml.Serialization.XmlIncludeAttribute(typeof(Onderneming2_0Type))] @@ -4400,13 +4400,13 @@ public OmschrijvingAlgemeenType Omschrijving [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class OndernemingBasisType { - + private string ondernemingsnummerField; - + private AuthentiekBronType authentiekBronField; - + private OndernemingOfVestigingType ondernemingOfVestigingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Ondernemingsnummer @@ -4420,7 +4420,7 @@ public string Ondernemingsnummer this.ondernemingsnummerField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public AuthentiekBronType AuthentiekBron @@ -4434,7 +4434,7 @@ public AuthentiekBronType AuthentiekBron this.authentiekBronField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public OndernemingOfVestigingType OndernemingOfVestiging @@ -4449,7 +4449,7 @@ public OndernemingOfVestigingType OndernemingOfVestiging } } } - + /// [System.Xml.Serialization.XmlIncludeAttribute(typeof(Onderneming2_0Type))] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] @@ -4457,29 +4457,29 @@ public OndernemingOfVestigingType OndernemingOfVestiging [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class OndernemingAlgemeenType : OndernemingBasisType { - + private StatusKBOType statusKBOField; - + private SoortOndernemingType soortOndernemingField; - + private MaatschappelijkeZetelType maatschappelijkeZetelField; - + private NamenOndernemingType namenField; - + private AdresOndernemingType[] adressenField; - + private DatumStartType startField; - + private DatumInschrijvingType inschrijvingField; - + private string duurtijdField; - + private DatumAfsluitingType afsluitingField; - + private StopzettingExtentieType stopzettingField; - + private RechtsvormExtentieType[] rechtsvormenField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public StatusKBOType StatusKBO @@ -4493,7 +4493,7 @@ public StatusKBOType StatusKBO this.statusKBOField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public SoortOndernemingType SoortOnderneming @@ -4507,7 +4507,7 @@ public SoortOndernemingType SoortOnderneming this.soortOndernemingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public MaatschappelijkeZetelType MaatschappelijkeZetel @@ -4521,7 +4521,7 @@ public MaatschappelijkeZetelType MaatschappelijkeZetel this.maatschappelijkeZetelField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public NamenOndernemingType Namen @@ -4535,7 +4535,7 @@ public NamenOndernemingType Namen this.namenField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] [System.Xml.Serialization.XmlArrayItemAttribute("Adres", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4550,7 +4550,7 @@ public AdresOndernemingType[] Adressen this.adressenField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)] public DatumStartType Start @@ -4564,7 +4564,7 @@ public DatumStartType Start this.startField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)] public DatumInschrijvingType Inschrijving @@ -4578,7 +4578,7 @@ public DatumInschrijvingType Inschrijving this.inschrijvingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)] public string Duurtijd @@ -4592,7 +4592,7 @@ public string Duurtijd this.duurtijdField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=8)] public DatumAfsluitingType Afsluiting @@ -4606,7 +4606,7 @@ public DatumAfsluitingType Afsluiting this.afsluitingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)] public StopzettingExtentieType Stopzetting @@ -4620,7 +4620,7 @@ public StopzettingExtentieType Stopzetting this.stopzettingField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=10)] [System.Xml.Serialization.XmlArrayItemAttribute("Rechtsvorm", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4636,34 +4636,34 @@ public RechtsvormExtentieType[] Rechtsvormen } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class Onderneming2_0Type : OndernemingAlgemeenType { - + private RechtstoestandExtentieType[] rechtstoestandenField; - + private VestigingType[] vestigingenField; - + private BankrekeningType[] bankrekeningenField; - + private FunctieType[] functiesField; - + private ActiviteitType[] activiteitenField; - + private GerelateerdeOndernemingType[] gerelateerdeOndernemingenField; - + private HoedanigheidExtentieType[] hoedanighedenField; - + private ExterneIdentificatieType[] externeIdentificatiesField; - + private BijhuisType bijhuisField; - + private AmbtshalveDoorhalingKBOType[] ambtshalveDoorhalingenField; - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] [System.Xml.Serialization.XmlArrayItemAttribute("Rechtstoestand", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4678,7 +4678,7 @@ public RechtstoestandExtentieType[] Rechtstoestanden this.rechtstoestandenField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] [System.Xml.Serialization.XmlArrayItemAttribute("Vestiging", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4693,7 +4693,7 @@ public VestigingType[] Vestigingen this.vestigingenField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] [System.Xml.Serialization.XmlArrayItemAttribute("Bankrekeningnummer", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4708,7 +4708,7 @@ public BankrekeningType[] Bankrekeningen this.bankrekeningenField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] [System.Xml.Serialization.XmlArrayItemAttribute("Functie", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4723,7 +4723,7 @@ public FunctieType[] Functies this.functiesField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] [System.Xml.Serialization.XmlArrayItemAttribute("Activiteit", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4738,7 +4738,7 @@ public ActiviteitType[] Activiteiten this.activiteitenField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)] [System.Xml.Serialization.XmlArrayItemAttribute("GerelateerdeOnderneming", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4753,7 +4753,7 @@ public GerelateerdeOndernemingType[] GerelateerdeOndernemingen this.gerelateerdeOndernemingenField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)] [System.Xml.Serialization.XmlArrayItemAttribute("Hoedanigheid", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4768,7 +4768,7 @@ public HoedanigheidExtentieType[] Hoedanigheden this.hoedanighedenField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)] [System.Xml.Serialization.XmlArrayItemAttribute("ExterneIdentificatie", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4783,7 +4783,7 @@ public ExterneIdentificatieType[] ExterneIdentificaties this.externeIdentificatiesField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=8)] public BijhuisType Bijhuis @@ -4797,7 +4797,7 @@ public BijhuisType Bijhuis this.bijhuisField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)] [System.Xml.Serialization.XmlArrayItemAttribute("AmbtshalveDoorhaling", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4813,7 +4813,7 @@ public AmbtshalveDoorhalingKBOType[] AmbtshalveDoorhalingen } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] @@ -4821,9 +4821,9 @@ public AmbtshalveDoorhalingKBOType[] AmbtshalveDoorhalingen "")] public partial class AntwoordInhoudType { - + private Onderneming2_0Type ondernemingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public Onderneming2_0Type Onderneming @@ -4838,7 +4838,7 @@ public Onderneming2_0Type Onderneming } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] @@ -4846,13 +4846,13 @@ public Onderneming2_0Type Onderneming "")] public partial class AntwoordType { - + private string referteField; - + private AntwoordInhoudType inhoudField; - + private UitzonderingType[] uitzonderingenField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Referte @@ -4866,7 +4866,7 @@ public string Referte this.referteField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public AntwoordInhoudType Inhoud @@ -4880,7 +4880,7 @@ public AntwoordInhoudType Inhoud this.inhoudField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] [System.Xml.Serialization.XmlArrayItemAttribute("Uitzondering", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4896,7 +4896,7 @@ public UitzonderingType[] Uitzonderingen } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] @@ -4904,9 +4904,9 @@ public UitzonderingType[] Uitzonderingen "")] public partial class AntwoordenType { - + private AntwoordType antwoordField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public AntwoordType Antwoord @@ -4921,7 +4921,7 @@ public AntwoordType Antwoord } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] @@ -4929,13 +4929,13 @@ public AntwoordType Antwoord "")] public partial class RepliekType { - + private ContextType contextField; - + private AntwoordenType antwoordenField; - + private UitzonderingType[] uitzonderingenField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public ContextType Context @@ -4949,7 +4949,7 @@ public ContextType Context this.contextField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public AntwoordenType Antwoorden @@ -4963,7 +4963,7 @@ public AntwoordenType Antwoorden this.antwoordenField = value; } } - + /// [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] [System.Xml.Serialization.XmlArrayItemAttribute("Uitzondering", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)] @@ -4979,18 +4979,18 @@ public UitzonderingType[] Uitzonderingen } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public partial class PeriodeOptioneelType { - + private string beginField; - + private string eindeField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Begin @@ -5004,7 +5004,7 @@ public string Begin this.beginField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Einde @@ -5019,16 +5019,16 @@ public string Einde } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CriteriaDatumsType { - + private object itemField; - + /// [System.Xml.Serialization.XmlElementAttribute("Aanduiding", typeof(VlagEnumType), Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] [System.Xml.Serialization.XmlElementAttribute("Periode", typeof(PeriodeOptioneelType), Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] @@ -5044,16 +5044,16 @@ public object Item } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CriteriaOmschrijvingenType { - + private VlagEnumType aanduidingField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public VlagEnumType Aanduiding @@ -5068,18 +5068,18 @@ public VlagEnumType Aanduiding } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CriteriaHoedanighedenType { - + private VlagEnumType aanduidingField; - + private string soortField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public VlagEnumType Aanduiding @@ -5093,7 +5093,7 @@ public VlagEnumType Aanduiding this.aanduidingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Soort @@ -5108,20 +5108,20 @@ public string Soort } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CriteriaGerelateerdeOndernemingenType { - + private VlagEnumType aanduidingField; - + private VlagEnumType vestigingenField; - + private bool vestigingenFieldSpecified; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public VlagEnumType Aanduiding @@ -5135,7 +5135,7 @@ public VlagEnumType Aanduiding this.aanduidingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public VlagEnumType Vestigingen @@ -5149,7 +5149,7 @@ public VlagEnumType Vestigingen this.vestigingenField = value; } } - + /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool VestigingenSpecified @@ -5164,22 +5164,22 @@ public bool VestigingenSpecified } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CriteriaFunctiesType { - + private VlagEnumType aanduidingField; - + private string soortField; - + private VlagEnumType ondernemingField; - + private bool ondernemingFieldSpecified; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public VlagEnumType Aanduiding @@ -5193,7 +5193,7 @@ public VlagEnumType Aanduiding this.aanduidingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Soort @@ -5207,7 +5207,7 @@ public string Soort this.soortField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public VlagEnumType Onderneming @@ -5221,7 +5221,7 @@ public VlagEnumType Onderneming this.ondernemingField = value; } } - + /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool OndernemingSpecified @@ -5236,20 +5236,20 @@ public bool OndernemingSpecified } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CriteriaVestigingenType { - + private VlagEnumType aanduidingField; - + private VlagEnumType detailsField; - + private bool detailsFieldSpecified; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public VlagEnumType Aanduiding @@ -5263,7 +5263,7 @@ public VlagEnumType Aanduiding this.aanduidingField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public VlagEnumType Details @@ -5277,7 +5277,7 @@ public VlagEnumType Details this.detailsField = value; } } - + /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool DetailsSpecified @@ -5292,54 +5292,54 @@ public bool DetailsSpecified } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://onderneming-02_00.vip.vlaanderen.be")] public partial class CriteriaGeefOnderneming2_0Type { - + private string ondernemingsnummerField; - + private VlagEnumType basisgegevensField; - + private VlagEnumType rechtstoestandenField; - + private bool rechtstoestandenFieldSpecified; - + private CriteriaVestigingenType vestigingenField; - + private VlagEnumType bankrekeningenField; - + private bool bankrekeningenFieldSpecified; - + private CriteriaFunctiesType functiesField; - + private VlagEnumType activiteitenField; - + private bool activiteitenFieldSpecified; - + private CriteriaGerelateerdeOndernemingenType gerelateerdeOndernemingenField; - + private CriteriaHoedanighedenType hoedanighedenField; - + private VlagEnumType externeIdentificatiesField; - + private bool externeIdentificatiesFieldSpecified; - + private VlagEnumType bijhuisField; - + private bool bijhuisFieldSpecified; - + private VlagEnumType ambtshalveDoorhalingenField; - + private bool ambtshalveDoorhalingenFieldSpecified; - + private CriteriaOmschrijvingenType omschrijvingenField; - + private CriteriaDatumsType datumsField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Ondernemingsnummer @@ -5353,7 +5353,7 @@ public string Ondernemingsnummer this.ondernemingsnummerField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public VlagEnumType Basisgegevens @@ -5367,7 +5367,7 @@ public VlagEnumType Basisgegevens this.basisgegevensField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public VlagEnumType Rechtstoestanden @@ -5381,7 +5381,7 @@ public VlagEnumType Rechtstoestanden this.rechtstoestandenField = value; } } - + /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool RechtstoestandenSpecified @@ -5395,7 +5395,7 @@ public bool RechtstoestandenSpecified this.rechtstoestandenFieldSpecified = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public CriteriaVestigingenType Vestigingen @@ -5409,7 +5409,7 @@ public CriteriaVestigingenType Vestigingen this.vestigingenField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public VlagEnumType Bankrekeningen @@ -5423,7 +5423,7 @@ public VlagEnumType Bankrekeningen this.bankrekeningenField = value; } } - + /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool BankrekeningenSpecified @@ -5437,7 +5437,7 @@ public bool BankrekeningenSpecified this.bankrekeningenFieldSpecified = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)] public CriteriaFunctiesType Functies @@ -5451,7 +5451,7 @@ public CriteriaFunctiesType Functies this.functiesField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)] public VlagEnumType Activiteiten @@ -5465,7 +5465,7 @@ public VlagEnumType Activiteiten this.activiteitenField = value; } } - + /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ActiviteitenSpecified @@ -5479,7 +5479,7 @@ public bool ActiviteitenSpecified this.activiteitenFieldSpecified = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)] public CriteriaGerelateerdeOndernemingenType GerelateerdeOndernemingen @@ -5493,7 +5493,7 @@ public CriteriaGerelateerdeOndernemingenType GerelateerdeOndernemingen this.gerelateerdeOndernemingenField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=8)] public CriteriaHoedanighedenType Hoedanigheden @@ -5507,7 +5507,7 @@ public CriteriaHoedanighedenType Hoedanigheden this.hoedanighedenField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)] public VlagEnumType ExterneIdentificaties @@ -5521,7 +5521,7 @@ public VlagEnumType ExterneIdentificaties this.externeIdentificatiesField = value; } } - + /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool ExterneIdentificatiesSpecified @@ -5535,7 +5535,7 @@ public bool ExterneIdentificatiesSpecified this.externeIdentificatiesFieldSpecified = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=10)] public VlagEnumType Bijhuis @@ -5549,7 +5549,7 @@ public VlagEnumType Bijhuis this.bijhuisField = value; } } - + /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool BijhuisSpecified @@ -5563,7 +5563,7 @@ public bool BijhuisSpecified this.bijhuisFieldSpecified = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=11)] public VlagEnumType AmbtshalveDoorhalingen @@ -5577,7 +5577,7 @@ public VlagEnumType AmbtshalveDoorhalingen this.ambtshalveDoorhalingenField = value; } } - + /// [System.Xml.Serialization.XmlIgnoreAttribute()] public bool AmbtshalveDoorhalingenSpecified @@ -5591,7 +5591,7 @@ public bool AmbtshalveDoorhalingenSpecified this.ambtshalveDoorhalingenFieldSpecified = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=12)] public CriteriaOmschrijvingenType Omschrijvingen @@ -5605,7 +5605,7 @@ public CriteriaOmschrijvingenType Omschrijvingen this.omschrijvingenField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=13)] public CriteriaDatumsType Datums @@ -5620,7 +5620,7 @@ public CriteriaDatumsType Datums } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] @@ -5628,11 +5628,11 @@ public CriteriaDatumsType Datums "")] public partial class VraagInhoudType { - + private CriteriaGeefOnderneming2_0Type criteriaField; - + private string taalField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public CriteriaGeefOnderneming2_0Type Criteria @@ -5646,7 +5646,7 @@ public CriteriaGeefOnderneming2_0Type Criteria this.criteriaField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Taal @@ -5661,7 +5661,7 @@ public string Taal } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] @@ -5669,11 +5669,11 @@ public string Taal "")] public partial class VraagType { - + private string referteField; - + private VraagInhoudType inhoudField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Referte @@ -5687,7 +5687,7 @@ public string Referte this.referteField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public VraagInhoudType Inhoud @@ -5702,7 +5702,7 @@ public VraagInhoudType Inhoud } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] @@ -5710,9 +5710,9 @@ public VraagInhoudType Inhoud "")] public partial class VragenType { - + private VraagType vraagField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public VraagType Vraag @@ -5727,26 +5727,26 @@ public VraagType Vraag } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public partial class OntvangerAdresType { - + private string identificatieField; - + private string naamField; - + private string referteField; - + private string organisatieEenheidField; - + private string hoedanigheidField; - + private string gebruikerField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Identificatie @@ -5760,7 +5760,7 @@ public string Identificatie this.identificatieField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Naam @@ -5774,7 +5774,7 @@ public string Naam this.naamField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string Referte @@ -5788,7 +5788,7 @@ public string Referte this.referteField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public string OrganisatieEenheid @@ -5802,7 +5802,7 @@ public string OrganisatieEenheid this.organisatieEenheidField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public string Hoedanigheid @@ -5816,7 +5816,7 @@ public string Hoedanigheid this.hoedanigheidField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)] public string Gebruiker @@ -5831,26 +5831,26 @@ public string Gebruiker } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://generiek-02_00.vip.vlaanderen.be")] public partial class AfzenderAdresType { - + private string identificatieField; - + private string naamField; - + private string referteField; - + private string organisatieEenheidField; - + private string hoedanigheidField; - + private string gebruikerField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public string Identificatie @@ -5864,7 +5864,7 @@ public string Identificatie this.identificatieField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)] public string Naam @@ -5878,7 +5878,7 @@ public string Naam this.naamField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)] public string Referte @@ -5892,7 +5892,7 @@ public string Referte this.referteField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)] public string OrganisatieEenheid @@ -5906,7 +5906,7 @@ public string OrganisatieEenheid this.organisatieEenheidField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)] public string Hoedanigheid @@ -5920,7 +5920,7 @@ public string Hoedanigheid this.hoedanigheidField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)] public string Gebruiker @@ -5935,7 +5935,7 @@ public string Gebruiker } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.Diagnostics.DebuggerStepThroughAttribute()] @@ -5943,9 +5943,9 @@ public string Gebruiker "")] public partial class GeefOndernemingResponse { - + private RepliekType repliekField; - + /// [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)] public RepliekType Repliek @@ -5960,122 +5960,122 @@ public RepliekType Repliek } } } - + [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class GeefOndernemingRequest { - + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://webservice.geefondernemingdienst-02_00.onderneming-02_00.vip.vlaanderen.be" + "", Order=0)] public AssociationRegistry.Magda.Onderneming.GeefOnderneming.GeefOnderneming GeefOnderneming; - + public GeefOndernemingRequest() { } - + public GeefOndernemingRequest(AssociationRegistry.Magda.Onderneming.GeefOnderneming.GeefOnderneming GeefOnderneming) { this.GeefOnderneming = GeefOnderneming; } } - + [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] [System.ServiceModel.MessageContractAttribute(IsWrapped=false)] public partial class GeefOndernemingResponse1 { - + [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://webservice.geefondernemingdienst-02_00.onderneming-02_00.vip.vlaanderen.be" + "", Order=0)] public AssociationRegistry.Magda.Onderneming.GeefOnderneming.GeefOndernemingResponse GeefOndernemingResponse; - + public GeefOndernemingResponse1() { } - + public GeefOndernemingResponse1(AssociationRegistry.Magda.Onderneming.GeefOnderneming.GeefOndernemingResponse GeefOndernemingResponse) { this.GeefOndernemingResponse = GeefOndernemingResponse; } } - + [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] public interface OndernemingGeefOndernemingPortTypeChannel : AssociationRegistry.Magda.Onderneming.GeefOnderneming.OndernemingGeefOndernemingPortType, System.ServiceModel.IClientChannel { } - + [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Tools.ServiceModel.Svcutil", "2.0.3")] public partial class OndernemingGeefOndernemingPortTypeClient : System.ServiceModel.ClientBase, AssociationRegistry.Magda.Onderneming.GeefOnderneming.OndernemingGeefOndernemingPortType { - + /// /// Implement this partial method to configure the service endpoint. /// /// The endpoint to configure /// The client credentials static partial void ConfigureEndpoint(System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Description.ClientCredentials clientCredentials); - - public OndernemingGeefOndernemingPortTypeClient() : + + public OndernemingGeefOndernemingPortTypeClient() : base(OndernemingGeefOndernemingPortTypeClient.GetDefaultBinding(), OndernemingGeefOndernemingPortTypeClient.GetDefaultEndpointAddress()) { this.Endpoint.Name = EndpointConfiguration.Onderneming_GeefOndernemingHttpPort.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); } - - public OndernemingGeefOndernemingPortTypeClient(EndpointConfiguration endpointConfiguration) : + + public OndernemingGeefOndernemingPortTypeClient(EndpointConfiguration endpointConfiguration) : base(OndernemingGeefOndernemingPortTypeClient.GetBindingForEndpoint(endpointConfiguration), OndernemingGeefOndernemingPortTypeClient.GetEndpointAddress(endpointConfiguration)) { this.Endpoint.Name = endpointConfiguration.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); } - - public OndernemingGeefOndernemingPortTypeClient(EndpointConfiguration endpointConfiguration, string remoteAddress) : + + public OndernemingGeefOndernemingPortTypeClient(EndpointConfiguration endpointConfiguration, string remoteAddress) : base(OndernemingGeefOndernemingPortTypeClient.GetBindingForEndpoint(endpointConfiguration), new System.ServiceModel.EndpointAddress(remoteAddress)) { this.Endpoint.Name = endpointConfiguration.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); } - - public OndernemingGeefOndernemingPortTypeClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : + + public OndernemingGeefOndernemingPortTypeClient(EndpointConfiguration endpointConfiguration, System.ServiceModel.EndpointAddress remoteAddress) : base(OndernemingGeefOndernemingPortTypeClient.GetBindingForEndpoint(endpointConfiguration), remoteAddress) { this.Endpoint.Name = endpointConfiguration.ToString(); ConfigureEndpoint(this.Endpoint, this.ClientCredentials); } - - public OndernemingGeefOndernemingPortTypeClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : + + public OndernemingGeefOndernemingPortTypeClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) : base(binding, remoteAddress) { } - + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] System.Threading.Tasks.Task AssociationRegistry.Magda.Onderneming.GeefOnderneming.OndernemingGeefOndernemingPortType.GeefOndernemingAsync(AssociationRegistry.Magda.Onderneming.GeefOnderneming.GeefOndernemingRequest request) { return base.Channel.GeefOndernemingAsync(request); } - + public System.Threading.Tasks.Task GeefOndernemingAsync(AssociationRegistry.Magda.Onderneming.GeefOnderneming.GeefOnderneming GeefOnderneming) { AssociationRegistry.Magda.Onderneming.GeefOnderneming.GeefOndernemingRequest inValue = new AssociationRegistry.Magda.Onderneming.GeefOnderneming.GeefOndernemingRequest(); inValue.GeefOnderneming = GeefOnderneming; return ((AssociationRegistry.Magda.Onderneming.GeefOnderneming.OndernemingGeefOndernemingPortType)(this)).GeefOndernemingAsync(inValue); } - + public virtual System.Threading.Tasks.Task OpenAsync() { return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginOpen(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndOpen)); } - + public virtual System.Threading.Tasks.Task CloseAsync() { return System.Threading.Tasks.Task.Factory.FromAsync(((System.ServiceModel.ICommunicationObject)(this)).BeginClose(null, null), new System.Action(((System.ServiceModel.ICommunicationObject)(this)).EndClose)); } - + private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(EndpointConfiguration endpointConfiguration) { if ((endpointConfiguration == EndpointConfiguration.Onderneming_GeefOndernemingHttpPort)) @@ -6090,7 +6090,7 @@ private static System.ServiceModel.Channels.Binding GetBindingForEndpoint(Endpoi } throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration)); } - + private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointConfiguration endpointConfiguration) { if ((endpointConfiguration == EndpointConfiguration.Onderneming_GeefOndernemingHttpPort)) @@ -6100,20 +6100,20 @@ private static System.ServiceModel.EndpointAddress GetEndpointAddress(EndpointCo } throw new System.InvalidOperationException(string.Format("Could not find endpoint with name \'{0}\'.", endpointConfiguration)); } - + private static System.ServiceModel.Channels.Binding GetDefaultBinding() { return OndernemingGeefOndernemingPortTypeClient.GetBindingForEndpoint(EndpointConfiguration.Onderneming_GeefOndernemingHttpPort); } - + private static System.ServiceModel.EndpointAddress GetDefaultEndpointAddress() { return OndernemingGeefOndernemingPortTypeClient.GetEndpointAddress(EndpointConfiguration.Onderneming_GeefOndernemingHttpPort); } - + public enum EndpointConfiguration { - + Onderneming_GeefOndernemingHttpPort, } } diff --git a/src/AssociationRegistry.Public.Api/Verenigingen/Detail/PubliekVerenigingDetailMapper.cs b/src/AssociationRegistry.Public.Api/Verenigingen/Detail/PubliekVerenigingDetailMapper.cs index dacf67c55..eb153ef6f 100644 --- a/src/AssociationRegistry.Public.Api/Verenigingen/Detail/PubliekVerenigingDetailMapper.cs +++ b/src/AssociationRegistry.Public.Api/Verenigingen/Detail/PubliekVerenigingDetailMapper.cs @@ -38,7 +38,7 @@ public static PubliekVerenigingDetailResponse Map(PubliekVerenigingDetailDocumen private static Relatie Map(AppSettings appSettings, PubliekVerenigingDetailDocument.Relatie r) => new() { - Type = r.Type, + Relatietype = r.Relatietype, AndereVereniging = new Relatie.GerelateerdeVereniging { KboNummer = r.AndereVereniging.KboNummer, diff --git a/src/AssociationRegistry.Public.Api/Verenigingen/Detail/ResponseModels/Relatie.cs b/src/AssociationRegistry.Public.Api/Verenigingen/Detail/ResponseModels/Relatie.cs index beaefdf51..49a949041 100644 --- a/src/AssociationRegistry.Public.Api/Verenigingen/Detail/ResponseModels/Relatie.cs +++ b/src/AssociationRegistry.Public.Api/Verenigingen/Detail/ResponseModels/Relatie.cs @@ -6,13 +6,13 @@ public class Relatie { /// - /// Het type relatie + /// Het type relatie /// - [DataMember(Name = "Type")] - public string Type { get; set; } = null!; + [DataMember(Name = "Relatietype")] + public string Relatietype { get; set; } = null!; /// - /// de gerelateerde vereniging + /// de gerelateerde vereniging /// [DataMember(Name = "AndereVereniging")] public GerelateerdeVereniging AndereVereniging { get; set; } = null!; @@ -21,25 +21,25 @@ public class Relatie public class GerelateerdeVereniging { /// - /// Het KBO nummer van de gerelateerde vereniging + /// Het KBO nummer van de gerelateerde vereniging /// [DataMember(Name = "KboNummer")] public string KboNummer { get; set; } = null!; /// - /// De unieke identificator van de gerelateerde vereniging in het verenigingsregister + /// De unieke identificator van de gerelateerde vereniging in het verenigingsregister /// [DataMember(Name = "VCode")] public string VCode { get; set; } = null!; /// - /// De naam van de gerelateerde vereniging + /// De naam van de gerelateerde vereniging /// [DataMember(Name = "Naam")] public string Naam { get; set; } = null!; /// - /// De link naar het publiek detail van de gerelateerde vereniging + /// De link naar het publiek detail van de gerelateerde vereniging /// [DataMember(Name = "Detail")] public string Detail { get; set; } = string.Empty; diff --git a/src/AssociationRegistry.Public.Api/Verenigingen/Search/Examples/SearchVerenigingenResponseExamples.cs b/src/AssociationRegistry.Public.Api/Verenigingen/Search/Examples/SearchVerenigingenResponseExamples.cs index 0ce5b22ba..ae79f591e 100644 --- a/src/AssociationRegistry.Public.Api/Verenigingen/Search/Examples/SearchVerenigingenResponseExamples.cs +++ b/src/AssociationRegistry.Public.Api/Verenigingen/Search/Examples/SearchVerenigingenResponseExamples.cs @@ -58,7 +58,7 @@ public SearchVerenigingenResponse GetExamples() { new Relatie { - Type = RelatieType.IsAfdelingVan.Beschrijving, + Relatietype = Relatietype.IsAfdelingVan.Beschrijving, AndereVereniging = new Relatie.GerelateerdeVereniging { KboNummer = "0123456789", @@ -124,7 +124,7 @@ public SearchVerenigingenResponse GetExamples() { new Relatie { - Type = RelatieType.IsAfdelingVan.InverseBeschrijving, + Relatietype = Relatietype.IsAfdelingVan.InverseBeschrijving, AndereVereniging = new Relatie.GerelateerdeVereniging { KboNummer = "", diff --git a/src/AssociationRegistry.Public.Api/Verenigingen/Search/ResponseModels/Relatie.cs b/src/AssociationRegistry.Public.Api/Verenigingen/Search/ResponseModels/Relatie.cs index 8026bd28f..c6ec28780 100644 --- a/src/AssociationRegistry.Public.Api/Verenigingen/Search/ResponseModels/Relatie.cs +++ b/src/AssociationRegistry.Public.Api/Verenigingen/Search/ResponseModels/Relatie.cs @@ -6,13 +6,13 @@ public class Relatie { /// - /// Het type relatie + /// Het type relatie /// - [DataMember(Name = "Type")] - public string Type { get; set; } = null!; + [DataMember(Name = "Relatietype")] + public string Relatietype { get; set; } = null!; /// - /// de gerelateerde vereniging + /// de gerelateerde vereniging /// [DataMember(Name = "AndereVereniging")] public GerelateerdeVereniging AndereVereniging { get; set; } = null!; @@ -21,25 +21,25 @@ public class Relatie public class GerelateerdeVereniging { /// - /// Het KBO nummer van de gerelateerde vereniging + /// Het KBO nummer van de gerelateerde vereniging /// [DataMember(Name = "KboNummer")] public string KboNummer { get; set; } = null!; /// - /// De unieke identificator van de gerelateerde vereniging in het verenigingsregister + /// De unieke identificator van de gerelateerde vereniging in het verenigingsregister /// [DataMember(Name = "VCode")] public string VCode { get; set; } = null!; /// - /// De naam van de gerelateerde vereniging + /// De naam van de gerelateerde vereniging /// [DataMember(Name = "Naam")] public string Naam { get; set; } = null!; /// - /// De link naar het publiek detail van de gerelateerde vereniging + /// De link naar het publiek detail van de gerelateerde vereniging /// [DataMember(Name = "Detail")] public string Detail { get; set; } = string.Empty; diff --git a/src/AssociationRegistry.Public.Api/Verenigingen/Search/SearchVerenigingenResponseMapper.cs b/src/AssociationRegistry.Public.Api/Verenigingen/Search/SearchVerenigingenResponseMapper.cs index 2d42af912..34c66f56a 100644 --- a/src/AssociationRegistry.Public.Api/Verenigingen/Search/SearchVerenigingenResponseMapper.cs +++ b/src/AssociationRegistry.Public.Api/Verenigingen/Search/SearchVerenigingenResponseMapper.cs @@ -1,14 +1,14 @@ namespace AssociationRegistry.Public.Api.Verenigingen.Search; -using System; -using System.Collections.Generic; -using System.Linq; using Constants; using Infrastructure.ConfigurationBindings; using Nest; using RequestModels; using ResponseModels; using Schema.Search; +using System; +using System.Collections.Generic; +using System.Linq; using Relatie = ResponseModels.Relatie; public class SearchVerenigingenResponseMapper @@ -29,8 +29,8 @@ public SearchVerenigingenResponse ToSearchVereningenResponse( { Context = $"{_appSettings.BaseUrl}/v1/contexten/publiek/zoek-verenigingen-context.json", Verenigingen = searchResponse.Hits - .Select(x => Map(x.Source, _appSettings)) - .ToArray(), + .Select(x => Map(x.Source, _appSettings)) + .ToArray(), Facets = MapFacets(searchResponse, originalQuery, hoofdactiviteiten), Metadata = GetMetadata(searchResponse, paginationRequest), }; @@ -51,16 +51,16 @@ private static Vereniging Map(VerenigingZoekDocument verenigingZoekDocument, App KorteNaam = verenigingZoekDocument.KorteNaam, Doelgroep = Map(verenigingZoekDocument.Doelgroep), HoofdactiviteitenVerenigingsloket = verenigingZoekDocument.HoofdactiviteitenVerenigingsloket - .Select(Map) - .ToArray(), + .Select(Map) + .ToArray(), Locaties = verenigingZoekDocument.Locaties - .Select(Map) - .ToArray(), + .Select(Map) + .ToArray(), Sleutels = verenigingZoekDocument.Sleutels - .Select(Map) - .ToArray(), + .Select(Map) + .ToArray(), Relaties = verenigingZoekDocument.Relaties - .Select(r=>Map(appSettings, r)) + .Select(r => Map(appSettings, r)) .ToArray(), Links = Map(verenigingZoekDocument.VCode, appSettings), }; @@ -103,12 +103,12 @@ private static HoofdactiviteitVerenigingsloketFacetItem[] GetHoofdActiviteitFace string[] hoofdactiviteiten) { return searchResponse.Aggregations - .Filter(WellknownFacets.GlobalAggregateName) - .Filter(WellknownFacets.FilterAggregateName) - .Terms(WellknownFacets.HoofdactiviteitenCountAggregateName) - .Buckets - .Select(bucket => CreateHoofdActiviteitFacetItem(appSettings, bucket, originalQuery, hoofdactiviteiten)) - .ToArray(); + .Filter(WellknownFacets.GlobalAggregateName) + .Filter(WellknownFacets.FilterAggregateName) + .Terms(WellknownFacets.HoofdactiviteitenCountAggregateName) + .Buckets + .Select(bucket => CreateHoofdActiviteitFacetItem(appSettings, bucket, originalQuery, hoofdactiviteiten)) + .ToArray(); } private static HoofdactiviteitVerenigingsloketFacetItem CreateHoofdActiviteitFacetItem( @@ -128,7 +128,11 @@ private static HoofdactiviteitVerenigingsloketFacetItem CreateHoofdActiviteitFac }; // public for testing - public static string AddHoofdactiviteitToQuery(AppSettings appSettings, string hoofdactiviteitenVerenigingsloketCode, string originalQuery, string[] hoofdactiviteiten) + public static string AddHoofdactiviteitToQuery( + AppSettings appSettings, + string hoofdactiviteitenVerenigingsloketCode, + string originalQuery, + string[] hoofdactiviteiten) => $"{appSettings.BaseUrl}/v1/verenigingen/zoeken?q={originalQuery}&facets.hoofdactiviteitenVerenigingsloket={CalculateHoofdactiviteiten(hoofdactiviteiten, hoofdactiviteitenVerenigingsloketCode)}"; private static string CalculateHoofdactiviteiten(IEnumerable originalHoofdactiviteiten, string hoofdActiviteitCode) @@ -147,7 +151,6 @@ private static Locatie Map(VerenigingZoekDocument.Locatie loc) Gemeente = loc.Gemeente, }; - private static Sleutel Map(VerenigingZoekDocument.Sleutel s) => new() { @@ -155,10 +158,10 @@ private static Sleutel Map(VerenigingZoekDocument.Sleutel s) Waarde = s.Waarde, }; - private static Relatie Map(AppSettings appSettings, AssociationRegistry.Public.Schema.Search.Relatie r) + private static Relatie Map(AppSettings appSettings, Schema.Search.Relatie r) => new() { - Type = r.Type, + Relatietype = r.Relatietype, AndereVereniging = new Relatie.GerelateerdeVereniging { KboNummer = r.AndereVereniging.KboNummer, diff --git a/src/AssociationRegistry.Public.ProjectionHost/Projections/Detail/PubliekVerenigingDetailProjector.cs b/src/AssociationRegistry.Public.ProjectionHost/Projections/Detail/PubliekVerenigingDetailProjector.cs index e7f380b3f..c6fa64ad8 100644 --- a/src/AssociationRegistry.Public.ProjectionHost/Projections/Detail/PubliekVerenigingDetailProjector.cs +++ b/src/AssociationRegistry.Public.ProjectionHost/Projections/Detail/PubliekVerenigingDetailProjector.cs @@ -76,7 +76,7 @@ public static PubliekVerenigingDetailDocument Create(IEvent(); public Relatie[] Relaties { get; set; } = Array.Empty(); public bool IsUitgeschrevenUitPubliekeDatastroom { get; set; } + [Identity] public string VCode { get; set; } = null!; public class VerenigingsType { @@ -71,7 +71,7 @@ public class Sleutel public class Relatie { - public string Type { get; set; } = null!; + public string Relatietype { get; set; } = null!; public GerelateerdeVereniging AndereVereniging { get; set; } = null!; public class GerelateerdeVereniging diff --git a/src/AssociationRegistry.Public.Schema/Search/VerenigingZoekDocument.cs b/src/AssociationRegistry.Public.Schema/Search/VerenigingZoekDocument.cs index 5786e5167..6ee0a431e 100644 --- a/src/AssociationRegistry.Public.Schema/Search/VerenigingZoekDocument.cs +++ b/src/AssociationRegistry.Public.Schema/Search/VerenigingZoekDocument.cs @@ -53,7 +53,7 @@ public class Doelgroep public class Relatie { - public string Type { get; set; } = null!; + public string Relatietype { get; set; } = null!; public GerelateerdeVereniging AndereVereniging { get; set; } = null!; } diff --git a/src/AssociationRegistry.Public.Schema/Search/VerenigingZoekDocumentMapping.cs b/src/AssociationRegistry.Public.Schema/Search/VerenigingZoekDocumentMapping.cs index 6dfef773c..aae1e177f 100644 --- a/src/AssociationRegistry.Public.Schema/Search/VerenigingZoekDocumentMapping.cs +++ b/src/AssociationRegistry.Public.Schema/Search/VerenigingZoekDocumentMapping.cs @@ -24,7 +24,7 @@ public static TypeMappingDescriptor Get(TypeMappingDescr .WithKeyword()) .Keyword( propertyDescriptor => propertyDescriptor - .Name(document => document.Status)) + .Name(document => document.Status)) .Boolean( propertyDescriptor => propertyDescriptor .Name(document => document.IsUitgeschrevenUitPubliekeDatastroom)) @@ -154,7 +154,7 @@ public static IPromise Get(PropertiesDescriptor map) => map .Keyword( propertiesDescriptor => propertiesDescriptor - .Name(document => document.Type)) + .Name(document => document.Relatietype)) .Nested( propertyDescriptor => propertyDescriptor .Name(document => document.AndereVereniging) diff --git a/src/AssociationRegistry/Vereniging/RelatieType.cs b/src/AssociationRegistry/Vereniging/RelatieType.cs deleted file mode 100644 index 1fedbdd15..000000000 --- a/src/AssociationRegistry/Vereniging/RelatieType.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace AssociationRegistry.Vereniging; - -public class RelatieType -{ - public static readonly RelatieType IsAfdelingVan = new("Is afdeling van", "Heeft als afdeling"); - - public static readonly RelatieType[] All = { IsAfdelingVan }; - - public string Beschrijving { get; } - public string InverseBeschrijving { get; } - - public RelatieType(string beschrijving, string inverseBeschrijving) - { - Beschrijving = beschrijving; - InverseBeschrijving = inverseBeschrijving; - } -} diff --git a/src/AssociationRegistry/Vereniging/Relatietype.cs b/src/AssociationRegistry/Vereniging/Relatietype.cs new file mode 100644 index 000000000..6f9b682da --- /dev/null +++ b/src/AssociationRegistry/Vereniging/Relatietype.cs @@ -0,0 +1,16 @@ +namespace AssociationRegistry.Vereniging; + +public class Relatietype +{ + public static readonly Relatietype IsAfdelingVan = new(beschrijving: "Is afdeling van", inverseBeschrijving: "Heeft als afdeling"); + public static readonly Relatietype[] All = { IsAfdelingVan }; + + public Relatietype(string beschrijving, string inverseBeschrijving) + { + Beschrijving = beschrijving; + InverseBeschrijving = inverseBeschrijving; + } + + public string Beschrijving { get; } + public string InverseBeschrijving { get; } +} diff --git a/test/AssociationRegistry.Test.Admin.Api/When_Retrieving_Detail/Projecting/Given_AfdelingWerdGeregistreerd.cs b/test/AssociationRegistry.Test.Admin.Api/When_Retrieving_Detail/Projecting/Given_AfdelingWerdGeregistreerd.cs index a9f7d324f..5fa0bc399 100644 --- a/test/AssociationRegistry.Test.Admin.Api/When_Retrieving_Detail/Projecting/Given_AfdelingWerdGeregistreerd.cs +++ b/test/AssociationRegistry.Test.Admin.Api/When_Retrieving_Detail/Projecting/Given_AfdelingWerdGeregistreerd.cs @@ -115,7 +115,7 @@ public void Then_it_creates_a_new_vereniging() { new BeheerVerenigingDetailDocument.Relatie { - Type = RelatieType.IsAfdelingVan.Beschrijving, + Relatietype = Relatietype.IsAfdelingVan.Beschrijving, AndereVereniging = new BeheerVerenigingDetailDocument.Relatie.GerelateerdeVereniging { KboNummer = afdelingWerdGeregistreerd.Data.Moedervereniging.KboNummer, diff --git a/test/AssociationRegistry.Test.Admin.Api/templates/DetailVerenigingResponse.json b/test/AssociationRegistry.Test.Admin.Api/templates/DetailVerenigingResponse.json index c6cf2bf07..2707e67d6 100644 --- a/test/AssociationRegistry.Test.Admin.Api/templates/DetailVerenigingResponse.json +++ b/test/AssociationRegistry.Test.Admin.Api/templates/DetailVerenigingResponse.json @@ -37,8 +37,8 @@ "bron": "{{contactgegeven.bron}}" }, {{end}} - ], - "hoofdactiviteitenVerenigingsloket": [ +], +"hoofdactiviteitenVerenigingsloket": [ {{for hoofdactiviteit in vereniging.hoofdactiviteiten}} { "code": "{{hoofdactiviteit.code}}", @@ -113,7 +113,7 @@ "relaties": [ {{for relatie in vereniging.relaties}} { - "type": "{{relatie.type}}", + "relatietype": "{{relatie.relatietype}}", "andereVereniging": { "kboNummer": "{{relatie.anderevereniging.kbonummer}}", "vCode": "{{relatie.anderevereniging.vcode}}", diff --git a/test/AssociationRegistry.Test.Admin.Api/templates/DetailVerenigingResponseTemplate.cs b/test/AssociationRegistry.Test.Admin.Api/templates/DetailVerenigingResponseTemplate.cs index bba5a6d71..aca347730 100644 --- a/test/AssociationRegistry.Test.Admin.Api/templates/DetailVerenigingResponseTemplate.cs +++ b/test/AssociationRegistry.Test.Admin.Api/templates/DetailVerenigingResponseTemplate.cs @@ -260,7 +260,7 @@ public DetailVerenigingResponseTemplate IsAfdelingVan(string kboNummer, string v { _vereniging.relaties.Add(new { - type = RelatieType.IsAfdelingVan.Beschrijving, + relatietype = Relatietype.IsAfdelingVan.Beschrijving, anderevereniging = new { kbonummer = kboNummer, @@ -276,7 +276,7 @@ public DetailVerenigingResponseTemplate HeeftAfdeling(string vCode, string naam) { _vereniging.relaties.Add(new { - type = RelatieType.IsAfdelingVan.InverseBeschrijving, + relatietype = Relatietype.IsAfdelingVan.InverseBeschrijving, anderevereniging = new { kbonummer = string.Empty, @@ -300,9 +300,7 @@ public DetailVerenigingResponseTemplate FromEvent(FeitelijkeVerenigingWerdGeregi .WithBron(e.Bron); foreach (var h in e.HoofdactiviteitenVerenigingsloket) - { - WithHoofdactiviteit(h.Code, h.Naam); - } + WithHoofdactiviteit(h.Code, h.Beschrijving); foreach (var c in e.Contactgegevens) { diff --git a/test/AssociationRegistry.Test.Public.Api/When_Retrieving_Detail/Projecting/Given_AfdelingWerdGeregistreerd.cs b/test/AssociationRegistry.Test.Public.Api/When_Retrieving_Detail/Projecting/Given_AfdelingWerdGeregistreerd.cs index b733e693b..c8fbbcff4 100644 --- a/test/AssociationRegistry.Test.Public.Api/When_Retrieving_Detail/Projecting/Given_AfdelingWerdGeregistreerd.cs +++ b/test/AssociationRegistry.Test.Public.Api/When_Retrieving_Detail/Projecting/Given_AfdelingWerdGeregistreerd.cs @@ -94,7 +94,7 @@ public void Then_it_creates_a_new_vereniging() { new PubliekVerenigingDetailDocument.Relatie { - Type = RelatieType.IsAfdelingVan.Beschrijving, AndereVereniging = + Relatietype = Relatietype.IsAfdelingVan.Beschrijving, AndereVereniging = new PubliekVerenigingDetailDocument.Relatie.GerelateerdeVereniging { KboNummer = afdelingWerdGeregistreerd.Data.Moedervereniging.KboNummer, diff --git a/test/AssociationRegistry.Test.Public.Api/templates/DetailVerenigingResponse.json b/test/AssociationRegistry.Test.Public.Api/templates/DetailVerenigingResponse.json index c84b95236..fafb5ea50 100644 --- a/test/AssociationRegistry.Test.Public.Api/templates/DetailVerenigingResponse.json +++ b/test/AssociationRegistry.Test.Public.Api/templates/DetailVerenigingResponse.json @@ -84,7 +84,7 @@ "relaties": [ {{for relatie in vereniging.relaties}} { - "type": "{{relatie.type}}", + "relatietype": "{{relatie.relatietype}}", "andereVereniging": { "kboNummer": "{{relatie.anderevereniging.kbonummer}}", "vCode": "{{relatie.anderevereniging.vcode}}", diff --git a/test/AssociationRegistry.Test.Public.Api/templates/DetailVerenigingResponseTemplate.cs b/test/AssociationRegistry.Test.Public.Api/templates/DetailVerenigingResponseTemplate.cs index 9371cc866..b4e29ec67 100644 --- a/test/AssociationRegistry.Test.Public.Api/templates/DetailVerenigingResponseTemplate.cs +++ b/test/AssociationRegistry.Test.Public.Api/templates/DetailVerenigingResponseTemplate.cs @@ -218,7 +218,7 @@ public DetailVerenigingResponseTemplate IsAfdelingVan(string kboNummer, string v { _vereniging.relaties.Add(new { - type = RelatieType.IsAfdelingVan.Beschrijving, + relatietype = Relatietype.IsAfdelingVan.Beschrijving, anderevereniging = new { kbonummer = kboNummer, @@ -234,7 +234,7 @@ public DetailVerenigingResponseTemplate HeeftAfdeling(string vCode, string naam) { _vereniging.relaties.Add(new { - type = RelatieType.IsAfdelingVan.InverseBeschrijving, + relatietype = Relatietype.IsAfdelingVan.InverseBeschrijving, anderevereniging = new { kbonummer = string.Empty, @@ -257,13 +257,19 @@ public DetailVerenigingResponseTemplate FromEvent(FeitelijkeVerenigingWerdGeregi .WithDoelgroep(e.Doelgroep.Minimumleeftijd, e.Doelgroep.Maximumleeftijd); foreach (var h in e.HoofdactiviteitenVerenigingsloket) + { template.WithHoofdactiviteit(h.Code, h.Naam); + } foreach (var c in e.Contactgegevens) + { template.WithContactgegeven(c.Contactgegeventype, c.Waarde, c.Beschrijving, c.IsPrimair); + } foreach (var l in e.Locaties) + { WithLocatie(l); + } return template; } @@ -280,13 +286,19 @@ public DetailVerenigingResponseTemplate FromEvent(AfdelingWerdGeregistreerd e) .IsAfdelingVan(e.Moedervereniging.KboNummer, e.Moedervereniging.VCode, e.Moedervereniging.Naam); foreach (var h in e.HoofdactiviteitenVerenigingsloket) + { template.WithHoofdactiviteit(h.Code, h.Naam); + } foreach (var c in e.Contactgegevens) + { template.WithContactgegeven(c.Contactgegeventype, c.Waarde, c.Beschrijving, c.IsPrimair); + } foreach (var l in e.Locaties) + { WithLocatie(l); + } return template; } diff --git a/test/AssociationRegistry.Test.Public.Api/templates/ZoekVerenigingenResponse.json b/test/AssociationRegistry.Test.Public.Api/templates/ZoekVerenigingenResponse.json index fc4bec345..dcac0ef81 100644 --- a/test/AssociationRegistry.Test.Public.Api/templates/ZoekVerenigingenResponse.json +++ b/test/AssociationRegistry.Test.Public.Api/templates/ZoekVerenigingenResponse.json @@ -46,7 +46,7 @@ "relaties": [ {{for relatie in vereniging.relaties}} { - "type": "{{relatie.type}}", + "relatietype": "{{relatie.relatietype}}", "andereVereniging": { "kboNummer": "{{relatie.anderevereniging.kbonummer}}", "vCode": "{{relatie.anderevereniging.vcode}}", diff --git a/test/AssociationRegistry.Test.Public.Api/templates/ZoekVerenigingenResponseTemplate.cs b/test/AssociationRegistry.Test.Public.Api/templates/ZoekVerenigingenResponseTemplate.cs index 52c884675..4c9b83790 100644 --- a/test/AssociationRegistry.Test.Public.Api/templates/ZoekVerenigingenResponseTemplate.cs +++ b/test/AssociationRegistry.Test.Public.Api/templates/ZoekVerenigingenResponseTemplate.cs @@ -1,16 +1,16 @@ namespace AssociationRegistry.Test.Public.Api.templates; -using AssociationRegistry.Events; -using AssociationRegistry.Formatters; -using AssociationRegistry.Test.Framework; -using AssociationRegistry.Vereniging; +using Events; +using Formatters; using Scriban; using System.Dynamic; +using Test.Framework; +using Vereniging; public class ZoekVerenigingenResponseTemplate { - private readonly List _verenigingen = new(); private readonly List _facets = new(); + private readonly List _verenigingen = new(); private object _pagination = new { }; private string _query = string.Empty; @@ -62,10 +62,23 @@ public string Build() public static implicit operator string(ZoekVerenigingenResponseTemplate source) => source.Build(); + private void UpdateFacet(string code) + { + var maybeFacet = _facets.SingleOrDefault(f => f.code == code); + + if (maybeFacet is not null) _facets.Remove(maybeFacet); + + _facets.Add(new + { + code = code, + count = (maybeFacet?.count ?? 0) + 1, + }); + } + public class VerenigingTemplate { - private readonly ZoekVerenigingenResponseTemplate _zoekVerenigingenResponseTemplate; private readonly dynamic _vereniging; + private readonly ZoekVerenigingenResponseTemplate _zoekVerenigingenResponseTemplate; public VerenigingTemplate(ZoekVerenigingenResponseTemplate zoekVerenigingenResponseTemplate) { @@ -179,7 +192,7 @@ public VerenigingTemplate IsAfdelingVan(string kboNummer, string vCode, string n { _vereniging.relaties.Add(new { - type = RelatieType.IsAfdelingVan.Beschrijving, + relatietype = Relatietype.IsAfdelingVan.Beschrijving, anderevereniging = new { kbonummer = kboNummer, @@ -195,7 +208,7 @@ public VerenigingTemplate HeeftAfdeling(string vCode, string naam) { _vereniging.relaties.Add(new { - type = RelatieType.IsAfdelingVan.InverseBeschrijving, + relatietype = Relatietype.IsAfdelingVan.InverseBeschrijving, anderevereniging = new { kbonummer = string.Empty, @@ -216,10 +229,14 @@ public VerenigingTemplate FromEvent(FeitelijkeVerenigingWerdGeregistreerd e) .WithDoelgroep(e.Doelgroep.Minimumleeftijd, e.Doelgroep.Maximumleeftijd); foreach (var h in e.HoofdactiviteitenVerenigingsloket) + { template.WithHoofdactiviteit(h.Code, h.Naam); + } foreach (var l in e.Locaties) + { template.WithLocatie(l.Locatietype, l.Naam, l.Adres.ToAdresString(), l.Adres?.Postcode, l.Adres?.Gemeente, l.IsPrimair); + } return template; } @@ -234,10 +251,14 @@ public VerenigingTemplate FromEvent(AfdelingWerdGeregistreerd e) .IsAfdelingVan(e.Moedervereniging.KboNummer, e.Moedervereniging.VCode, e.Moedervereniging.Naam); foreach (var h in e.HoofdactiviteitenVerenigingsloket) + { template.WithHoofdactiviteit(h.Code, h.Naam); + } foreach (var l in e.Locaties) + { template.WithLocatie(l.Locatietype, l.Naam, l.Adres.ToAdresString(), l.Adres?.Postcode, l.Adres?.Gemeente, l.IsPrimair); + } return template; } @@ -257,17 +278,4 @@ public VerenigingTemplate FromEvent(VerenigingMetRechtspersoonlijkheidWerdGeregi internal object ToObject() => _vereniging; } - - private void UpdateFacet(string code) - { - var maybeFacet = _facets.SingleOrDefault(f => f.code == code); - - if (maybeFacet is not null) _facets.Remove(maybeFacet); - - _facets.Add(new - { - code = code, - count = (maybeFacet?.count ?? 0) + 1, - }); - } }