javax.xml.registry.infomodel
Interface PostalAddress
- All Superinterfaces:
- ExtensibleObject
public interface PostalAddress
- extends ExtensibleObject
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
getCity
java.lang.String getCity()
throws JAXRException
- Throws:
JAXRException
getCountry
java.lang.String getCountry()
throws JAXRException
- Throws:
JAXRException
getPostalCode
java.lang.String getPostalCode()
throws JAXRException
- Throws:
JAXRException
getPostalScheme
ClassificationScheme getPostalScheme()
throws JAXRException
- Throws:
JAXRException
getStateOrProvince
java.lang.String getStateOrProvince()
throws JAXRException
- Throws:
JAXRException
getStreet
java.lang.String getStreet()
throws JAXRException
- Throws:
JAXRException
getStreetNumber
java.lang.String getStreetNumber()
throws JAXRException
- Throws:
JAXRException
getType
java.lang.String getType()
throws JAXRException
- Throws:
JAXRException
setCity
void setCity(java.lang.String city)
throws JAXRException
- Throws:
JAXRException
setCountry
void setCountry(java.lang.String country)
throws JAXRException
- Throws:
JAXRException
setPostalCode
void setPostalCode(java.lang.String postalCode)
throws JAXRException
- Throws:
JAXRException
setPostalScheme
void setPostalScheme(ClassificationScheme postalScheme)
throws JAXRException
- Throws:
JAXRException
setStateOrProvince
void setStateOrProvince(java.lang.String state)
throws JAXRException
- Throws:
JAXRException
setStreet
void setStreet(java.lang.String street)
throws JAXRException
- Throws:
JAXRException
setStreetNumber
void setStreetNumber(java.lang.String streetNumber)
throws JAXRException
- Throws:
JAXRException
setType
void setType(java.lang.String type)
throws JAXRException
- Throws:
JAXRException
Copyright © {inceptionYear}-2008 null. All Rights Reserved.