public class StartCallEventListenerRequest
extends java.lang.Object
Java class for StartCallEventListenerRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StartCallEventListenerRequest">
<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="addressList" type="{http://www.nortel.com/soa/oi/cct/types}address" maxOccurs="unbounded" minOccurs="0"/>
<element name="callEventTypes" type="{http://www.nortel.com/soa/oi/cct/CallEventConsumer}callEventType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
StartCallEventListenerRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Address> |
getAddressList()
Gets the value of the addressList property.
|
java.util.List<com.nortel.soa.oi.cct.calleventconsumer.CallEventType> |
getCallEventTypes()
Gets the value of the callEventTypes 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<Address> getAddressList()
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 addressList property.
For example, to add a new item, do as follows:
getAddressList().add(newItem);
Objects of the following type(s) are allowed in the list
Address
public java.util.List<com.nortel.soa.oi.cct.calleventconsumer.CallEventType> getCallEventTypes()
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 callEventTypes property.
For example, to add a new item, do as follows:
getCallEventTypes().add(newItem);
Objects of the following type(s) are allowed in the list
CallEventType
Copyright © 2010 All Rights Reserved.