|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.NotificationRequestedSetEntry
Defines the Sequence of Data Elements that specify a set of requested notifications and an indication whether more notifications can be requested.
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 |
public NotificationRequestedSetEntry()
public NotificationRequestedSetEntry(org.csapi.jr.se.cc.NotificationRequested[] _notificationRequestSet, boolean _final)
_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 |
public org.csapi.jr.se.cc.NotificationRequested[] getNotificationRequestSet()
public boolean getFinal()
public void setNotificationRequestSet(org.csapi.jr.se.cc.NotificationRequested[] notificationRequestSet)
public void setFinal(boolean _final)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |