public class StartAgentEventListenerRequest
extends java.lang.Object
Java class for StartAgentEventListenerRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StartAgentEventListenerRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ssoToken" type="{http://www.nortel.com/soa/oi/cct/types}ssoToken"/>
<element name="endpoint" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="subscriptionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="agentList" type="{http://www.nortel.com/soa/oi/cct/types/ContactManagerService}Agent" maxOccurs="unbounded" minOccurs="0"/>
<element name="agentEventTypes" type="{http://www.nortel.com/soa/oi/cct/AgentEventConsumer}agentEventType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
StartAgentEventListenerRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.nortel.soa.oi.cct.agenteventconsumer.AgentEventType> |
getAgentEventTypes()
Gets the value of the agentEventTypes property.
|
java.util.List<Agent> |
getAgentList()
Gets the value of the agentList property.
|
java.lang.String |
getEndpoint()
Gets the value of the endpoint property.
|
SsoToken |
getSsoToken()
Gets the value of the ssoToken property.
|
java.lang.String |
getSubscriptionId()
Gets the value of the subscriptionId property.
|
void |
setEndpoint(java.lang.String value)
Sets the value of the endpoint property.
|
void |
setSsoToken(SsoToken value)
Sets the value of the ssoToken property.
|
void |
setSubscriptionId(java.lang.String value)
Sets the value of the subscriptionId property.
|
public SsoToken getSsoToken()
SsoTokenpublic void setSsoToken(SsoToken value)
value - allowed object is
SsoTokenpublic java.lang.String getEndpoint()
Stringpublic void setEndpoint(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubscriptionId()
Stringpublic void setSubscriptionId(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Agent> getAgentList()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the agentList property.
For example, to add a new item, do as follows:
getAgentList().add(newItem);
Objects of the following type(s) are allowed in the list
Agent
public java.util.List<com.nortel.soa.oi.cct.agenteventconsumer.AgentEventType> getAgentEventTypes()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the agentEventTypes property.
For example, to add a new item, do as follows:
getAgentEventTypes().add(newItem);
Objects of the following type(s) are allowed in the list
AgentEventType
Copyright © 2010 All Rights Reserved.