KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > PostalAddress

javax.xml.registry.infomodel
Interface PostalAddress

All Superinterfaces:
ExtensibleObject
See Also:
Top Examples, Source Code

public String getCity()
               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getCountry()
                  throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getPostalCode()
                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ClassificationScheme getPostalScheme()
                                     throws JAXRException
See Also:
RegistryService.getDefaultPostalScheme()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getStateOrProvince()
                          throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getStreet()
                 throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getStreetNumber()
                       throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getType()
               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setCity(String city)
             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setCountry(String country)
                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPostalCode(String postalCode)
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setPostalScheme(ClassificationScheme scheme)
                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setStateOrProvince(String stateOrProvince)
                        throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setStreet(String street)
               throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setStreetNumber(String streetNumber)
                     throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setType(String type)
             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags