org.csapi.jr.se.cc
Class CallNotificationReportScope

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

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

Defines the Sequence of Data Elements that specify the scope for which a notification report was sent.

See Also:
Serialized Form

Constructor Summary
CallNotificationReportScope()
          Creates a new CallNotificationReportScope instance.
CallNotificationReportScope(org.csapi.jr.se.Address _destinationAddress, org.csapi.jr.se.Address _originatingAddress)
          Creates a new CallNotificationReportScope instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.Address getDestinationAddress()
          This method returns a destinationAddress.
 org.csapi.jr.se.Address getOriginatingAddress()
          This method returns a originatingAddress.
 int hashCode()
          Returns a hashcode value for the object.
 void setDestinationAddress(org.csapi.jr.se.Address destinationAddress)
          This method sets a destinationAddress.
 void setOriginatingAddress(org.csapi.jr.se.Address originatingAddress)
          This method sets a originatingAddress.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallNotificationReportScope

public CallNotificationReportScope()
Creates a new CallNotificationReportScope instance.


CallNotificationReportScope

public CallNotificationReportScope(org.csapi.jr.se.Address _destinationAddress,
                                   org.csapi.jr.se.Address _originatingAddress)
Creates a new CallNotificationReportScope instance.

Parameters:
_destinationAddress - Contains the destination address of the call.
_originatingAddress - Contains the origination address of the call
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

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.


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