public interface TelURL extends URI, Parameters
| Modifier and Type | Method and Description |
|---|---|
String |
getIsdnSubAddress() |
String |
getPhoneContext() |
String |
getPhoneNumber() |
String |
getPostDial() |
boolean |
isGlobal() |
void |
setGlobal(boolean global) |
void |
setIsdnSubAddress(String isdnSubAddress) |
void |
setPhoneContext(String phoneContext) |
void |
setPhoneNumber(String phoneNumber) |
void |
setPostDial(String postDial) |
String |
toString() |
getParameter, getParameterNames, removeParameter, setParameterboolean isGlobal()
void setGlobal(boolean global)
void setPostDial(String postDial) throws ParseException
ParseExceptionString getPostDial()
void setPhoneNumber(String phoneNumber) throws ParseException
ParseExceptionString getPhoneNumber()
void setIsdnSubAddress(String isdnSubAddress) throws ParseException
ParseExceptionString getIsdnSubAddress()
void setPhoneContext(String phoneContext) throws ParseException
ParseExceptionString getPhoneContext()
Copyright © 2016. All rights reserved.