public class TelephoneNumber
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
areaOrCityCode |
protected CountryCode |
countryCode |
protected java.lang.String |
extension |
protected java.lang.String |
number |
| Constructor and Description |
|---|
TelephoneNumber() |
| Modifier and Type | Method and 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.
|
protected CountryCode countryCode
protected java.lang.String areaOrCityCode
protected java.lang.String number
protected java.lang.String extension
public CountryCode getCountryCode()
CountryCodepublic void setCountryCode(CountryCode value)
value - allowed object is
CountryCodepublic java.lang.String getAreaOrCityCode()
Stringpublic void setAreaOrCityCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumber()
Stringpublic void setNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExtension()
Stringpublic void setExtension(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.