public class AddressType
extends java.lang.Object
Constructor and Description |
---|
AddressType() |
Modifier and Type | Method and 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() |
public boolean isSetCountryName()
public java.lang.String getCountryName()
public void setCountryName(java.lang.String countryName)
public void unsetCountryName()
public boolean isSetLocalityName()
public java.lang.String getLocalityName()
public void setLocalityName(java.lang.String localityName)
public void unsetLocalityName()
public boolean isSetThoroughfareNumber()
public java.lang.String getThoroughfareNumber()
public void setThoroughfareNumber(java.lang.String thoroughfareNumber)
public void unsetThoroughfareNumber()
public boolean isSetThoroughfareName()
public java.lang.String getThoroughfareName()
public void setThoroughfareName(java.lang.String thoroughfareName)
public void unsetThoroughfareName()
public boolean isSetPostalCode()
public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
public void unsetPostalCode()
public boolean isSetLocation()
public MultiPointType getLocation()
public void setLocation(MultiPointType location)
public void unsetLocation()