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