org.citygml4j.model.xal
Interface GrPostal

All Superinterfaces:
ModelObject, 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
 java.lang.String getCode()
           
 boolean isSetCode()
           
 void setCode(java.lang.String code)
           
 void unsetCode()
           
 
Methods inherited from interface org.citygml4j.model.xal.XAL
getXALClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Method Detail

getCode

java.lang.String getCode()

isSetCode

boolean isSetCode()

setCode

void setCode(java.lang.String code)

unsetCode

void unsetCode()