Package org.cxml

Class TelephoneNumber


  • public class TelephoneNumber
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TelephoneNumber()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAreaOrCityCode()
      Gets the value of the areaOrCityCode property.
      CountryCode getCountryCode()
      Gets the value of the countryCode property.
      java.lang.String getExtension()
      Gets the value of the extension property.
      java.lang.String getNumber()
      Gets the value of the number property.
      void setAreaOrCityCode​(java.lang.String value)
      Sets the value of the areaOrCityCode property.
      void setCountryCode​(CountryCode value)
      Sets the value of the countryCode property.
      void setExtension​(java.lang.String value)
      Sets the value of the extension property.
      void setNumber​(java.lang.String value)
      Sets the value of the number property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • areaOrCityCode

        protected java.lang.String areaOrCityCode
      • number

        protected java.lang.String number
      • extension

        protected java.lang.String extension
    • Constructor Detail

      • TelephoneNumber

        public TelephoneNumber()
    • Method Detail

      • getCountryCode

        public CountryCode getCountryCode()
        Gets the value of the countryCode property.
        Returns:
        possible object is CountryCode
      • setCountryCode

        public void setCountryCode​(CountryCode value)
        Sets the value of the countryCode property.
        Parameters:
        value - allowed object is CountryCode
      • getAreaOrCityCode

        public java.lang.String getAreaOrCityCode()
        Gets the value of the areaOrCityCode property.
        Returns:
        possible object is String
      • setAreaOrCityCode

        public void setAreaOrCityCode​(java.lang.String value)
        Sets the value of the areaOrCityCode property.
        Parameters:
        value - allowed object is String
      • getNumber

        public java.lang.String getNumber()
        Gets the value of the number property.
        Returns:
        possible object is String
      • setNumber

        public void setNumber​(java.lang.String value)
        Sets the value of the number property.
        Parameters:
        value - allowed object is String
      • getExtension

        public java.lang.String getExtension()
        Gets the value of the extension property.
        Returns:
        possible object is String
      • setExtension

        public void setExtension​(java.lang.String value)
        Sets the value of the extension property.
        Parameters:
        value - allowed object is String