org.csapi.jr.se.cc
Class CallNotificationInfo

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

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

Defines the Sequence of Data Elements that specify the information returned to the application in a Call notification report.

See Also:
Serialized Form

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

CallNotificationInfo

public CallNotificationInfo()
Creates a new CallNotificationInfo instance.


CallNotificationInfo

public 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.

Parameters:
_callNotificationReportScope - Defines the scope of the notification report.
_callAppInfo - Contains additional call info.
_callEventInfo - Contains the event which is reported.
Method Detail

getCallNotificationReportScope

public org.csapi.jr.se.cc.CallNotificationReportScope getCallNotificationReportScope()
This method returns a callNotificationReportScope.

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

getCallAppInfo

public org.csapi.jr.se.cc.CallAppInfo[] getCallAppInfo()
This method returns a callAppInfo.

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

getCallEventInfo

public org.csapi.jr.se.cc.CallEventInfo getCallEventInfo()
This method returns a callEventInfo.

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

setCallNotificationReportScope

public void setCallNotificationReportScope(org.csapi.jr.se.cc.CallNotificationReportScope callNotificationReportScope)
This method sets a callNotificationReportScope.


setCallAppInfo

public void setCallAppInfo(org.csapi.jr.se.cc.CallAppInfo[] callAppInfo)
This method sets a callAppInfo.


setCallEventInfo

public void setCallEventInfo(org.csapi.jr.se.cc.CallEventInfo callEventInfo)
This method sets a callEventInfo.


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