Ejemplo n.º 1
0
 public virtual Field19A setComponent3(Currency component3)
 {
     setComponent(3, SwiftFormatUtils.getCurrency(component3));
     return(this);
 }
Ejemplo n.º 2
0
 public virtual Field19B setComponent2(Currency component2)
 {
     setComponent(2, SwiftFormatUtils.getCurrency(component2));
     return(this);
 }
Ejemplo n.º 3
0
 public virtual Field23 setComponent4(java.util.Currency component4)
 {
     setComponent(4, SwiftFormatUtils.getCurrency(component4));
     return(this);
 }