|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nortel.soa.oi.cct.types.AgentPropertyVoiceTerminal
public class AgentPropertyVoiceTerminal
Java class for agentPropertyVoiceTerminal complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agentPropertyVoiceTerminal">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="agentTerminalId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="agentTerminalName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="passiveProviderName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
AgentPropertyVoiceTerminal()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAgentTerminalId()
Gets the value of the agentTerminalId property. |
java.lang.String |
getAgentTerminalName()
Gets the value of the agentTerminalName property. |
java.lang.String |
getPassiveProviderName()
Gets the value of the passiveProviderName property. |
void |
setAgentTerminalId(java.lang.String value)
Sets the value of the agentTerminalId property. |
void |
setAgentTerminalName(java.lang.String value)
Sets the value of the agentTerminalName property. |
void |
setPassiveProviderName(java.lang.String value)
Sets the value of the passiveProviderName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgentPropertyVoiceTerminal()
| Method Detail |
|---|
public java.lang.String getAgentTerminalId()
Stringpublic void setAgentTerminalId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAgentTerminalName()
Stringpublic void setAgentTerminalName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPassiveProviderName()
Stringpublic void setPassiveProviderName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||