Package org.cxml
Class TelephoneNumber
java.lang.Object
org.cxml.TelephoneNumber
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CountryCodeprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the areaOrCityCode property.Gets the value of the countryCode property.Gets the value of the extension property.Gets the value of the number property.voidsetAreaOrCityCode(String value) Sets the value of the areaOrCityCode property.voidsetCountryCode(CountryCode value) Sets the value of the countryCode property.voidsetExtension(String value) Sets the value of the extension property.voidSets the value of the number property.
-
Field Details
-
countryCode
-
areaOrCityCode
-
number
-
extension
-
-
Constructor Details
-
TelephoneNumber
public TelephoneNumber()
-
-
Method Details
-
getCountryCode
Gets the value of the countryCode property.- Returns:
- possible object is
CountryCode
-
setCountryCode
Sets the value of the countryCode property.- Parameters:
value- allowed object isCountryCode
-
getAreaOrCityCode
Gets the value of the areaOrCityCode property.- Returns:
- possible object is
String
-
setAreaOrCityCode
Sets the value of the areaOrCityCode property.- Parameters:
value- allowed object isString
-
getNumber
Gets the value of the number property.- Returns:
- possible object is
String
-
setNumber
Sets the value of the number property.- Parameters:
value- allowed object isString
-
getExtension
Gets the value of the extension property.- Returns:
- possible object is
String
-
setExtension
Sets the value of the extension property.- Parameters:
value- allowed object isString
-