public class GenerateDTMFRequest
extends java.lang.Object
Java class for GenerateDTMFRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GenerateDTMFRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ssoToken" type="{http://www.nortel.com/soa/oi/cct/types}ssoToken"/>
<element name="terminalConnection" type="{http://www.nortel.com/soa/oi/cct/types}terminalConnection"/>
<element name="digits" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
GenerateDTMFRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDigits()
Gets the value of the digits property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
TerminalConnection |
getTerminalConnection()
Gets the value of the terminalConnection property.
|
void |
setDigits(java.lang.String value)
Sets the value of the digits property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
void |
setTerminalConnection(TerminalConnection value)
Sets the value of the terminalConnection property.
|
public SsoToken getSsoToken()
SsoTokenpublic void setSsoToken(SsoToken value)
value - allowed object is
SsoTokenpublic TerminalConnection getTerminalConnection()
TerminalConnectionpublic void setTerminalConnection(TerminalConnection value)
value - allowed object is
TerminalConnectionpublic java.lang.String getDigits()
Stringpublic void setDigits(java.lang.String value)
value - allowed object is
StringCopyright © 2010 All Rights Reserved.