Interface Person.Address

Enclosing interface:
Person

public static interface Person.Address
Address information.
  • 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.
    • street

      String street()
      Street name.
    • streetLang

      String streetLang()
    • houseNumber

      String houseNumber()
      House number.
    • postalBoxNumber

      Optional<String> postalBoxNumber()
      PO box number.
    • 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.
    • municipality

      Optional<String> municipality()
      Name of the municipality.
    • municipalityLang

      Optional<String> municipalityLang()
    • nisCodeCountry

      Optional<String> nisCodeCountry()
    • isoCodeCountry

      Optional<String> isoCodeCountry()
    • countryName

      Optional<String> countryName()
    • countryNameLang

      Optional<String> countryNameLang()