javax.xml.registry.infomodel
Interface PostalAddress

All Superinterfaces:
ExtensibleObject

public interface PostalAddress
extends ExtensibleObject

Version:
$Revision: 57196 $
Author:
Scott.Stark@jboss.org

Method Summary
 String getCity()
           
 String getCountry()
           
 String getPostalCode()
           
 ClassificationScheme getPostalScheme()
           
 String getStateOrProvince()
           
 String getStreet()
           
 String getStreetNumber()
           
 String getType()
           
 void setCity(String city)
           
 void setCountry(String coutry)
           
 void setPostalCode(String code)
           
 void setPostalScheme(ClassificationScheme scheme)
           
 void setStateOrProvince(String state)
           
 void setStreet(String street)
           
 void setStreetNumber(String number)
           
 void setType(String type)
           
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

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.