public class PostalAddressImpl extends ExtensibleObjectImpl implements PostalAddress
Constructor and Description |
---|
PostalAddressImpl() |
PostalAddressImpl(ClassificationScheme postalScheme)
Creates a new instance of PostalAddressImpl
|
Modifier and Type | Method and Description |
---|---|
String |
getCity() |
String |
getCountry() |
String |
getPostalCode() |
ClassificationScheme |
getPostalScheme() |
String |
getStateOrProvince() |
String |
getStreet() |
String |
getStreetNumber() |
String |
getType() |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setPostalCode(String postalCode) |
void |
setPostalScheme(ClassificationScheme postalScheme) |
void |
setStateOrProvince(String stateOrProvince) |
void |
setStreet(String street) |
void |
setStreetNumber(String streetNumber) |
void |
setType(String type) |
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
public PostalAddressImpl(ClassificationScheme postalScheme)
public PostalAddressImpl()
public String getCity()
getCity
in interface PostalAddress
public void setCity(String city)
setCity
in interface PostalAddress
public String getCountry()
getCountry
in interface PostalAddress
public void setCountry(String country)
setCountry
in interface PostalAddress
public String getPostalCode()
getPostalCode
in interface PostalAddress
public void setPostalCode(String postalCode)
setPostalCode
in interface PostalAddress
public ClassificationScheme getPostalScheme()
getPostalScheme
in interface PostalAddress
public void setPostalScheme(ClassificationScheme postalScheme)
setPostalScheme
in interface PostalAddress
public String getStateOrProvince()
getStateOrProvince
in interface PostalAddress
public void setStateOrProvince(String stateOrProvince)
setStateOrProvince
in interface PostalAddress
public String getStreet()
getStreet
in interface PostalAddress
public void setStreet(String street)
setStreet
in interface PostalAddress
public String getStreetNumber()
getStreetNumber
in interface PostalAddress
public void setStreetNumber(String streetNumber)
setStreetNumber
in interface PostalAddress
public String getType()
getType
in interface PostalAddress
public void setType(String type)
setType
in interface PostalAddress
Copyright © 2018 JBoss by Red Hat. All rights reserved.