org.csapi.ui
Class TpUIEventNotificationInfo

java.lang.Object
  extended by org.csapi.ui.TpUIEventNotificationInfo
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class TpUIEventNotificationInfo
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "TpUIEventNotificationInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 TpUIEventInfoDataType DataTypeIndication
           
 TpAddress DestinationAddress
           
 TpAddress OriginatingAddress
           
 java.lang.String ServiceCode
           
 byte[] UIEventData
           
 
Constructor Summary
TpUIEventNotificationInfo()
           
TpUIEventNotificationInfo(TpAddress OriginatingAddress, TpAddress DestinationAddress, java.lang.String ServiceCode, TpUIEventInfoDataType DataTypeIndication, byte[] UIEventData)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OriginatingAddress

public TpAddress OriginatingAddress

DestinationAddress

public TpAddress DestinationAddress

ServiceCode

public java.lang.String ServiceCode

DataTypeIndication

public TpUIEventInfoDataType DataTypeIndication

UIEventData

public byte[] UIEventData
Constructor Detail

TpUIEventNotificationInfo

public TpUIEventNotificationInfo()

TpUIEventNotificationInfo

public TpUIEventNotificationInfo(TpAddress OriginatingAddress,
                                 TpAddress DestinationAddress,
                                 java.lang.String ServiceCode,
                                 TpUIEventInfoDataType DataTypeIndication,
                                 byte[] UIEventData)


Copyright © 2008. All Rights Reserved.