public class LoginRequest
extends java.lang.Object
Java class for LoginRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoginRequest">
<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="agent" type="{http://www.nortel.com/soa/oi/cct/types}agent"/>
<element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="initialState" type="{http://www.nortel.com/soa/oi/cct/types}agentReadyStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LoginRequest() |
| Modifier and Type | Method and Description |
|---|---|
Agent |
getAgent()
Gets the value of the agent property.
|
AgentReadyStatus |
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 |
setAgent(Agent value)
Sets the value of the agent property.
|
void |
setInitialState(AgentReadyStatus 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()
SsoTokenpublic void setSsoToken(SsoToken value)
value - allowed object is
SsoTokenpublic Agent getAgent()
Agentpublic void setAgent(Agent value)
value - allowed object is
Agentpublic java.lang.String getPassword()
Stringpublic void setPassword(java.lang.String value)
value - allowed object is
Stringpublic AgentReadyStatus getInitialState()
AgentReadyStatuspublic void setInitialState(AgentReadyStatus value)
value - allowed object is
AgentReadyStatusCopyright © 2010 All Rights Reserved.