| Constructor and Description |
|---|
TelecomImpl(String value)
A convenience constructor that defaults to Medium type of TelecomMedium.Telephone and a TelecomUse.Business
|
TelecomImpl(String value,
TelecomUse use)
A convenience constructor that defaults to Medium type of TelecomMedium.Telephone
|
TelecomImpl(TelecomMedium medium,
String value)
A convenience constructor that defaults to a TelecomUse.Business
|
TelecomImpl(TelecomMedium medium,
String communicationValue,
TelecomUse usageCode) |
| Modifier and Type | Method and Description |
|---|---|
static TelecomImpl |
fax(String value)
A convenience constructor that defaults to Medium type of TelecomMedium.Fax and a TelecomUse.Business
|
TelecomMedium |
getTelecomMedium() |
TelecomUse |
getTelecomUse() |
String |
getTelecomValue() |
static TelecomImpl |
phone(String value)
A convenience constructor that defaults to Medium type of TelecomMedium.Telephone and a TelecomUse.Business
|
void |
setTelecomUse(TelecomUse electronicCommunicationUsageCode) |
public TelecomImpl(TelecomMedium medium, String communicationValue, TelecomUse usageCode)
public TelecomImpl(String value, TelecomUse use)
value - use - public TelecomImpl(String value)
public TelecomImpl(TelecomMedium medium, String value)
value - medium - public static TelecomImpl phone(String value)
public static TelecomImpl fax(String value)
public TelecomMedium getTelecomMedium()
getTelecomMedium in interface Telecompublic String getTelecomValue()
getTelecomValue in interface Telecompublic TelecomUse getTelecomUse()
getTelecomUse in interface Telecompublic void setTelecomUse(TelecomUse electronicCommunicationUsageCode)
setTelecomUse in interface TelecomCopyright © 2021. All rights reserved.