|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvoicexml.callmanager.CallParameters
public class CallParameters
Container for call parameters.
| Constructor Summary | |
|---|---|
CallParameters()
|
|
| Method Summary | |
|---|---|
URI |
getCalledId()
Retrieves the called id. |
URI |
getCallerId()
Retrieves the id of the caller. |
Terminal |
getTerminal()
Retrieves the terminal. |
void |
setCalledId(URI id)
Sets the called id. |
void |
setCallerId(URI id)
Sets the caller id. |
void |
setTerminal(Terminal term)
Sets the terminal. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallParameters()
| Method Detail |
|---|
public final Terminal getTerminal()
public final void setTerminal(Terminal term)
term - the terminal to setpublic final URI getCalledId()
public final void setCalledId(URI id)
id - the called id to setpublic final URI getCallerId()
public final void setCallerId(URI id)
id - the caller id to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||