javax.xml.registry.infomodel
Interface PostalAddress

All Superinterfaces:
ExtensibleObject (src)

public interface PostalAddress
extends ExtensibleObject (src)


Method Summary
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.String getPostalCode()
           
 ClassificationScheme (src) 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 coutry)
           
 void setPostalCode(java.lang.String code)
           
 void setPostalScheme(ClassificationScheme (src)  scheme)
           
 void setStateOrProvince(java.lang.String state)
           
 void setStreet(java.lang.String street)
           
 void setStreetNumber(java.lang.String number)
           
 void setType(java.lang.String type)
           
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject (src)
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Method Detail

getCity

public java.lang.String getCity()
                         throws JAXRException (src) 
Throws:
JAXRException (src)

getCountry

public java.lang.String getCountry()
                            throws JAXRException (src) 
Throws:
JAXRException (src)

getPostalCode

public java.lang.String getPostalCode()
                               throws JAXRException (src) 
Throws:
JAXRException (src)

getPostalScheme

public ClassificationScheme (src)  getPostalScheme()
                                     throws JAXRException (src) 
Throws:
JAXRException (src)

getStateOrProvince

public java.lang.String getStateOrProvince()
                                    throws JAXRException (src) 
Throws:
JAXRException (src)

getStreet

public java.lang.String getStreet()
                           throws JAXRException (src) 
Throws:
JAXRException (src)

getStreetNumber

public java.lang.String getStreetNumber()
                                 throws JAXRException (src) 
Throws:
JAXRException (src)

getType

public java.lang.String getType()
                         throws JAXRException (src) 
Throws:
JAXRException (src)

setCity

public void setCity(java.lang.String city)
             throws JAXRException (src) 
Throws:
JAXRException (src)

setCountry

public void setCountry(java.lang.String coutry)
                throws JAXRException (src) 
Throws:
JAXRException (src)

setPostalCode

public void setPostalCode(java.lang.String code)
                   throws JAXRException (src) 
Throws:
JAXRException (src)

setPostalScheme

public void setPostalScheme(ClassificationScheme (src)  scheme)
                     throws JAXRException (src) 
Throws:
JAXRException (src)

setStateOrProvince

public void setStateOrProvince(java.lang.String state)
                        throws JAXRException (src) 
Throws:
JAXRException (src)

setStreet

public void setStreet(java.lang.String street)
               throws JAXRException (src) 
Throws:
JAXRException (src)

setStreetNumber

public void setStreetNumber(java.lang.String number)
                     throws JAXRException (src) 
Throws:
JAXRException (src)

setType

public void setType(java.lang.String type)
             throws JAXRException (src) 
Throws:
JAXRException (src)