public class AgentRequest
extends java.lang.Object
Java class for AgentRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AgentRequest">
<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="loginId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sipUri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AgentRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLoginId()
Gets the value of the loginId property.
|
java.lang.String |
getSipUri()
Gets the value of the sipUri property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
void |
setLoginId(java.lang.String value)
Sets the value of the loginId property.
|
void |
setSipUri(java.lang.String value)
Sets the value of the sipUri 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 java.lang.String getLoginId()
Stringpublic void setLoginId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSipUri()
Stringpublic void setSipUri(java.lang.String value)
value - allowed object is
StringCopyright © 2010 All Rights Reserved.