org.apache.ws.scout.registry.infomodel
Class PostalAddressImpl
java.lang.Object
org.apache.ws.scout.registry.infomodel.ExtensibleObjectImpl
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostalAddressImpl
public PostalAddressImpl(ClassificationScheme postalScheme)
- Creates a new instance of PostalAddressImpl
PostalAddressImpl
public PostalAddressImpl()
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.