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

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

public class AgentTerminalPropertyValidateAgentStatus
extends java.lang.Object

Java class for agentTerminalPropertyValidateAgentStatus complex type.

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

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


Constructor Summary
AgentTerminalPropertyValidateAgentStatus()
           
 
Method Summary
 java.lang.String getAdminUserId()
          Gets the value of the adminUserId property.
 void setAdminUserId(java.lang.String value)
          Sets the value of the adminUserId property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentTerminalPropertyValidateAgentStatus

public AgentTerminalPropertyValidateAgentStatus()
Method Detail

getAdminUserId

public java.lang.String getAdminUserId()
Gets the value of the adminUserId property.

Returns:
possible object is String

setAdminUserId

public void setAdminUserId(java.lang.String value)
Sets the value of the adminUserId property.

Parameters:
value - allowed object is String


Copyright © 2010 All Rights Reserved.