javax.xml.registry.infomodel
Interface PostalAddress
- All Superinterfaces:
- ExtensibleObject
public interface PostalAddress
- extends ExtensibleObject
- Version:
- $Revision: 57196 $
- Author:
- Scott.Stark@jboss.org
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 coutry)
throws JAXRException
- Throws:
JAXRException
setPostalCode
void setPostalCode(String code)
throws JAXRException
- Throws:
JAXRException
setPostalScheme
void setPostalScheme(ClassificationScheme scheme)
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 number)
throws JAXRException
- Throws:
JAXRException
setType
void setType(String type)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.