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()
Stringpublic void setAgentLoginId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUserName()
Stringpublic void setUserName(java.lang.String value)
value - allowed object is
Stringpublic AgentType getAgentType()
AgentTypepublic void setAgentType(AgentType value)
value - allowed object is
AgentTypepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010 All Rights Reserved.