public class ConfiguredApplication
extends java.lang.Object
| Constructor and Description |
|---|
ConfiguredApplication()
Constructs a new object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInputType()
Retrieves the input type that will be used for the application.
|
java.lang.String |
getOutputType()
Retrieves the output type that will be used for the application.
|
java.lang.String |
getTerminal()
Retrieves the name of the SIP user.
|
java.lang.String |
getUri()
Retrieves the URI of the application to call.
|
java.net.URI |
getUriObject()
Retrieves the URI of the application to call.
|
void |
setInputType(java.lang.String type)
Sets the input type of this application.
|
void |
setOutputType(java.lang.String type)
Sets the output type of this application.
|
void |
setTerminal(java.lang.String term)
Sets the name of the terminal.
|
void |
setUri(java.lang.String applicationUri)
Sets the URI of the application to call.
|
public final java.lang.String getTerminal()
public final void setTerminal(java.lang.String term)
term - the name of the terminal to setpublic final java.net.URI getUriObject()
public final java.lang.String getUri()
public final void setUri(java.lang.String applicationUri)
applicationUri - the URI to setpublic final java.lang.String getInputType()
public final void setInputType(java.lang.String type)
type - the new input type.public final java.lang.String getOutputType()
public final void setOutputType(java.lang.String type)
type - the new output type.