org.csapi.jr.se.cc
Class CallNotificationRequest

java.lang.Object
  |
  +--org.csapi.jr.se.cc.CallNotificationRequest
All Implemented Interfaces:
java.io.Serializable

public final class CallNotificationRequest
extends java.lang.Object
implements java.io.Serializable

Defines the Sequence of Data Elements that specify the criteria for an event notification

See Also:
Serialized Form

Constructor Summary
CallNotificationRequest()
          Creates a new CallNotificationRequest instance.
CallNotificationRequest(org.csapi.jr.se.cc.CallNotificationScope _callNotificationScope, org.csapi.jr.se.cc.CallEventRequest[] _callEventsRequested)
          Creates a new CallNotificationRequest instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.cc.CallEventRequest[] getCallEventsRequested()
          This method returns a callEventsRequested.
 org.csapi.jr.se.cc.CallNotificationScope getCallNotificationScope()
          This method returns a callNotificationScope.
 int hashCode()
          Returns a hashcode value for the object.
 void setCallEventsRequested(org.csapi.jr.se.cc.CallEventRequest[] callEventsRequested)
          This method sets a callEventsRequested.
 void setCallNotificationScope(org.csapi.jr.se.cc.CallNotificationScope callNotificationScope)
          This method sets a callNotificationScope.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallNotificationRequest

public CallNotificationRequest()
Creates a new CallNotificationRequest instance.


CallNotificationRequest

public CallNotificationRequest(org.csapi.jr.se.cc.CallNotificationScope _callNotificationScope,
                               org.csapi.jr.se.cc.CallEventRequest[] _callEventsRequested)
Creates a new CallNotificationRequest instance.

Parameters:
_callNotificationScope - Defines the scope of the notification request.
_callEventsRequested - Defines the events which are requested
Method Detail

getCallNotificationScope

public org.csapi.jr.se.cc.CallNotificationScope getCallNotificationScope()
This method returns a callNotificationScope.

Returns:
a org.csapi.jr.se.cc.CallNotificationScope value

getCallEventsRequested

public org.csapi.jr.se.cc.CallEventRequest[] getCallEventsRequested()
This method returns a callEventsRequested.

Returns:
a org.csapi.jr.se.cc.CallEventRequest[] value

setCallNotificationScope

public void setCallNotificationScope(org.csapi.jr.se.cc.CallNotificationScope callNotificationScope)
This method sets a callNotificationScope.


setCallEventsRequested

public void setCallEventsRequested(org.csapi.jr.se.cc.CallEventRequest[] callEventsRequested)
This method sets a callEventsRequested.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object