|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallNotificationReportScope
Defines the Sequence of Data Elements that specify the scope for which a notification report was sent.
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 |
public CallNotificationReportScope()
public CallNotificationReportScope(org.csapi.jr.se.Address _destinationAddress, org.csapi.jr.se.Address _originatingAddress)
_destinationAddress
- Contains the destination address of the call._originatingAddress
- Contains the origination address of the callMethod Detail |
public org.csapi.jr.se.Address getDestinationAddress()
public org.csapi.jr.se.Address getOriginatingAddress()
public void setDestinationAddress(org.csapi.jr.se.Address destinationAddress)
public void setOriginatingAddress(org.csapi.jr.se.Address originatingAddress)
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 |