Uses of Class
org.sourceforge.ifx.framework.element.CurRate

Packages that use CurRate
org.sourceforge.ifx.framework.complextype Generated classes for the complextype package. 
org.sourceforge.ifx.framework.remit.complextype   
 

Uses of CurRate in org.sourceforge.ifx.framework.complextype
 

Methods in org.sourceforge.ifx.framework.complextype that return CurRate
 CurRate CurrencyAmount.getCurRate()
          Getter for curRate
 CurRate ForExRateInfo_Type.getCurRate()
          Getter for curRate
 

Methods in org.sourceforge.ifx.framework.complextype with parameters of type CurRate
 void CurrencyAmount.setCurRate(CurRate _curRate)
          Setter for curRate
 void ForExRateInfo_Type.setCurRate(CurRate _curRate)
          Setter for curRate
 

Uses of CurRate in org.sourceforge.ifx.framework.remit.complextype
 

Methods in org.sourceforge.ifx.framework.remit.complextype that return CurRate
 CurRate CurrencyAmount.getCurRate()
          Getter for curRate
 

Methods in org.sourceforge.ifx.framework.remit.complextype with parameters of type CurRate
 void CurrencyAmount.setCurRate(CurRate _curRate)
          Setter for curRate