Examples of Tipo10


Examples of br.com.mussinato.jsintegra.registros.Tipo10

   */
  @Test
  public void testGerarArquivo() throws ParseException {
    Sintegra sintegra = new Sintegra();
   
    Tipo10 tipo10 = new Tipo10();
    tipo10.setCnpj("00.151.375/0001-52");
    tipo10.setDataInicial(new SimpleDateFormat("yyyy-MM-dd").parse("2013-11-01"));
    tipo10.setDataFinal(new SimpleDateFormat("yyyy-MM-dd").parse("2013-11-30"));
    tipo10.setFax("(44) 5566-6645");
    tipo10.setFinalidade("1");
    tipo10.setInscricaoEstadual("83304388-95");
    tipo10.setMunicipio("CIANORTE");
    tipo10.setNomeContribuinte("JSINTEGRA - TESTANDO GERACAO DE ARQUIVO");
    tipo10.setUf("PR");
    tipo10.setConvenio("3");
    tipo10.setNaturezaOperacoes("3");
    sintegra.setTipo10(tipo10);
   
    Tipo11 tipo11 = new Tipo11();
    tipo11.setBairro("ZONA 25");
    tipo11.setCep("12345-678");
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.