private final RpsDetalhe rpsDetalhe;
private final IdentificacaoRps identificacaoRps;
protected RpsBuilder() {
rps = new Rps();
infDeclaracaoPrestacaoServico = new InfDeclaracaoPrestacaoServico();
rpsDetalhe = new RpsDetalhe();
identificacaoRps = new IdentificacaoRps();
}