org.csapi.jr.se.cc
Class NotificationRequestedSetEntry

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

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

Defines the Sequence of Data Elements that specify a set of requested notifications and an indication whether more notifications can be requested.

See Also:
Serialized Form

Constructor Summary
NotificationRequestedSetEntry()
          Creates a new NotificationRequestedSetEntry instance.
NotificationRequestedSetEntry(org.csapi.jr.se.cc.NotificationRequested[] _notificationRequestSet, boolean _final)
          Creates a new NotificationRequestedSetEntry instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 boolean getFinal()
          This method returns a _final.
 org.csapi.jr.se.cc.NotificationRequested[] getNotificationRequestSet()
          This method returns a notificationRequestSet.
 int hashCode()
          Returns a hashcode value for the object.
 void setFinal(boolean _final)
          This method sets a _final.
 void setNotificationRequestSet(org.csapi.jr.se.cc.NotificationRequested[] notificationRequestSet)
          This method sets a notificationRequestSet.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationRequestedSetEntry

public NotificationRequestedSetEntry()
Creates a new NotificationRequestedSetEntry instance.


NotificationRequestedSetEntry

public NotificationRequestedSetEntry(org.csapi.jr.se.cc.NotificationRequested[] _notificationRequestSet,
                                     boolean _final)
Creates a new NotificationRequestedSetEntry instance.

Parameters:
_notificationRequestSet - Numbered set of requested notifications.
_final - Indication whether the set of notifications is the final set (TRUE) or if there are more notifications available (FALSE).
Method Detail

getNotificationRequestSet

public org.csapi.jr.se.cc.NotificationRequested[] getNotificationRequestSet()
This method returns a notificationRequestSet.

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

getFinal

public boolean getFinal()
This method returns a _final.

Returns:
a boolean value

setNotificationRequestSet

public void setNotificationRequestSet(org.csapi.jr.se.cc.NotificationRequested[] notificationRequestSet)
This method sets a notificationRequestSet.


setFinal

public void setFinal(boolean _final)
This method sets a _final.


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