Skip navigation links

Oracle Communications Service Broker
SAL API Reference Reference
Release 6.0

E26227-01


com.convergin.common.sal.ext.api
Interface TelURL

All Superinterfaces:
java.lang.Cloneable, URI

public interface TelURL
extends URI

Method Summary
 boolean equals(java.lang.Object o)
          Returns true if o is equal to this TelURL, false otherwise.
 java.lang.String getPhoneNumber()
          Returns the phone number of this TelURL.
 void setPhoneNumber(java.lang.String number)
          Sets the phone number of this TelURL
 java.lang.String toString()
          Returns the String representation of this TelURL.

 

Methods inherited from interface com.convergin.common.sal.ext.api.URI
clone, getParameter, getParameterNames, getScheme, isSipURI, removeParameter, setParameter

 

Method Detail

equals

boolean equals(java.lang.Object o)
Returns true if o is equal to this TelURL, false otherwise.
Specified by:
equals in interface URI
Overrides:
equals in class java.lang.Object
Returns:
true if o is equal to this TelURL, false otherwise

getPhoneNumber

java.lang.String getPhoneNumber()
Returns the phone number of this TelURL. The returned string includes any visual separators present in the phone number part of the URL but does not include a leading "+" for global tel URLs.
Returns:
the number of this TelURL

toString

java.lang.String toString()
Returns the String representation of this TelURL.
Specified by:
toString in interface URI
Overrides:
toString in class java.lang.Object
Returns:
the String representation of this TelURL.

setPhoneNumber

void setPhoneNumber(java.lang.String number)
Sets the phone number of this TelURL
Parameters:
number - the new phone number

Skip navigation links

Oracle Communications Service Broker
SAL API Reference Reference
Release 6.0

E26227-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.