Interface Person.SpecifiedAddress
- Enclosing interface:
Person
public static interface Person.SpecifiedAddress
-
Method Summary
Modifier and TypeMethodDescriptionThe region of the addressThe first administrative unit where a member state has jurisdiction overThe second administrative unit where a member state has jurisdiction overcountry()The country nameendDate()The end date of the validity period for this address.The full address stringHouse number.The indication of the locationThe name of the locationThe municipality namenisCode()NIS code; a numeric code for regional areas in Belgium.The non-standardized municipality nameThe non-standardized version of the street name of the addressPO box number.The postal namepostBus()The postbox of the addressrefersTo()The start date of the validity period for this address.The street codeThe street name of the addresszipCode()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. -
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
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
NIS code; a numeric code for regional areas in Belgium.- See Also:
-
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
Person.LanguageString country()The country name -
nisCodeCountry
-
isoCodeCountry
-
refersTo
Person.BeStAddId refersTo() -
municipalityBeStAddId
Person.BeStAddId municipalityBeStAddId() -
streetBeStAddId
Person.BeStAddId streetBeStAddId()
-