javax.xml.registry.infomodel
Interface PostalAddress
- All Superinterfaces:
- ExtensibleObject
public interface PostalAddress
- extends ExtensibleObject
- Version:
- $Revision$ $Date$
getCity
String getCity()
throws JAXRException
- Throws:
JAXRException
getCountry
String getCountry()
throws JAXRException
- Throws:
JAXRException
getPostalCode
String getPostalCode()
throws JAXRException
- Throws:
JAXRException
getPostalScheme
ClassificationScheme getPostalScheme()
throws JAXRException
- Throws:
JAXRException
getStateOrProvince
String getStateOrProvince()
throws JAXRException
- Throws:
JAXRException
getStreet
String getStreet()
throws JAXRException
- Throws:
JAXRException
getStreetNumber
String getStreetNumber()
throws JAXRException
- Throws:
JAXRException
getType
String getType()
throws JAXRException
- Throws:
JAXRException
setCity
void setCity(String city)
throws JAXRException
- Throws:
JAXRException
setCountry
void setCountry(String country)
throws JAXRException
- Throws:
JAXRException
setPostalCode
void setPostalCode(String postalCode)
throws JAXRException
- Throws:
JAXRException
setPostalScheme
void setPostalScheme(ClassificationScheme postalScheme)
throws JAXRException
- Throws:
JAXRException
setStateOrProvince
void setStateOrProvince(String state)
throws JAXRException
- Throws:
JAXRException
setStreet
void setStreet(String street)
throws JAXRException
- Throws:
JAXRException
setStreetNumber
void setStreetNumber(String streetNumber)
throws JAXRException
- Throws:
JAXRException
setType
void setType(String type)
throws JAXRException
- Throws:
JAXRException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.