java:170: operator > cannot be applied to java.math.BigDecimal,int
      out.print((aOB_EP_TRNFEE.FEE_LIMIT1()>0)?aOB_EP_TRNFEE.FEE_LIMIT1():"");java:170: incompatible types for ?: neither is a subtype of the other
second operand: java.math.BigDecimal
third operand : java.lang.String
      out.print((aOB_EP_TRNFEE.FEE_LIMIT1()>0)?aOB_EP_TRNFEE.FEE_LIMIT1():"");
                                              ^
2 errors