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