|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TelephoneNumber
Method Summary | |
---|---|
java.lang.String |
getAreaCode()
Gets the area code. |
java.lang.String |
getCountryCode()
Gets the country code. |
java.lang.String |
getExtension()
Gets the internal extension. |
java.lang.String |
getNumber()
Gets the telephone number suffix, not including the country or area code. |
java.lang.String |
getType()
Returns the type of telephone number (for example, "fax"). |
java.lang.String |
getUrl()
Gets the URL that can dial this number electronically. |
void |
setAreaCode(java.lang.String areaCode)
Sets the area code. |
void |
setCountryCode(java.lang.String countryCode)
Sets the country code. |
void |
setExtension(java.lang.String extension)
sets the internal extension. |
void |
setNumber(java.lang.String number)
Sets the telephone number suffix, not including the country or area code. |
void |
setType(java.lang.String type)
Sets the type of telephone number (for example, "fax"). |
void |
setUrl(java.lang.String url)
Sets the URL that can dial this number electronically. |
Method Detail |
---|
java.lang.String getAreaCode() throws CSAppFrameworkException
CSAppFrameworkException
void setAreaCode(java.lang.String areaCode) throws CSAppFrameworkException
areaCode
-
CSAppFrameworkException
java.lang.String getCountryCode() throws CSAppFrameworkException
CSAppFrameworkException
void setCountryCode(java.lang.String countryCode) throws CSAppFrameworkException
countryCode
-
CSAppFrameworkException
java.lang.String getExtension() throws CSAppFrameworkException
CSAppFrameworkException
void setExtension(java.lang.String extension) throws CSAppFrameworkException
extension
-
CSAppFrameworkException
java.lang.String getNumber() throws CSAppFrameworkException
CSAppFrameworkException
void setNumber(java.lang.String number) throws CSAppFrameworkException
number
-
CSAppFrameworkException
java.lang.String getType() throws CSAppFrameworkException
CSAppFrameworkException
void setType(java.lang.String type) throws CSAppFrameworkException
type
-
CSAppFrameworkException
java.lang.String getUrl() throws CSAppFrameworkException
CSAppFrameworkException
void setUrl(java.lang.String url) throws CSAppFrameworkException
url
-
CSAppFrameworkException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |