org.csapi.jr.se.cc.gccs
Class CallEventInfo

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

public final class CallEventInfo
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 event notification.

See Also:
Serialized Form

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

CallEventInfo

public CallEventInfo()
Creates a new CallEventInfo instance.


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)
Creates a new CallEventInfo instance.

Parameters:
_destinationAddress -
_originatingAddress -
_originalDestinationAddress -
_redirectingAddress -
_callAppInfo -
_callEventName -
_callNotificationType -
_monitorMode -
Method Detail

getDestinationAddress

public org.csapi.jr.se.Address getDestinationAddress()
This method returns a destinationAddress.

Returns:
a org.csapi.jr.se.Address value

getOriginatingAddress

public org.csapi.jr.se.Address getOriginatingAddress()
This method returns a originatingAddress.

Returns:
a org.csapi.jr.se.Address value

getOriginalDestinationAddress

public org.csapi.jr.se.Address getOriginalDestinationAddress()
This method returns a originalDestinationAddress.

Returns:
a org.csapi.jr.se.Address value

getRedirectingAddress

public org.csapi.jr.se.Address getRedirectingAddress()
This method returns a redirectingAddress.

Returns:
a org.csapi.jr.se.Address value

getCallAppInfo

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

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

getCallEventName

public int getCallEventName()
This method returns a callEventName.

Returns:
a int value

getCallNotificationType

public org.csapi.jr.se.cc.gccs.CallNotificationType getCallNotificationType()
This method returns a callNotificationType.

Returns:
a org.csapi.jr.se.cc.gccs.CallNotificationType value

getMonitorMode

public org.csapi.jr.se.cc.CallMonitorMode getMonitorMode()
This method returns a monitorMode.

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

setDestinationAddress

public void setDestinationAddress(org.csapi.jr.se.Address destinationAddress)
This method sets a destinationAddress.


setOriginatingAddress

public void setOriginatingAddress(org.csapi.jr.se.Address originatingAddress)
This method sets a originatingAddress.


setOriginalDestinationAddress

public void setOriginalDestinationAddress(org.csapi.jr.se.Address originalDestinationAddress)
This method sets a originalDestinationAddress.


setRedirectingAddress

public void setRedirectingAddress(org.csapi.jr.se.Address redirectingAddress)
This method sets a redirectingAddress.


setCallAppInfo

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


setCallEventName

public void setCallEventName(int callEventName)
This method sets a callEventName.


setCallNotificationType

public void setCallNotificationType(org.csapi.jr.se.cc.gccs.CallNotificationType callNotificationType)
This method sets a callNotificationType.


setMonitorMode

public void setMonitorMode(org.csapi.jr.se.cc.CallMonitorMode monitorMode)
This method sets a monitorMode.


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