Interface Person.SpecifiedAddress

Enclosing interface:
Person

public static interface Person.SpecifiedAddress
  • Method Details

    • startDate

      Optional<IncompleteDate> startDate()
      The start date of the validity period for this address. This field should in principle always be present, but it's technically possible for it to be missing from a document.
    • endDate

      The end date of the validity period for this address. If there is no end date, then the address is still valid to this day.
    • fullAddress

      Person.LanguageString fullAddress()
      The full address string
    • postBus

      String postBus()
      The postbox of the address
    • streetName

      Person.LanguageString streetName()
      The street name of the address
    • nonStandardizedStreetName

      Person.LanguageString nonStandardizedStreetName()
      The non-standardized version of the street name of the address
    • streetCode

      String streetCode()
      The street code
    • locationIndication

      String locationIndication()
      The indication of the location
    • houseNumber

      String houseNumber()
      House number.
    • postalBoxNumber

      Optional<String> postalBoxNumber()
      PO box number.
    • locationName

      Person.LanguageString locationName()
      The name of the location
    • addressRegion

      Person.LanguageString addressRegion()
      The region of the address
    • postalName

      Person.LanguageString postalName()
      The postal name
    • municipalityName

      Person.LanguageString municipalityName()
      The municipality name
    • nonStandardizedMunicipalityName

      Person.LanguageString nonStandardizedMunicipalityName()
      The non-standardized municipality name
    • nisCode

      Optional<String> nisCode()
      NIS code; a numeric code for regional areas in Belgium.
      See Also:
    • zipCode

      Optional<String> zipCode()
      Postal or ZIP code of the region.
    • administrativeUnitLevel1

      Person.LanguageString administrativeUnitLevel1()
      The first administrative unit where a member state has jurisdiction over
    • administrativeUnitLevel2

      Person.LanguageString administrativeUnitLevel2()
      The second administrative unit where a member state has jurisdiction over
    • country

      The country name
    • nisCodeCountry

      Optional<String> nisCodeCountry()
    • isoCodeCountry

      Optional<String> isoCodeCountry()
    • refersTo

      Person.BeStAddId refersTo()
    • municipalityBeStAddId

      Person.BeStAddId municipalityBeStAddId()
    • streetBeStAddId

      Person.BeStAddId streetBeStAddId()