public class Agent
extends java.lang.Object
Java class for Agent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Agent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="loginId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sipUri" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="loginStatus" type="{http://www.nortel.com/soa/oi/cct/types/ContactManagerService}AgentLoginStatus" minOccurs="0"/>
<element name="readyStatus" type="{http://www.nortel.com/soa/oi/cct/types/ContactManagerService}AgentReadyStatus" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Agent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLoginId()
Gets the value of the loginId property.
|
AgentLoginStatus |
getLoginStatus()
Gets the value of the loginStatus property.
|
AgentReadyStatus |
getReadyStatus()
Gets the value of the readyStatus property.
|
java.lang.String |
getSipUri()
Gets the value of the sipUri property.
|
void |
setLoginId(java.lang.String value)
Sets the value of the loginId property.
|
void |
setLoginStatus(AgentLoginStatus value)
Sets the value of the loginStatus property.
|
void |
setReadyStatus(AgentReadyStatus value)
Sets the value of the readyStatus property.
|
void |
setSipUri(java.lang.String value)
Sets the value of the sipUri property.
|
public 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
Stringpublic AgentLoginStatus getLoginStatus()
AgentLoginStatuspublic void setLoginStatus(AgentLoginStatus value)
value - allowed object is
AgentLoginStatuspublic AgentReadyStatus getReadyStatus()
AgentReadyStatuspublic void setReadyStatus(AgentReadyStatus value)
value - allowed object is
AgentReadyStatusCopyright © 2010 All Rights Reserved.