Package pt.gov.cartaodecidadao
Class PTEID_Address
java.lang.Object
pt.gov.cartaodecidadao.PTEID_Object
pt.gov.cartaodecidadao.PTEID_Address
Class for the Address information associated to an EID Card.
You can get such an object from PTEID_EIDCard::getAddr().
You can get such an object from PTEID_EIDCard::getAddr().
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()Return field Abbreviated building typeReturn field Abbreviated street typeReturn field Building TypeReturn field Civil ParishReturn field Civil Parish CodeReturn field countryReturn field DistrictReturn field District CodeReturn field Door NumbergetFloor()Return field FloorReturn foreign address generic address field - may contain street
name, door number, or other address elementsReturn foreign address cityReturn foreign address 2-letter ISO 3166-1 country codeReturn foreign address localityReturn foreign address postal code - format is country-dependentReturn foreign address regionReturn field Address CodeReturn field LocalityReturn field MunicipalityReturn field Municipality CodegetPlace()Return field PlaceReturn field Postal LocalitygetSide()Return field SideReturn field StreetNameReturn field StreetTypegetZip3()Return field Zip3getZip4()Return field Zip4booleanIs this address a portuguese address?
-
Method Details
-
delete
public void delete()- Overrides:
deletein classPTEID_Object
-
isNationalAddress
Is this address a portuguese address?- Throws:
PTEID_Exception
-
getCountryCode
Return field country- Throws:
PTEID_Exception
-
getDistrict
Return field District- Throws:
PTEID_Exception
-
getDistrictCode
Return field District Code- Throws:
PTEID_Exception
-
getMunicipality
Return field Municipality- Throws:
PTEID_Exception
-
getMunicipalityCode
Return field Municipality Code- Throws:
PTEID_Exception
-
getCivilParish
Return field Civil Parish- Throws:
PTEID_Exception
-
getCivilParishCode
Return field Civil Parish Code- Throws:
PTEID_Exception
-
getAbbrStreetType
Return field Abbreviated street type- Throws:
PTEID_Exception
-
getStreetType
Return field StreetType- Throws:
PTEID_Exception
-
getStreetName
Return field StreetName- Throws:
PTEID_Exception
-
getAbbrBuildingType
Return field Abbreviated building type- Throws:
PTEID_Exception
-
getBuildingType
Return field Building Type- Throws:
PTEID_Exception
-
getDoorNo
Return field Door Number- Throws:
PTEID_Exception
-
getFloor
Return field Floor- Throws:
PTEID_Exception
-
getSide
Return field Side- Throws:
PTEID_Exception
-
getLocality
Return field Locality- Throws:
PTEID_Exception
-
getPlace
Return field Place- Throws:
PTEID_Exception
-
getZip4
Return field Zip4- Throws:
PTEID_Exception
-
getZip3
Return field Zip3- Throws:
PTEID_Exception
-
getPostalLocality
Return field Postal Locality- Throws:
PTEID_Exception
-
getGeneratedAddressCode
Return field Address Code- Throws:
PTEID_Exception
-
getForeignCountry
Return foreign address 2-letter ISO 3166-1 country code- Throws:
PTEID_Exception
-
getForeignAddress
Return foreign address generic address field - may contain street
name, door number, or other address elements- Throws:
PTEID_Exception
-
getForeignCity
Return foreign address city- Throws:
PTEID_Exception
-
getForeignRegion
Return foreign address region- Throws:
PTEID_Exception
-
getForeignLocality
Return foreign address locality- Throws:
PTEID_Exception
-
getForeignPostalCode
Return foreign address postal code - format is country-dependent- Throws:
PTEID_Exception
-