org.csapi.jr.se.cc.mmccs
Class NotificationMediaRequest

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

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

Defines the Sequence of Data Elements that specify the criteria for a media stream notification

See Also:
Serialized Form

Constructor Summary
NotificationMediaRequest()
          Creates a new NotificationMediaRequest instance.
NotificationMediaRequest(org.csapi.jr.se.cc.CallNotificationScope _mediaNotificationScope, org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] _mediaStreamsRequested)
          Creates a new NotificationMediaRequest instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.cc.CallNotificationScope getMediaNotificationScope()
          This method returns a mediaNotificationScope.
 org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] getMediaStreamsRequested()
          This method returns a mediaStreamsRequested.
 int hashCode()
          Returns a hashcode value for the object.
 void setMediaNotificationScope(org.csapi.jr.se.cc.CallNotificationScope mediaNotificationScope)
          This method sets a mediaNotificationScope.
 void setMediaStreamsRequested(org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] mediaStreamsRequested)
          This method sets a mediaStreamsRequested.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationMediaRequest

public NotificationMediaRequest()
Creates a new NotificationMediaRequest instance.


NotificationMediaRequest

public NotificationMediaRequest(org.csapi.jr.se.cc.CallNotificationScope _mediaNotificationScope,
                                org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] _mediaStreamsRequested)
Creates a new NotificationMediaRequest instance.

Parameters:
_mediaNotificationScope - Defines the scope of the notification request.
_mediaStreamsRequested - Defines the media stream events which are requested
Method Detail

getMediaNotificationScope

public org.csapi.jr.se.cc.CallNotificationScope getMediaNotificationScope()
This method returns a mediaNotificationScope.

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

getMediaStreamsRequested

public org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] getMediaStreamsRequested()
This method returns a mediaStreamsRequested.

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

setMediaNotificationScope

public void setMediaNotificationScope(org.csapi.jr.se.cc.CallNotificationScope mediaNotificationScope)
This method sets a mediaNotificationScope.


setMediaStreamsRequested

public void setMediaStreamsRequested(org.csapi.jr.se.cc.mmccs.MediaStreamRequest[] mediaStreamsRequested)
This method sets a mediaStreamsRequested.


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