public DetalheRemessaCnab240(Boleto boleto, int numeroRegistroNoLote)
 {
     SegmentoP   = new DetalheSegmentoPRemessaCnab240(boleto, numeroRegistroNoLote);
     SegmentoQ   = new DetalheSegmentoQRemessaCnab240(boleto, numeroRegistroNoLote);
     SegmentoR   = new DetalheSegmentoRRemessaCnab240(boleto, numeroRegistroNoLote);
     SegmentoS   = new DetalheSegmentoSRemessaCnab240();
     SegmentoY   = new DetalheSegmentoYRemessaCnab240();
     SegmentoY08 = new DetalheSegmentoY08RemessaCnab240();
 }
 public DetalheRemessaCnab240(DetalheSegmentoRRemessaCnab240 segmentoR)
 {
     SegmentoR = segmentoR;
 }