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