public class TerminalOriginateRequest
extends java.lang.Object
Java class for TerminalOriginateRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminalOriginateRequest"> <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="terminal" type="{http://www.nortel.com/soa/oi/cct/types}terminal"/> <element name="address" type="{http://www.nortel.com/soa/oi/cct/types}address"/> <element name="destinationAddress" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TerminalOriginateRequest() |
Modifier and Type | Method and Description |
---|---|
Address |
getAddress()
Gets the value of the address property.
|
java.lang.String |
getDestinationAddress()
Gets the value of the destinationAddress property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
Terminal |
getTerminal()
Gets the value of the terminal property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setDestinationAddress(java.lang.String value)
Sets the value of the destinationAddress property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
void |
setTerminal(Terminal value)
Sets the value of the terminal property.
|
public SsoToken getSsoToken()
SsoToken
public void setSsoToken(SsoToken value)
value
- allowed object is
SsoToken
public Terminal getTerminal()
Terminal
public void setTerminal(Terminal value)
value
- allowed object is
Terminal
public Address getAddress()
Address
public void setAddress(Address value)
value
- allowed object is
Address
public java.lang.String getDestinationAddress()
String
public void setDestinationAddress(java.lang.String value)
value
- allowed object is
String
Copyright © 2010 All Rights Reserved.