public class LoginAgentToTerminalRequest
extends java.lang.Object
Java class for LoginAgentToTerminalRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoginAgentToTerminalRequest"> <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"/> <element name="agentId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="initialState" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
LoginAgentToTerminalRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAgentId()
Gets the value of the agentId property.
|
Terminal |
getAgentTerminal()
Gets the value of the agentTerminal property.
|
int |
getInitialState()
Gets the value of the initialState property.
|
java.lang.String |
getPassword()
Gets the value of the password property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setAgentId(java.lang.String value)
Sets the value of the agentId property.
|
void |
setAgentTerminal(Terminal value)
Sets the value of the agentTerminal property.
|
void |
setInitialState(int value)
Sets the value of the initialState property.
|
void |
setPassword(java.lang.String value)
Sets the value of the password 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
public void setAgentTerminal(Terminal value)
value
- allowed object is
Terminal
public java.lang.String getAgentId()
String
public void setAgentId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPassword()
String
public void setPassword(java.lang.String value)
value
- allowed object is
String
public int getInitialState()
public void setInitialState(int value)
Copyright © 2010 All Rights Reserved.