Package org.cxml

Class TelephoneNumber

java.lang.Object
org.cxml.TelephoneNumber

public class TelephoneNumber extends Object
  • Field Details

    • countryCode

      protected CountryCode countryCode
    • areaOrCityCode

      protected String areaOrCityCode
    • number

      protected String number
    • extension

      protected String extension
  • Constructor Details

    • TelephoneNumber

      public TelephoneNumber()
  • Method Details

    • 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 String getAreaOrCityCode()
      Gets the value of the areaOrCityCode property.
      Returns:
      possible object is String
    • setAreaOrCityCode

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

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

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

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

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