Uses of Class
br.gov.lexml.eta.etaservices.emenda.NotaAlteracao
-
Packages that use NotaAlteracao Package Description br.gov.lexml.eta.etaservices.emenda br.gov.lexml.eta.etaservices.parsing.xml br.gov.lexml.eta.etaservices.printing.json -
-
Uses of NotaAlteracao in br.gov.lexml.eta.etaservices.emenda
Methods in br.gov.lexml.eta.etaservices.emenda that return NotaAlteracao Modifier and Type Method Description NotaAlteracaoDispositivoEmendaModificado. getNotaAlteracao()static NotaAlteracaoNotaAlteracao. parse(String valueOf)static NotaAlteracaoNotaAlteracao. valueOf(String name)Returns the enum constant of this type with the specified name.static NotaAlteracao[]NotaAlteracao. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NotaAlteracao in br.gov.lexml.eta.etaservices.parsing.xml
Methods in br.gov.lexml.eta.etaservices.parsing.xml that return NotaAlteracao Modifier and Type Method Description NotaAlteracaoDispositivoEmendaAdicionadoRecord. getNotaAlteracao()NotaAlteracaoDispositivoEmendaModificadoRecord. getNotaAlteracao()Constructors in br.gov.lexml.eta.etaservices.parsing.xml with parameters of type NotaAlteracao Constructor Description DispositivoEmendaAdicionadoRecord(String tipo, String id, String rotulo, String texto, Boolean textoOmitido, Boolean abreAspas, Boolean fechaAspas, NotaAlteracao notaAlteracao, Boolean ondeCouber, String idPai, String idIrmaoAnterior, String idPosicaoAgrupador, String urnNormaAlterada, Boolean existeNaNormaAlterada, List<DispositivoEmendaAdicionadoRecord> filhos, String uuid2)DispositivoEmendaModificadoRecord(String tipo, String id, String rotulo, String texto, Boolean textoOmitido, Boolean abreAspas, Boolean fechaAspas, NotaAlteracao notaAlteracao, String urnNormaAlterada) -
Uses of NotaAlteracao in br.gov.lexml.eta.etaservices.printing.json
Methods in br.gov.lexml.eta.etaservices.printing.json that return NotaAlteracao Modifier and Type Method Description NotaAlteracaoDispositivoEmendaAdicionadoPojo. getNotaAlteracao()NotaAlteracaoDispositivoEmendaModificadoPojo. getNotaAlteracao()Methods in br.gov.lexml.eta.etaservices.printing.json with parameters of type NotaAlteracao Modifier and Type Method Description voidDispositivoEmendaAdicionadoPojo. setNotaAlteracao(NotaAlteracao notaAlteracao)voidDispositivoEmendaModificadoPojo. setNotaAlteracao(NotaAlteracao notaAlteracao)
-