org.citygml4j.model.xal
Interface Country
- All Superinterfaces:
- Child, Copyable, ModelObject, XAL
- All Known Implementing Classes:
- CountryImpl
public interface Country
- extends XAL, Child, Copyable
Methods inherited from interface org.citygml4j.model.xal.XAL |
getXALClass |
getAddressLine
java.util.List<AddressLine> getAddressLine()
getCountryNameCode
java.util.List<CountryNameCode> getCountryNameCode()
getCountryName
java.util.List<CountryName> getCountryName()
getAdministrativeArea
AdministrativeArea getAdministrativeArea()
getLocality
Locality getLocality()
getThoroughfare
Thoroughfare getThoroughfare()
isSetAddressLine
boolean isSetAddressLine()
isSetCountryNameCode
boolean isSetCountryNameCode()
isSetCountryName
boolean isSetCountryName()
isSetAdministrativeArea
boolean isSetAdministrativeArea()
isSetLocality
boolean isSetLocality()
isSetThoroughfare
boolean isSetThoroughfare()
setAddressLine
void setAddressLine(java.util.List<AddressLine> addressLine)
addAddressLine
void addAddressLine(AddressLine addressLine)
setCountryNameCode
void setCountryNameCode(java.util.List<CountryNameCode> countryNameCode)
addCountryNameCode
void addCountryNameCode(CountryNameCode countryNameCode)
setCountryName
void setCountryName(java.util.List<CountryName> countryName)
addCountryName
void addCountryName(CountryName countryName)
setAdministrativeArea
void setAdministrativeArea(AdministrativeArea administrativeArea)
setLocality
void setLocality(Locality locality)
setThoroughfare
void setThoroughfare(Thoroughfare thoroughfare)
unsetAddressLine
void unsetAddressLine()
unsetAddressLine
boolean unsetAddressLine(AddressLine addressLine)
unsetCountryNameCode
void unsetCountryNameCode()
unsetCountryNameCode
boolean unsetCountryNameCode(CountryNameCode countryNameCode)
unsetCountryName
void unsetCountryName()
unsetCountryName
boolean unsetCountryName(CountryName countryName)
unsetAdministrativeArea
void unsetAdministrativeArea()
unsetLocality
void unsetLocality()
unsetThoroughfare
void unsetThoroughfare()
visit
void visit(XALVisitor visitor)
visit
<T> T visit(XALFunctor<T> visitor)