javax.xml.registry.infomodel
Interface PostalAddress

All Superinterfaces:
ExtensibleObject

public interface PostalAddress
extends ExtensibleObject

Version:
$Revision$ $Date$

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

Method Detail

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.