Package org.jboleto

Examples of org.jboleto.JBoleto


    jBoletoBean.setContaCorrente("08690");
    jBoletoBean.setDvContaCorrente("1");
    jBoletoBean.setNossoNumero("0000003248437", 13);
    jBoletoBean.setNoDocumento("0324843");
    Generator generator = new PDFGenerator(jBoletoBean, JBoleto.SANTANDER);
    JBoleto jBoleto = new JBoleto(generator, jBoletoBean, JBoleto.SANTANDER);
    jBoleto.addBoleto();
    jBoleto.closeBoleto(fileName);
  }
View Full Code Here


    jBoletoBean.setContaCorrente("08690");
    jBoletoBean.setDvContaCorrente("1");
    jBoletoBean.setNossoNumero("102008044", 9);
    jBoletoBean.setNoDocumento("102008");
    Generator generator = new PDFGenerator(jBoletoBean, JBoleto.HSBC);
    JBoleto jBoleto = new JBoleto(generator, jBoletoBean, JBoleto.HSBC);
    jBoleto.addBoleto();
    jBoleto.closeBoleto(fileName);
  }
View Full Code Here

    jBoletoBean.setContaCorrente("08690");
    jBoletoBean.setDvContaCorrente("1");
    jBoletoBean.setNossoNumero("34556", 8);
    jBoletoBean.setNoDocumento("34556");
    Generator generator = new PDFGenerator(jBoletoBean, JBoleto.ITAU);
    JBoleto jBoleto = new JBoleto(generator, jBoletoBean, JBoleto.ITAU);
    jBoleto.addBoleto();
    jBoleto.closeBoleto(fileName);
  }
View Full Code Here

    jBoletoBean.setNumConvenio("1101354");
    jBoletoBean.setNossoNumero("0005963971", 10);
    jBoletoBean.setDvContaCorrente("2");
    jBoletoBean.setDvAgencia("8");
    Generator generator = new PDFGenerator(jBoletoBean, JBoleto.BANCO_DO_BRASIL);
    JBoleto jBoleto = new JBoleto(generator, jBoletoBean, JBoleto.BANCO_DO_BRASIL);
    jBoleto.addBoleto();
    jBoleto.closeBoleto(fileName);
  }
View Full Code Here

    jBoletoBean.setCodigoFornecidoAgencia("00000324");
    jBoletoBean.setDvCodigoFornecidoAgencia("02");
    jBoletoBean.setNossoNumero("19525086", 8);
    jBoletoBean.setNoDocumento("987656123");
    Generator generator = new PDFGenerator(jBoletoBean, JBoleto.CAIXA_ECONOMICA);
    JBoleto jBoleto = new JBoleto(generator, jBoletoBean, JBoleto.CAIXA_ECONOMICA);
    jBoleto.addBoleto();
    jBoleto.closeBoleto(fileName);
  }
View Full Code Here

    jBoletoBean.setNoDocumento("321546");
    jBoletoBean.setContaCorrente("0006580");
    jBoletoBean.setDvContaCorrente("3");
    jBoletoBean.setNossoNumero("003", 11);
    Generator generator = new PDFGenerator(jBoletoBean, JBoleto.BRADESCO);
    JBoleto jBoleto = new JBoleto(generator, jBoletoBean, JBoleto.BRADESCO);
    jBoleto.addBoleto();
    jBoleto.closeBoleto(fileName);
  }
View Full Code Here

    jBoletoBean.setDvContaCorrente("9");
    jBoletoBean.setNossoNumero("1803029901", 14);
    // código do cliente fornecido pelo unibanco.
    jBoletoBean.setCodCliente("2031671");
    Generator generator = new PDFGenerator(jBoletoBean, JBoleto.UNIBANCO);
    JBoleto jBoleto = new JBoleto(generator, jBoletoBean, JBoleto.UNIBANCO);
    jBoleto.addBoleto();
    jBoleto.closeBoleto(fileName);
  }
View Full Code Here

    jBoletoBean.setContaCorrente("5003709");
    jBoletoBean.setDvContaCorrente("6");
    jBoletoBean.setNossoNumero("3020", 13);
    jBoletoBean.setNoDocumento("3020");
    Generator generator = new PDFGenerator(jBoletoBean, JBoleto.BANCO_REAL);
    JBoleto jBoleto = new JBoleto(generator, jBoletoBean,
        JBoleto.BANCO_REAL);
    jBoleto.addBoleto();
    jBoleto.closeBoleto(fileName);
  }
View Full Code Here

TOP

Related Classes of org.jboleto.JBoleto

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.