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

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

public class AgentTerminalPropertyAgentLoginSession
extends java.lang.Object

Java class for agentTerminalPropertyAgentLoginSession complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="agentTerminalPropertyAgentLoginSession">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="loginEnded" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
AgentTerminalPropertyAgentLoginSession()
           
 
Method Summary
 boolean isLoginEnded()
          Gets the value of the loginEnded property.
 void setLoginEnded(boolean value)
          Sets the value of the loginEnded property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentTerminalPropertyAgentLoginSession

public AgentTerminalPropertyAgentLoginSession()
Method Detail

isLoginEnded

public boolean isLoginEnded()
Gets the value of the loginEnded property.


setLoginEnded

public void setLoginEnded(boolean value)
Sets the value of the loginEnded property.



Copyright © 2010 All Rights Reserved.