|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallNotificationInfo
Defines the Sequence of Data Elements that specify the information returned to the application in a Call notification report.
Constructor Summary | |
CallNotificationInfo()
Creates a new CallNotificationInfo instance. |
|
CallNotificationInfo(org.csapi.jr.se.cc.CallNotificationReportScope _callNotificationReportScope,
org.csapi.jr.se.cc.CallAppInfo[] _callAppInfo,
org.csapi.jr.se.cc.CallEventInfo _callEventInfo)
Creates a new CallNotificationInfo instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cc.CallAppInfo[] |
getCallAppInfo()
This method returns a callAppInfo. |
org.csapi.jr.se.cc.CallEventInfo |
getCallEventInfo()
This method returns a callEventInfo. |
org.csapi.jr.se.cc.CallNotificationReportScope |
getCallNotificationReportScope()
This method returns a callNotificationReportScope. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCallAppInfo(org.csapi.jr.se.cc.CallAppInfo[] callAppInfo)
This method sets a callAppInfo. |
void |
setCallEventInfo(org.csapi.jr.se.cc.CallEventInfo callEventInfo)
This method sets a callEventInfo. |
void |
setCallNotificationReportScope(org.csapi.jr.se.cc.CallNotificationReportScope callNotificationReportScope)
This method sets a callNotificationReportScope. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallNotificationInfo()
public CallNotificationInfo(org.csapi.jr.se.cc.CallNotificationReportScope _callNotificationReportScope, org.csapi.jr.se.cc.CallAppInfo[] _callAppInfo, org.csapi.jr.se.cc.CallEventInfo _callEventInfo)
_callNotificationReportScope
- Defines the scope of the notification report._callAppInfo
- Contains additional call info._callEventInfo
- Contains the event which is reported.Method Detail |
public org.csapi.jr.se.cc.CallNotificationReportScope getCallNotificationReportScope()
public org.csapi.jr.se.cc.CallAppInfo[] getCallAppInfo()
public org.csapi.jr.se.cc.CallEventInfo getCallEventInfo()
public void setCallNotificationReportScope(org.csapi.jr.se.cc.CallNotificationReportScope callNotificationReportScope)
public void setCallAppInfo(org.csapi.jr.se.cc.CallAppInfo[] callAppInfo)
public void setCallEventInfo(org.csapi.jr.se.cc.CallEventInfo callEventInfo)
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 |