|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nortel.soa.oi.cct.types.Agent
public class Agent
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 Summary | |
|---|---|
Agent()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Agent()
| Method Detail |
|---|
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.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||