Ejemplo n.º 1
0
        public BlocoI(SpedUtil spedUtil)
        {
            registroI001 = new RegistroI001();
            registroI001.setIndMov(0);

            registroI990 = new RegistroI990();
            registroI990.setQtdLinI(0);

            this.util = spedUtil;
        }
Ejemplo n.º 2
0
 /**
  * @param registroI001 the registroI001 to set
  */
 public void setRegistroI001(RegistroI001 registroI001)
 {
     this.registroI001 = registroI001;
 }