Class AddressType
- java.lang.Object
-
- org.citygml4j.binding.cityjson.feature.AddressType
-
public class AddressType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AddressType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCountryName()
java.lang.String
getLocalityName()
MultiPointType
getLocation()
java.lang.String
getPostalCode()
java.lang.String
getThoroughfareName()
java.lang.String
getThoroughfareNumber()
boolean
isSetCountryName()
boolean
isSetLocalityName()
boolean
isSetLocation()
boolean
isSetPostalCode()
boolean
isSetThoroughfareName()
boolean
isSetThoroughfareNumber()
void
setCountryName(java.lang.String countryName)
void
setLocalityName(java.lang.String localityName)
void
setLocation(MultiPointType location)
void
setPostalCode(java.lang.String postalCode)
void
setThoroughfareName(java.lang.String thoroughfareName)
void
setThoroughfareNumber(java.lang.String thoroughfareNumber)
void
unsetCountryName()
void
unsetLocalityName()
void
unsetLocation()
void
unsetPostalCode()
void
unsetThoroughfareName()
void
unsetThoroughfareNumber()
-
-
-
Method Detail
-
isSetCountryName
public boolean isSetCountryName()
-
getCountryName
public java.lang.String getCountryName()
-
setCountryName
public void setCountryName(java.lang.String countryName)
-
unsetCountryName
public void unsetCountryName()
-
isSetLocalityName
public boolean isSetLocalityName()
-
getLocalityName
public java.lang.String getLocalityName()
-
setLocalityName
public void setLocalityName(java.lang.String localityName)
-
unsetLocalityName
public void unsetLocalityName()
-
isSetThoroughfareNumber
public boolean isSetThoroughfareNumber()
-
getThoroughfareNumber
public java.lang.String getThoroughfareNumber()
-
setThoroughfareNumber
public void setThoroughfareNumber(java.lang.String thoroughfareNumber)
-
unsetThoroughfareNumber
public void unsetThoroughfareNumber()
-
isSetThoroughfareName
public boolean isSetThoroughfareName()
-
getThoroughfareName
public java.lang.String getThoroughfareName()
-
setThoroughfareName
public void setThoroughfareName(java.lang.String thoroughfareName)
-
unsetThoroughfareName
public void unsetThoroughfareName()
-
isSetPostalCode
public boolean isSetPostalCode()
-
getPostalCode
public java.lang.String getPostalCode()
-
setPostalCode
public void setPostalCode(java.lang.String postalCode)
-
unsetPostalCode
public void unsetPostalCode()
-
isSetLocation
public boolean isSetLocation()
-
getLocation
public MultiPointType getLocation()
-
setLocation
public void setLocation(MultiPointType location)
-
unsetLocation
public void unsetLocation()
-
-