org.apache.ws.scout.registry.infomodel
Class PostalAddressImpl

java.lang.Object
  extended by org.apache.ws.scout.registry.infomodel.ExtensibleObjectImpl
      extended by org.apache.ws.scout.registry.infomodel.PostalAddressImpl
All Implemented Interfaces:
ExtensibleObject, PostalAddress

public class PostalAddressImpl
extends ExtensibleObjectImpl
implements PostalAddress

Implements PostalAddress Interface Implements JAXR Interface. For futher details, look into the JAXR API Javadoc.

Author:
Anil Saldhana

Constructor Summary
PostalAddressImpl()
           
PostalAddressImpl(ClassificationScheme postalScheme)
          Creates a new instance of PostalAddressImpl
 
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 country)
           
 void setPostalCode(String postalCode)
           
 void setPostalScheme(ClassificationScheme postalScheme)
           
 void setStateOrProvince(String stateOrProvince)
           
 void setStreet(String street)
           
 void setStreetNumber(String streetNumber)
           
 void setType(String type)
           
 
Methods inherited from class org.apache.ws.scout.registry.infomodel.ExtensibleObjectImpl
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
 

Constructor Detail

PostalAddressImpl

public PostalAddressImpl(ClassificationScheme postalScheme)
Creates a new instance of PostalAddressImpl


PostalAddressImpl

public PostalAddressImpl()
Method Detail

getCity

public String getCity()
Specified by:
getCity in interface PostalAddress

setCity

public void setCity(String city)
Specified by:
setCity in interface PostalAddress

getCountry

public String getCountry()
Specified by:
getCountry in interface PostalAddress

setCountry

public void setCountry(String country)
Specified by:
setCountry in interface PostalAddress

getPostalCode

public String getPostalCode()
Specified by:
getPostalCode in interface PostalAddress

setPostalCode

public void setPostalCode(String postalCode)
Specified by:
setPostalCode in interface PostalAddress

getPostalScheme

public ClassificationScheme getPostalScheme()
Specified by:
getPostalScheme in interface PostalAddress

setPostalScheme

public void setPostalScheme(ClassificationScheme postalScheme)
Specified by:
setPostalScheme in interface PostalAddress

getStateOrProvince

public String getStateOrProvince()
Specified by:
getStateOrProvince in interface PostalAddress

setStateOrProvince

public void setStateOrProvince(String stateOrProvince)
Specified by:
setStateOrProvince in interface PostalAddress

getStreet

public String getStreet()
Specified by:
getStreet in interface PostalAddress

setStreet

public void setStreet(String street)
Specified by:
setStreet in interface PostalAddress

getStreetNumber

public String getStreetNumber()
Specified by:
getStreetNumber in interface PostalAddress

setStreetNumber

public void setStreetNumber(String streetNumber)
Specified by:
setStreetNumber in interface PostalAddress

getType

public String getType()
Specified by:
getType in interface PostalAddress

setType

public void setType(String type)
Specified by:
setType in interface PostalAddress


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.