org.opencrx.kernel.address1.cci2
Interface PhoneNumberAddressable

All Known Subinterfaces:
PhoneNumber, PhoneNumber, PhoneNumber, PhoneNumber, PhoneNumber, PhoneNumber, PhoneNumber, PhoneNumber, PhoneNumberAddressable
All Known Implementing Classes:
PhoneNumber, PhoneNumber, PhoneNumber, PhoneNumber

public interface PhoneNumberAddressable

Abstract class PhoneNumberAddressable


Method Summary
 String getPhoneCityArea()
           
 short getPhoneCountryPrefix()
          Retrieves the value for the attribute phoneCountryPrefix.
 String getPhoneExtension()
           
 String getPhoneLocalNumber()
           
 String getPhoneNumberFull()
           
 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.
 

Method Detail

isAutomaticParsing

boolean isAutomaticParsing()
Retrieves the value for the attribute automaticParsing.

Returns:
The non-null value for attribute automaticParsing.

setAutomaticParsing

void setAutomaticParsing(boolean automaticParsing)
Sets a new value for the attribute automaticParsing.

Parameters:
automaticParsing - The non-null new value for attribute automaticParsing.

getPhoneCityArea

String getPhoneCityArea()
Returns:
The possibly null value for attribute phoneCityArea.

setPhoneCityArea

void setPhoneCityArea(String phoneCityArea)
Sets a new value for the attribute phoneCityArea.

Parameters:
phoneCityArea - The possibly null new value for attribute phoneCityArea.

getPhoneCountryPrefix

short getPhoneCountryPrefix()
Retrieves the value for the attribute phoneCountryPrefix.

Returns:
The non-null value for attribute phoneCountryPrefix.

setPhoneCountryPrefix

void setPhoneCountryPrefix(short phoneCountryPrefix)
Sets a new value for the attribute phoneCountryPrefix.

Parameters:
phoneCountryPrefix - The non-null new value for attribute phoneCountryPrefix.

getPhoneExtension

String getPhoneExtension()
Returns:
The possibly null value for attribute phoneExtension.

setPhoneExtension

void setPhoneExtension(String phoneExtension)
Sets a new value for the attribute phoneExtension.

Parameters:
phoneExtension - The possibly null new value for attribute phoneExtension.

getPhoneLocalNumber

String getPhoneLocalNumber()
Returns:
The possibly null value for attribute phoneLocalNumber.

setPhoneLocalNumber

void setPhoneLocalNumber(String phoneLocalNumber)
Sets a new value for the attribute phoneLocalNumber.

Parameters:
phoneLocalNumber - The possibly null new value for attribute phoneLocalNumber.

getPhoneNumberFull

String getPhoneNumberFull()
Returns:
The possibly null value for attribute phoneNumberFull.

setPhoneNumberFull

void setPhoneNumberFull(String phoneNumberFull)
Sets a new value for the attribute phoneNumberFull.

Parameters:
phoneNumberFull - The possibly null new value for attribute phoneNumberFull.


This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.