org.apache.ws.scout.registry.infomodel
Class TelephoneNumberImpl
java.lang.Object
org.apache.ws.scout.registry.infomodel.TelephoneNumberImpl
- All Implemented Interfaces:
- TelephoneNumber
public class TelephoneNumberImpl
- extends Object
- implements TelephoneNumber
Implements JAXR Interface.
For futher details, look into the JAXR API Javadoc.
- Author:
- Anil Saldhana
TelephoneNumberImpl
public TelephoneNumberImpl()
getNumber
public String getNumber()
- Specified by:
getNumber
in interface TelephoneNumber
setNumber
public void setNumber(String number)
- Specified by:
setNumber
in interface TelephoneNumber
getType
public String getType()
- Specified by:
getType
in interface TelephoneNumber
setType
public void setType(String type)
- Specified by:
setType
in interface TelephoneNumber
getAreaCode
public String getAreaCode()
throws JAXRException
- Specified by:
getAreaCode
in interface TelephoneNumber
- Throws:
JAXRException
setAreaCode
public void setAreaCode(String areaCode)
throws JAXRException
- Specified by:
setAreaCode
in interface TelephoneNumber
- Throws:
JAXRException
getCountryCode
public String getCountryCode()
throws JAXRException
- Specified by:
getCountryCode
in interface TelephoneNumber
- Throws:
JAXRException
setCountryCode
public void setCountryCode(String countryCode)
throws JAXRException
- Specified by:
setCountryCode
in interface TelephoneNumber
- Throws:
JAXRException
getExtension
public String getExtension()
throws JAXRException
- Specified by:
getExtension
in interface TelephoneNumber
- Throws:
JAXRException
setExtension
public void setExtension(String extension)
throws JAXRException
- Specified by:
setExtension
in interface TelephoneNumber
- Throws:
JAXRException
getUrl
public String getUrl()
throws JAXRException
- Specified by:
getUrl
in interface TelephoneNumber
- Throws:
JAXRException
setUrl
public void setUrl(String url)
throws JAXRException
- Specified by:
setUrl
in interface TelephoneNumber
- Throws:
JAXRException
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.