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="agentLoginId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="agentType" type="{http://www.nortel.com/soa/oi/cct/types}agentType"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Agent() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAgentLoginId()
Gets the value of the loginId property.
|
AgentType |
getAgentType()
Gets the value of the agentType property.
|
java.lang.String |
getUserName()
Gets the value of the userName property.
|
int |
hashCode() |
void |
setAgentLoginId(java.lang.String value)
Sets the value of the loginId property.
|
void |
setAgentType(AgentType value)
Sets the value of the agentType property.
|
void |
setUserName(java.lang.String value)
Sets the value of the userName property.
|
java.lang.String |
toString() |
public java.lang.String getAgentLoginId()
String
public void setAgentLoginId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserName()
String
public void setUserName(java.lang.String value)
value
- allowed object is
String
public AgentType getAgentType()
AgentType
public void setAgentType(AgentType value)
value
- allowed object is
AgentType
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2010 All Rights Reserved.