Package org.citygml4j.model.xal
Interface GrPostal
-
- All Superinterfaces:
ModelObject
,java.io.Serializable
,XAL
- All Known Implementing Classes:
Address
,AddressDetails
,AddressIdentifier
,AddressLatitude
,AddressLatitudeDirection
,AddressLine
,AddressLongitude
,AddressLongitudeDirection
,AdministrativeAreaName
,Barcode
,BuildingName
,CountryName
,CountryNameCode
,DepartmentName
,DependentLocalityName
,DependentLocalityNumber
,EndorsementLineCode
,FirmName
,KeyLineCode
,LargeMailUserIdentifier
,LocalityName
,MailStopName
,MailStopNumber
,PostalCodeNumber
,PostalCodeNumberExtension
,PostalRouteName
,PostalRouteNumber
,PostBoxNumber
,PostBoxNumberPrefix
,PostBoxNumberSuffix
,PostOfficeName
,PostOfficeNumber
,PostTownName
,PostTownSuffix
,PremiseLocation
,PremiseName
,PremiseNumber
,PremiseNumberPrefix
,PremiseNumberSuffix
,SortingCode
,SubAdministrativeAreaName
,SubPremiseLocation
,SubPremiseName
,SubPremiseNumber
,SubPremiseNumberPrefix
,SubPremiseNumberSuffix
,SupplementaryPostalServiceData
,ThoroughfareLeadingType
,ThoroughfareName
,ThoroughfareNumber
,ThoroughfareNumberFrom
,ThoroughfareNumberPrefix
,ThoroughfareNumberRange
,ThoroughfareNumberSuffix
,ThoroughfareNumberTo
,ThoroughfarePostDirection
,ThoroughfarePreDirection
,ThoroughfareTrailingType
public interface GrPostal extends XAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCode()
boolean
isSetCode()
void
setCode(java.lang.String code)
void
unsetCode()
-
Methods inherited from interface org.citygml4j.model.xal.XAL
getXALClass
-
-