org.csapi.cc.gccs
Class TpCallAdditionalReportInfo

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

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

Generated from IDL definition of union "TpCallAdditionalReportInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Constructor Summary
TpCallAdditionalReportInfo()
           
 
Method Summary
 TpCallReleaseCause Busy()
           
 void Busy(TpCallReleaseCause _x)
           
 TpCallReleaseCause CallDisconnect()
           
 void CallDisconnect(TpCallReleaseCause _x)
           
 TpCallReportType discriminator()
           
 short Dummy()
           
 void Dummy(short _x)
           
 void Dummy(TpCallReportType _discriminator, short _x)
           
 TpAddress ForwardAddress()
           
 void ForwardAddress(TpAddress _x)
           
 TpCallReleaseCause NotReachable()
           
 void NotReachable(TpCallReleaseCause _x)
           
 java.lang.String QueueStatus()
           
 void QueueStatus(java.lang.String _x)
           
 TpCallReleaseCause RoutingFailure()
           
 void RoutingFailure(TpCallReleaseCause _x)
           
 TpCallServiceCode ServiceCode()
           
 void ServiceCode(TpCallServiceCode _x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TpCallAdditionalReportInfo

public TpCallAdditionalReportInfo()
Method Detail

discriminator

public TpCallReportType discriminator()

Busy

public TpCallReleaseCause Busy()

Busy

public void Busy(TpCallReleaseCause _x)

CallDisconnect

public TpCallReleaseCause CallDisconnect()

CallDisconnect

public void CallDisconnect(TpCallReleaseCause _x)

ForwardAddress

public TpAddress ForwardAddress()

ForwardAddress

public void ForwardAddress(TpAddress _x)

ServiceCode

public TpCallServiceCode ServiceCode()

ServiceCode

public void ServiceCode(TpCallServiceCode _x)

RoutingFailure

public TpCallReleaseCause RoutingFailure()

RoutingFailure

public void RoutingFailure(TpCallReleaseCause _x)

QueueStatus

public java.lang.String QueueStatus()

QueueStatus

public void QueueStatus(java.lang.String _x)

NotReachable

public TpCallReleaseCause NotReachable()

NotReachable

public void NotReachable(TpCallReleaseCause _x)

Dummy

public short Dummy()

Dummy

public void Dummy(short _x)

Dummy

public void Dummy(TpCallReportType _discriminator,
                  short _x)


Copyright © 2009. All Rights Reserved.