public interface PhoneNumberAddressable
PhoneNumberAddressable| Modifier and Type | Method and Description |
|---|---|
String |
getPhoneCityArea()
Retrieves the possibly null value for the optional attribute
phoneCityArea. |
short |
getPhoneCountryPrefix()
Retrieves the value for the attribute
phoneCountryPrefix. |
String |
getPhoneExtension()
Retrieves the possibly null value for the optional attribute
phoneExtension. |
String |
getPhoneLocalNumber()
Retrieves the possibly null value for the optional attribute
phoneLocalNumber. |
String |
getPhoneNumberFull()
Retrieves the possibly null value for the optional attribute
phoneNumberFull. |
boolean |
isAutomaticParsing()
Retrieves the value for the attribute
automaticParsing. |
void |
setAutomaticParsing(boolean automaticParsing)
Sets a new value for the attribute
automaticParsing. |
void |
setPhoneCityArea(String phoneCityArea)
Sets a new value for the attribute
phoneCityArea. |
void |
setPhoneCountryPrefix(short phoneCountryPrefix)
Sets a new value for the attribute
phoneCountryPrefix. |
void |
setPhoneExtension(String phoneExtension)
Sets a new value for the attribute
phoneExtension. |
void |
setPhoneLocalNumber(String phoneLocalNumber)
Sets a new value for the attribute
phoneLocalNumber. |
void |
setPhoneNumberFull(String phoneNumberFull)
Sets a new value for the attribute
phoneNumberFull. |
boolean isAutomaticParsing()
automaticParsing.automaticParsing.void setAutomaticParsing(boolean automaticParsing)
automaticParsing.automaticParsing - The non-null new value for attribute automaticParsing.String getPhoneCityArea()
phoneCityArea.phoneCityArea.void setPhoneCityArea(String phoneCityArea)
phoneCityArea.phoneCityArea - The possibly null new value for attribute phoneCityArea.short getPhoneCountryPrefix()
phoneCountryPrefix.phoneCountryPrefix.void setPhoneCountryPrefix(short phoneCountryPrefix)
phoneCountryPrefix.phoneCountryPrefix - The non-null new value for attribute phoneCountryPrefix.String getPhoneExtension()
phoneExtension.phoneExtension.void setPhoneExtension(String phoneExtension)
phoneExtension.phoneExtension - The possibly null new value for attribute phoneExtension.String getPhoneLocalNumber()
phoneLocalNumber.phoneLocalNumber.void setPhoneLocalNumber(String phoneLocalNumber)
phoneLocalNumber.phoneLocalNumber - The possibly null new value for attribute phoneLocalNumber.String getPhoneNumberFull()
phoneNumberFull.phoneNumberFull.void setPhoneNumberFull(String phoneNumberFull)
phoneNumberFull.phoneNumberFull - The possibly null new value for attribute phoneNumberFull.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.