Class TelephoneNumberImpl

  • All Implemented Interfaces:
    Serializable, javax.xml.registry.infomodel.TelephoneNumber

    public class TelephoneNumberImpl
    extends Object
    implements javax.xml.registry.infomodel.TelephoneNumber, Serializable
    Author:
    kwalsh, Bobby Bissett
    See Also:
    Serialized Form
    • Constructor Detail

      • TelephoneNumberImpl

        public TelephoneNumberImpl()
        Default constructor
    • Method Detail

      • getNumber

        public String getNumber()
                         throws javax.xml.registry.JAXRException
        The telephone number suffix not including the country or area code.
        Specified by:
        getNumber in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException
      • setNumber

        public void setNumber​(String number)
                       throws javax.xml.registry.JAXRException
        The telephone number suffix not including the country or area code.
        Specified by:
        setNumber in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException
      • getType

        public String getType()
                       throws javax.xml.registry.JAXRException
        The type of telephone number (e.g. fax etc.)
        Specified by:
        getType in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException
      • setType

        public void setType​(String type)
                     throws javax.xml.registry.JAXRException
        The type of telephone number (e.g. fax etc.) as a Concept
        Specified by:
        setType in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException
      • getCountryCode

        public String getCountryCode()
                              throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        getCountryCode in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException
      • setCountryCode

        public void setCountryCode​(String countryCode)
                            throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        setCountryCode in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException
      • getAreaCode

        public String getAreaCode()
                           throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        getAreaCode in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException
      • setAreaCode

        public void setAreaCode​(String areaCode)
                         throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        setAreaCode in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException
      • getExtension

        public String getExtension()
                            throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        getExtension in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException
      • setExtension

        public void setExtension​(String extension)
                          throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        setExtension in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException
      • getUrl

        public String getUrl()
                      throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        getUrl in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException
      • setUrl

        public void setUrl​(String url)
                    throws javax.xml.registry.JAXRException
        Level 1 method
        Specified by:
        setUrl in interface javax.xml.registry.infomodel.TelephoneNumber
        Throws:
        javax.xml.registry.JAXRException