Package org.cxml
Class TelephoneNumber
- java.lang.Object
-
- org.cxml.TelephoneNumber
-
public class TelephoneNumber extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringareaOrCityCodeprotected CountryCodecountryCodeprotected java.lang.Stringextensionprotected java.lang.Stringnumber
-
Constructor Summary
Constructors Constructor Description TelephoneNumber()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAreaOrCityCode()Gets the value of the areaOrCityCode property.CountryCodegetCountryCode()Gets the value of the countryCode property.java.lang.StringgetExtension()Gets the value of the extension property.java.lang.StringgetNumber()Gets the value of the number property.voidsetAreaOrCityCode(java.lang.String value)Sets the value of the areaOrCityCode property.voidsetCountryCode(CountryCode value)Sets the value of the countryCode property.voidsetExtension(java.lang.String value)Sets the value of the extension property.voidsetNumber(java.lang.String value)Sets the value of the number property.
-
-
-
Field Detail
-
countryCode
protected CountryCode countryCode
-
areaOrCityCode
protected java.lang.String areaOrCityCode
-
number
protected java.lang.String number
-
extension
protected java.lang.String extension
-
-
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 isCountryCode
-
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 isString
-
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 isString
-
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 isString
-
-