Interface Person.Address
- Enclosing interface:
Person
public static interface Person.Address
Address information.
-
Method Summary
Modifier and TypeMethodDescriptionendDate()The end date of the validity period for this address.House number.Name of the municipality.nisCode()NIS code; a numeric code for regional areas in Belgium.PO box number.The start date of the validity period for this address.street()Street name.zipCode()Postal or ZIP code of the region.
-
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
Optional<IncompleteDate> 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
PO box number. -
nisCode
NIS code; a numeric code for regional areas in Belgium.- See Also:
-
zipCode
Postal or ZIP code of the region. -
municipality
Name of the municipality. -
municipalityLang
-
nisCodeCountry
-
isoCodeCountry
-
countryName
-
countryNameLang
-