org.csapi.cc
Class TpCallAdditionalEventInfo

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

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

Generated from IDL definition of union "TpCallAdditionalEventInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Constructor Summary
TpCallAdditionalEventInfo()
           
 
Method Summary
 TpAddress CalledAddress()
           
 void CalledAddress(TpAddress _x)
           
 TpAddress CollectedAddress()
           
 void CollectedAddress(TpAddress _x)
           
 TpCallEventType discriminator()
           
 short Dummy()
           
 void Dummy(short _x)
           
 void Dummy(TpCallEventType _discriminator, short _x)
           
 TpAddress ForwardAddress()
           
 void ForwardAddress(TpAddress _x)
           
 TpReleaseCause OriginatingReleaseCause()
           
 void OriginatingReleaseCause(TpReleaseCause _x)
           
 TpCallServiceCode OriginatingServiceCode()
           
 void OriginatingServiceCode(TpCallServiceCode _x)
           
 TpReleaseCause TerminatingReleaseCause()
           
 void TerminatingReleaseCause(TpReleaseCause _x)
           
 TpCallServiceCode TerminatingServiceCode()
           
 void TerminatingServiceCode(TpCallServiceCode _x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TpCallAdditionalEventInfo

public TpCallAdditionalEventInfo()
Method Detail

discriminator

public TpCallEventType discriminator()

CollectedAddress

public TpAddress CollectedAddress()

CollectedAddress

public void CollectedAddress(TpAddress _x)

CalledAddress

public TpAddress CalledAddress()

CalledAddress

public void CalledAddress(TpAddress _x)

OriginatingServiceCode

public TpCallServiceCode OriginatingServiceCode()

OriginatingServiceCode

public void OriginatingServiceCode(TpCallServiceCode _x)

OriginatingReleaseCause

public TpReleaseCause OriginatingReleaseCause()

OriginatingReleaseCause

public void OriginatingReleaseCause(TpReleaseCause _x)

TerminatingReleaseCause

public TpReleaseCause TerminatingReleaseCause()

TerminatingReleaseCause

public void TerminatingReleaseCause(TpReleaseCause _x)

ForwardAddress

public TpAddress ForwardAddress()

ForwardAddress

public void ForwardAddress(TpAddress _x)

TerminatingServiceCode

public TpCallServiceCode TerminatingServiceCode()

TerminatingServiceCode

public void TerminatingServiceCode(TpCallServiceCode _x)

Dummy

public short Dummy()

Dummy

public void Dummy(short _x)

Dummy

public void Dummy(TpCallEventType _discriminator,
                  short _x)


Copyright © 2008. All Rights Reserved.