|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.gccs.CallEventInfo
Defines the Sequence of Data Elements that specify the information returned to the application in a Call event notification.
Constructor Summary | |
CallEventInfo()
Creates a new CallEventInfo instance. |
|
CallEventInfo(org.csapi.jr.se.Address _destinationAddress,
org.csapi.jr.se.Address _originatingAddress,
org.csapi.jr.se.Address _originalDestinationAddress,
org.csapi.jr.se.Address _redirectingAddress,
org.csapi.jr.se.cc.gccs.CallAppInfo[] _callAppInfo,
int _callEventName,
org.csapi.jr.se.cc.gccs.CallNotificationType _callNotificationType,
org.csapi.jr.se.cc.CallMonitorMode _monitorMode)
Creates a new CallEventInfo instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cc.gccs.CallAppInfo[] |
getCallAppInfo()
This method returns a callAppInfo. |
int |
getCallEventName()
This method returns a callEventName. |
org.csapi.jr.se.cc.gccs.CallNotificationType |
getCallNotificationType()
This method returns a callNotificationType. |
org.csapi.jr.se.Address |
getDestinationAddress()
This method returns a destinationAddress. |
org.csapi.jr.se.cc.CallMonitorMode |
getMonitorMode()
This method returns a monitorMode. |
org.csapi.jr.se.Address |
getOriginalDestinationAddress()
This method returns a originalDestinationAddress. |
org.csapi.jr.se.Address |
getOriginatingAddress()
This method returns a originatingAddress. |
org.csapi.jr.se.Address |
getRedirectingAddress()
This method returns a redirectingAddress. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCallAppInfo(org.csapi.jr.se.cc.gccs.CallAppInfo[] callAppInfo)
This method sets a callAppInfo. |
void |
setCallEventName(int callEventName)
This method sets a callEventName. |
void |
setCallNotificationType(org.csapi.jr.se.cc.gccs.CallNotificationType callNotificationType)
This method sets a callNotificationType. |
void |
setDestinationAddress(org.csapi.jr.se.Address destinationAddress)
This method sets a destinationAddress. |
void |
setMonitorMode(org.csapi.jr.se.cc.CallMonitorMode monitorMode)
This method sets a monitorMode. |
void |
setOriginalDestinationAddress(org.csapi.jr.se.Address originalDestinationAddress)
This method sets a originalDestinationAddress. |
void |
setOriginatingAddress(org.csapi.jr.se.Address originatingAddress)
This method sets a originatingAddress. |
void |
setRedirectingAddress(org.csapi.jr.se.Address redirectingAddress)
This method sets a redirectingAddress. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallEventInfo()
public CallEventInfo(org.csapi.jr.se.Address _destinationAddress, org.csapi.jr.se.Address _originatingAddress, org.csapi.jr.se.Address _originalDestinationAddress, org.csapi.jr.se.Address _redirectingAddress, org.csapi.jr.se.cc.gccs.CallAppInfo[] _callAppInfo, int _callEventName, org.csapi.jr.se.cc.gccs.CallNotificationType _callNotificationType, org.csapi.jr.se.cc.CallMonitorMode _monitorMode)
_destinationAddress
- _originatingAddress
- _originalDestinationAddress
- _redirectingAddress
- _callAppInfo
- _callEventName
- _callNotificationType
- _monitorMode
- Method Detail |
public org.csapi.jr.se.Address getDestinationAddress()
public org.csapi.jr.se.Address getOriginatingAddress()
public org.csapi.jr.se.Address getOriginalDestinationAddress()
public org.csapi.jr.se.Address getRedirectingAddress()
public org.csapi.jr.se.cc.gccs.CallAppInfo[] getCallAppInfo()
public int getCallEventName()
public org.csapi.jr.se.cc.gccs.CallNotificationType getCallNotificationType()
public org.csapi.jr.se.cc.CallMonitorMode getMonitorMode()
public void setDestinationAddress(org.csapi.jr.se.Address destinationAddress)
public void setOriginatingAddress(org.csapi.jr.se.Address originatingAddress)
public void setOriginalDestinationAddress(org.csapi.jr.se.Address originalDestinationAddress)
public void setRedirectingAddress(org.csapi.jr.se.Address redirectingAddress)
public void setCallAppInfo(org.csapi.jr.se.cc.gccs.CallAppInfo[] callAppInfo)
public void setCallEventName(int callEventName)
public void setCallNotificationType(org.csapi.jr.se.cc.gccs.CallNotificationType callNotificationType)
public void setMonitorMode(org.csapi.jr.se.cc.CallMonitorMode monitorMode)
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 |