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:
javax.xml.registry.infomodel.ExtensibleObject, javax.xml.registry.infomodel.PostalAddress

public class PostalAddressImpl
extends ExtensibleObjectImpl
implements javax.xml.registry.infomodel.PostalAddress

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

Author:
Anil Saldhana

Constructor Summary
PostalAddressImpl()
           
PostalAddressImpl(javax.xml.registry.infomodel.ClassificationScheme postalScheme)
          Creates a new instance of PostalAddressImpl
 
Method Summary
 java.lang.String getCity()
           
 java.lang.String getCountry()
           
 java.lang.String getPostalCode()
           
 javax.xml.registry.infomodel.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(javax.xml.registry.infomodel.ClassificationScheme postalScheme)
           
 void setStateOrProvince(java.lang.String stateOrProvince)
           
 void setStreet(java.lang.String street)
           
 void setStreetNumber(java.lang.String streetNumber)
           
 void setType(java.lang.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(javax.xml.registry.infomodel.ClassificationScheme postalScheme)
Creates a new instance of PostalAddressImpl


PostalAddressImpl

public PostalAddressImpl()
Method Detail

getCity

public java.lang.String getCity()
Specified by:
getCity in interface javax.xml.registry.infomodel.PostalAddress

setCity

public void setCity(java.lang.String city)
Specified by:
setCity in interface javax.xml.registry.infomodel.PostalAddress

getCountry

public java.lang.String getCountry()
Specified by:
getCountry in interface javax.xml.registry.infomodel.PostalAddress

setCountry

public void setCountry(java.lang.String country)
Specified by:
setCountry in interface javax.xml.registry.infomodel.PostalAddress

getPostalCode

public java.lang.String getPostalCode()
Specified by:
getPostalCode in interface javax.xml.registry.infomodel.PostalAddress

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Specified by:
setPostalCode in interface javax.xml.registry.infomodel.PostalAddress

getPostalScheme

public javax.xml.registry.infomodel.ClassificationScheme getPostalScheme()
Specified by:
getPostalScheme in interface javax.xml.registry.infomodel.PostalAddress

setPostalScheme

public void setPostalScheme(javax.xml.registry.infomodel.ClassificationScheme postalScheme)
Specified by:
setPostalScheme in interface javax.xml.registry.infomodel.PostalAddress

getStateOrProvince

public java.lang.String getStateOrProvince()
Specified by:
getStateOrProvince in interface javax.xml.registry.infomodel.PostalAddress

setStateOrProvince

public void setStateOrProvince(java.lang.String stateOrProvince)
Specified by:
setStateOrProvince in interface javax.xml.registry.infomodel.PostalAddress

getStreet

public java.lang.String getStreet()
Specified by:
getStreet in interface javax.xml.registry.infomodel.PostalAddress

setStreet

public void setStreet(java.lang.String street)
Specified by:
setStreet in interface javax.xml.registry.infomodel.PostalAddress

getStreetNumber

public java.lang.String getStreetNumber()
Specified by:
getStreetNumber in interface javax.xml.registry.infomodel.PostalAddress

setStreetNumber

public void setStreetNumber(java.lang.String streetNumber)
Specified by:
setStreetNumber in interface javax.xml.registry.infomodel.PostalAddress

getType

public java.lang.String getType()
Specified by:
getType in interface javax.xml.registry.infomodel.PostalAddress

setType

public void setType(java.lang.String type)
Specified by:
setType in interface javax.xml.registry.infomodel.PostalAddress


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.