|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.ui.UIEventNotificationInfo
Defines the Sequence of Data Elements that specify a UI event notification.
Constructor Summary | |
UIEventNotificationInfo()
Creates a new UIEventNotificationInfo instance. |
|
UIEventNotificationInfo(org.csapi.jr.se.Address _originatingAddress,
org.csapi.jr.se.Address _destinationAddress,
java.lang.String _serviceCode,
org.csapi.jr.se.ui.UIEventInfoDataType _dataTypeIndication,
byte[] _uIEventData)
Creates a new UIEventNotificationInfo instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.ui.UIEventInfoDataType |
getDataTypeIndication()
This method returns a dataTypeIndication. |
org.csapi.jr.se.Address |
getDestinationAddress()
This method returns a destinationAddress. |
org.csapi.jr.se.Address |
getOriginatingAddress()
This method returns a originatingAddress. |
java.lang.String |
getServiceCode()
This method returns a serviceCode. |
byte[] |
getUIEventData()
This method returns a uIEventData. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setDataTypeIndication(org.csapi.jr.se.ui.UIEventInfoDataType dataTypeIndication)
This method sets a dataTypeIndication. |
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. |
void |
setServiceCode(java.lang.String serviceCode)
This method sets a serviceCode. |
void |
setUIEventData(byte[] uIEventData)
This method sets a uIEventData. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UIEventNotificationInfo()
public UIEventNotificationInfo(org.csapi.jr.se.Address _originatingAddress, org.csapi.jr.se.Address _destinationAddress, java.lang.String _serviceCode, org.csapi.jr.se.ui.UIEventInfoDataType _dataTypeIndication, byte[] _uIEventData)
_originatingAddress
- _destinationAddress
- _serviceCode
- _dataTypeIndication
- _uIEventData
- Freely defined data according to the network policy.
e.g 7 bit USSD encodedMethod Detail |
public org.csapi.jr.se.Address getOriginatingAddress()
public org.csapi.jr.se.Address getDestinationAddress()
public java.lang.String getServiceCode()
public org.csapi.jr.se.ui.UIEventInfoDataType getDataTypeIndication()
public byte[] getUIEventData()
public void setOriginatingAddress(org.csapi.jr.se.Address originatingAddress)
public void setDestinationAddress(org.csapi.jr.se.Address destinationAddress)
public void setServiceCode(java.lang.String serviceCode)
public void setDataTypeIndication(org.csapi.jr.se.ui.UIEventInfoDataType dataTypeIndication)
public void setUIEventData(byte[] uIEventData)
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 |