org.csapi.am
Class TpBalance

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

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

Generated from IDL definition of struct "TpBalance"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 TpBalanceInfo BalanceInfo
           
 TpBalanceQueryError StatusCode
           
 TpAddress UserID
           
 
Constructor Summary
TpBalance()
           
TpBalance(TpAddress UserID, TpBalanceQueryError StatusCode, TpBalanceInfo BalanceInfo)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UserID

public TpAddress UserID

StatusCode

public TpBalanceQueryError StatusCode

BalanceInfo

public TpBalanceInfo BalanceInfo
Constructor Detail

TpBalance

public TpBalance()

TpBalance

public TpBalance(TpAddress UserID,
                 TpBalanceQueryError StatusCode,
                 TpBalanceInfo BalanceInfo)


Copyright © 2009. All Rights Reserved.