org.csapi.ui
Class TpUIEventInfo

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

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

Generated from IDL definition of struct "TpUIEventInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String DataString
           
 TpUIEventInfoDataType DataTypeIndication
           
 TpAddress DestinationAddress
           
 TpAddress OriginatingAddress
           
 java.lang.String ServiceCode
           
 
Constructor Summary
TpUIEventInfo()
           
TpUIEventInfo(TpAddress OriginatingAddress, TpAddress DestinationAddress, java.lang.String ServiceCode, TpUIEventInfoDataType DataTypeIndication, java.lang.String DataString)
           
 
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

DataString

public java.lang.String DataString
Constructor Detail

TpUIEventInfo

public TpUIEventInfo()

TpUIEventInfo

public TpUIEventInfo(TpAddress OriginatingAddress,
                     TpAddress DestinationAddress,
                     java.lang.String ServiceCode,
                     TpUIEventInfoDataType DataTypeIndication,
                     java.lang.String DataString)


Copyright © 2008. All Rights Reserved.