public class TelephoneNumberType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
areaCode |
protected String |
countryCode |
protected String |
extension |
protected String |
number |
protected String |
phoneType |
| Constructor and Description |
|---|
TelephoneNumberType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAreaCode() |
String |
getCountryCode() |
String |
getExtension() |
String |
getNumber() |
String |
getPhoneType() |
void |
setAreaCode(String value) |
void |
setCountryCode(String value) |
void |
setExtension(String value) |
void |
setNumber(String value) |
void |
setPhoneType(String value) |
protected String areaCode
protected String countryCode
protected String extension
protected String number
protected String phoneType
public String getAreaCode()
public void setAreaCode(String value)
public String getCountryCode()
public void setCountryCode(String value)
public String getExtension()
public void setExtension(String value)
public String getNumber()
public void setNumber(String value)
public String getPhoneType()
public void setPhoneType(String value)
Copyright © 2021. All rights reserved.