org.csapi.am
Class TpBalanceInfo

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

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

Generated from IDL definition of struct "TpBalanceInfo"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String AdditionalInfo
           
 java.lang.String Currency
           
 int Exponent
           
 int ValuePartA
           
 int ValuePartB
           
 
Constructor Summary
TpBalanceInfo()
           
TpBalanceInfo(java.lang.String Currency, int ValuePartA, int ValuePartB, int Exponent, java.lang.String AdditionalInfo)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Currency

public java.lang.String Currency

ValuePartA

public int ValuePartA

ValuePartB

public int ValuePartB

Exponent

public int Exponent

AdditionalInfo

public java.lang.String AdditionalInfo
Constructor Detail

TpBalanceInfo

public TpBalanceInfo()

TpBalanceInfo

public TpBalanceInfo(java.lang.String Currency,
                     int ValuePartA,
                     int ValuePartB,
                     int Exponent,
                     java.lang.String AdditionalInfo)


Copyright © 2009. All Rights Reserved.