|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PostalAddress is a simple re-usable entity class that defines attributes of a postal Address.
Method Summary | |
java.lang.String |
getCity()
The city Default is an empty String. |
java.lang.String |
getCountry()
The country |
java.lang.String |
getPostalCode()
The postal or zip code Default is an empty String. |
ClassificationScheme |
getPostalScheme()
Get a user-defined postal scheme for codifying the attributes of PostalAddress If none is defined for this object, then must rerturn the default value returned by RegistryService#getDefaultPostalScheme() |
java.lang.String |
getStateOrProvince()
The state or province Default is an empty String. |
java.lang.String |
getStreet()
The street name Default is an empty String. |
java.lang.String |
getStreetNumber()
The street number Default is an empty String. |
java.lang.String |
getType()
The type of address (e.g. |
void |
setCity(java.lang.String city)
Sets the city |
void |
setCountry(java.lang.String country)
Sets the country |
void |
setPostalCode(java.lang.String postalCode)
Sets the postal or zip code |
void |
setPostalScheme(ClassificationScheme scheme)
Set a user-defined postal scheme for codifying the attributes of PostalAddress |
void |
setStateOrProvince(java.lang.String stateOrProvince)
Sets the state or province |
void |
setStreet(java.lang.String street)
Sets the street name |
void |
setStreetNumber(java.lang.String street)
Sets the street number |
void |
setType(java.lang.String type)
Sets the type of address (e.g. |
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
addSlot, addSlots, getSlot, getSlotAt, getSlots, removeSlot, removeSlots |
Method Detail |
public java.lang.String getStreet() throws JAXRException
public void setStreet(java.lang.String street) throws JAXRException
public java.lang.String getStreetNumber() throws JAXRException
public void setStreetNumber(java.lang.String street) throws JAXRException
public java.lang.String getCity() throws JAXRException
public void setCity(java.lang.String city) throws JAXRException
public java.lang.String getStateOrProvince() throws JAXRException
public void setStateOrProvince(java.lang.String stateOrProvince) throws JAXRException
public java.lang.String getPostalCode() throws JAXRException
public void setPostalCode(java.lang.String postalCode) throws JAXRException
public java.lang.String getCountry() throws JAXRException
public void setCountry(java.lang.String country) throws JAXRException
public java.lang.String getType() throws JAXRException
public void setType(java.lang.String type) throws JAXRException
public void setPostalScheme(ClassificationScheme scheme) throws JAXRException
public ClassificationScheme getPostalScheme() throws JAXRException
RegistryService.getDefaultPostalScheme()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |