org.csapi.jr.se.cc
Class CallEventInfo

java.lang.Object
  |
  +--org.csapi.jr.se.cc.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 event report specific information.

See Also:
Serialized Form

Constructor Summary
CallEventInfo()
          Creates a new CallEventInfo instance.
CallEventInfo(org.csapi.jr.se.cc.CallEventType _callEventType, org.csapi.jr.se.cc.CallAdditionalEventInfo _additionalCallEventInfo, org.csapi.jr.se.cc.CallMonitorMode _callMonitorMode, java.lang.String _callEventTime)
          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.CallAdditionalEventInfo getAdditionalCallEventInfo()
          This method returns a additionalCallEventInfo.
 java.lang.String getCallEventTime()
          This method returns a callEventTime.
 org.csapi.jr.se.cc.CallEventType getCallEventType()
          This method returns a callEventType.
 org.csapi.jr.se.cc.CallMonitorMode getCallMonitorMode()
          This method returns a callMonitorMode.
 int hashCode()
          Returns a hashcode value for the object.
 void setAdditionalCallEventInfo(org.csapi.jr.se.cc.CallAdditionalEventInfo additionalCallEventInfo)
          This method sets a additionalCallEventInfo.
 void setCallEventTime(java.lang.String callEventTime)
          This method sets a callEventTime.
 void setCallEventType(org.csapi.jr.se.cc.CallEventType callEventType)
          This method sets a callEventType.
 void setCallMonitorMode(org.csapi.jr.se.cc.CallMonitorMode callMonitorMode)
          This method sets a callMonitorMode.
 
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.cc.CallEventType _callEventType,
                     org.csapi.jr.se.cc.CallAdditionalEventInfo _additionalCallEventInfo,
                     org.csapi.jr.se.cc.CallMonitorMode _callMonitorMode,
                     java.lang.String _callEventTime)
Creates a new CallEventInfo instance.

Parameters:
_callEventType -
_additionalCallEventInfo -
_callMonitorMode -
_callEventTime -
Method Detail

getCallEventType

public org.csapi.jr.se.cc.CallEventType getCallEventType()
This method returns a callEventType.

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

getAdditionalCallEventInfo

public org.csapi.jr.se.cc.CallAdditionalEventInfo getAdditionalCallEventInfo()
This method returns a additionalCallEventInfo.

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

getCallMonitorMode

public org.csapi.jr.se.cc.CallMonitorMode getCallMonitorMode()
This method returns a callMonitorMode.

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

getCallEventTime

public java.lang.String getCallEventTime()
This method returns a callEventTime.

Returns:
a String value

setCallEventType

public void setCallEventType(org.csapi.jr.se.cc.CallEventType callEventType)
This method sets a callEventType.


setAdditionalCallEventInfo

public void setAdditionalCallEventInfo(org.csapi.jr.se.cc.CallAdditionalEventInfo additionalCallEventInfo)
This method sets a additionalCallEventInfo.


setCallMonitorMode

public void setCallMonitorMode(org.csapi.jr.se.cc.CallMonitorMode callMonitorMode)
This method sets a callMonitorMode.


setCallEventTime

public void setCallEventTime(java.lang.String callEventTime)
This method sets a callEventTime.


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