Package br.com.mussinato.jsintegra.registros

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


    tipo10.setUf("PR");
    tipo10.setConvenio("3");
    tipo10.setNaturezaOperacoes("3");
    sintegra.setTipo10(tipo10);
   
    Tipo11 tipo11 = new Tipo11();
    tipo11.setBairro("ZONA 25");
    tipo11.setCep("12345-678");
    tipo11.setComplemento("SALA 201");
    tipo11.setLogradouro("AV BRASIL");
    tipo11.setNomeContato("RENATO MUSSINATO");
    tipo11.setNumero("12345");
    tipo11.setTelefone("(11) 1234-5678");
    sintegra.setTipo11(tipo11);
   
    Tipo50 tipo50 = new Tipo50();
    tipo50.setCnpj("55.687.665/0001-87");
    tipo50.setInscricaoEstadual("55464655-84");
View Full Code Here

TOP

Related Classes of br.com.mussinato.jsintegra.registros.Tipo11

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.