com.nortel.soa.oi.cct.types
Class AgentPropertyLoginStatus

java.lang.Object
  extended by com.nortel.soa.oi.cct.types.AgentPropertyLoginStatus

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 Summary
AgentPropertyLoginStatus()
           
 
Method Summary
 AgentLoginStatus getStatus()
          Gets the value of the status property.
 void setStatus(AgentLoginStatus value)
          Sets the value of the status property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentPropertyLoginStatus

public AgentPropertyLoginStatus()
Method Detail

getStatus

public AgentLoginStatus getStatus()
Gets the value of the status property.

Returns:
possible object is AgentLoginStatus

setStatus

public void setStatus(AgentLoginStatus value)
Sets the value of the status property.

Parameters:
value - allowed object is AgentLoginStatus


Copyright © 2010 All Rights Reserved.