public interface TelephoneNumber| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE | getAreaCode() 市外局番を取得します。 |
StringSE | getCountryCode() 国コードを取得します。 |
StringSE | getExtension() 内部拡張子を取得します。 |
StringSE | getNumber() 国または市外局番を含まない電話番号のサフィックスを取得します。 |
StringSE | getType() 電話番号の型(たとえば、"fax" )。 |
StringSE | getUrl() この番号を電子的にダイヤルできる URL を取得します。 |
void | setAreaCode(StringSE areaCode) 市外局番を設定します。 |
void | setCountryCode(StringSE countryCode) 国コードを設定します。 |
void | setExtension(StringSE extension) 内部拡張子を設定します。 |
void | setNumber(StringSE number) 国番号や市外局番を含まない電話番号のサフィックスを設定します。 |
void | setType(StringSE type) 電話番号の種類を設定します (たとえば、「ファックス」)。 |
void | setUrl(StringSE url) この番号を電子的にダイヤルできる URL を設定します。 |
StringSE getCountryCode() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 StringSE getAreaCode() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 StringSE getNumber() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 StringSE getExtension() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 StringSE getUrl() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 StringSE getType() throws JAXRException
JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setCountryCode(StringSE countryCode) throws JAXRException
countryCode - 国コード JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setAreaCode(StringSE areaCode) throws JAXRException
areaCode - 市外局番 JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setNumber(StringSE number) throws JAXRException
number - 電話番号 JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setExtension(StringSE extension) throws JAXRException
extension - 内部内線番号 JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setUrl(StringSE url) throws JAXRException
url - URL 文字列 JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 void setType(StringSE type) throws JAXRException
type - この TelephoneNumber の型。これは任意の文字列です JAXRException - Jakarta XML Registries プロバイダーで内部エラーが発生した場合 Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.