org.opencrx.kernel.address1.cci
Interface PhoneNumberAddressable

All Superinterfaces:
RefBaseObject, RefFeatured, RefObject, RefObject_1_0
All Known Subinterfaces:
PhoneNumber, PhoneNumber, PhoneNumber, PhoneNumber
All Known Implementing Classes:
PhoneNumberAddressableImpl, PhoneNumberImpl, PhoneNumberImpl, PhoneNumberImpl, PhoneNumberImpl

public interface PhoneNumberAddressable
extends RefObject_1_0


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 newValue)
          Sets a new value for the attribute automaticParsing.
 void setPhoneCityArea(String newValue)
          Sets a new value for the attribute phoneCityArea.
 void setPhoneCountryPrefix(short newValue)
          Sets a new value for the attribute phoneCountryPrefix.
 void setPhoneExtension(String newValue)
          Sets a new value for the attribute phoneExtension.
 void setPhoneLocalNumber(String newValue)
          Sets a new value for the attribute phoneLocalNumber.
 void setPhoneNumberFull(String newValue)
          Sets a new value for the attribute phoneNumberFull.
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

isAutomaticParsing

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

Returns:
The non-null value for attribute automaticParsing.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setAutomaticParsing

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

Parameters:
newValue - The non-null new value for attribute automaticParsing.
Throws:
JmiException - If the value cannot be set for some reason.

getPhoneCityArea

String getPhoneCityArea()
Returns:
The possibly null value for attribute phoneCityArea.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPhoneCityArea

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

Parameters:
newValue - The possibly null new value for attribute phoneCityArea.
Throws:
JmiException - If the value cannot be set for some reason.

getPhoneCountryPrefix

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

Returns:
The non-null value for attribute phoneCountryPrefix.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPhoneCountryPrefix

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

Parameters:
newValue - The non-null new value for attribute phoneCountryPrefix.
Throws:
JmiException - If the value cannot be set for some reason.

getPhoneExtension

String getPhoneExtension()
Returns:
The possibly null value for attribute phoneExtension.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPhoneExtension

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

Parameters:
newValue - The possibly null new value for attribute phoneExtension.
Throws:
JmiException - If the value cannot be set for some reason.

getPhoneLocalNumber

String getPhoneLocalNumber()
Returns:
The possibly null value for attribute phoneLocalNumber.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPhoneLocalNumber

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

Parameters:
newValue - The possibly null new value for attribute phoneLocalNumber.
Throws:
JmiException - If the value cannot be set for some reason.

getPhoneNumberFull

String getPhoneNumberFull()
Returns:
The possibly null value for attribute phoneNumberFull.
Throws:
JmiException - If the value cannot be retrieved for some reason.

setPhoneNumberFull

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

Parameters:
newValue - The possibly null new value for attribute phoneNumberFull.
Throws:
JmiException - If the value cannot be set for some reason.


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