public class AgentPropertyLoginStatus
extends java.lang.Object
Java class for agentPropertyLoginStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agentPropertyLoginStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="status" type="{http://www.nortel.com/soa/oi/cct/types}agentLoginStatus"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AgentPropertyLoginStatus() |
| Modifier and Type | Method and Description |
|---|---|
AgentLoginStatus |
getStatus()
Gets the value of the status property.
|
void |
setStatus(AgentLoginStatus value)
Sets the value of the status property.
|
public AgentLoginStatus getStatus()
AgentLoginStatuspublic void setStatus(AgentLoginStatus value)
value - allowed object is
AgentLoginStatusCopyright © 2010 All Rights Reserved.