Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


com.oracle.sft.api
Interface PhoneNumber


public interface PhoneNumber

This interface provides an easy way to access the telephone number information of the user. This API corresponds to RFC 3966.


Method Summary
 String getContext()
          Any phone-context present in the number.
 String getNumber()
          Get the phone number.
 boolean isGlobal()
          Returns if the number is global number or local number.

 

Method Detail

getNumber

String getNumber()
Get the phone number.
Returns:
Phone number as a String.

isGlobal

boolean isGlobal()
Returns if the number is global number or local number.
Returns:
True if the number is global, false otherwise.

getContext

String getContext()
Any phone-context present in the number.
Returns:
A string representing the phone context.

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.