it.svimservice.nsisr.web.ws.schedadimorte.vo.schedadimorteget
Class RettificaGet
java.lang.Object
it.svimservice.nsisr.web.ws.schedadimorte.vo.schedadimorteget.RettificaGet
public class RettificaGet
- extends java.lang.Object
Dati dell'eventuale rettifica apportata ad una scheda di morte.
Field Summary |
private java.lang.String |
codRettifica
Codice della rettifica. |
private java.lang.String |
descRettifica
Descrizione della rettifica. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
codRettifica
@MinOccurs(value=1L)
@Facets(pattern="1|2|3|4|5|6|7|8|9|10|11")
private java.lang.String codRettifica
- Codice della rettifica.
Puo' assumere i seguenti valori:
- 1: LUOGO DECESSO
- 2: MODALITA' DECESSO PER TRAUMATISMO
- 3: GRAVIDANZA
- 4: INFORMAZIONI NASCITA
- 5: CAUSA DI MORTE
- 6: CAUSA PRINCIPALE DI MORTE
- 7: STATI MORBOSI
- 8: CIRCOSTANZA MORTE ESTERNA
- 9: RISCONTRO DIAGNOSTICO
- 10: CODIFICA CAUSA DI MORTE
- 11: CODIFICA STATI MORBOSI
- 12: CODIFICA CIRCOSTANZA MORTE ESTERNA
descRettifica
@MinOccurs(value=1L)
private java.lang.String descRettifica
- Descrizione della rettifica.
Puo' assumere i seguenti valori:
- LUOGO DECESSO
- MODALITA' DECESSO PER TRAUMATISMO
- GRAVIDANZA
- INFORMAZIONI NASCITA
- CAUSA DI MORTE
- CAUSA PRINCIPALE DI MORTE
- STATI MORBOSI
- CIRCOSTANZA MORTE ESTERNA
- RISCONTRO DIAGNOSTICO
- CODIFICA CAUSA DI MORTE
- CODIFICA STATI MORBOSI
- CODIFICA CIRCOSTANZA MORTE ESTERNA
RettificaGet
public RettificaGet()
getCodRettifica
public java.lang.String getCodRettifica()
- Returns:
- the codRettifica
getDescRettifica
public java.lang.String getDescRettifica()
- Returns:
- the descRettifica
setCodRettifica
public void setCodRettifica(java.lang.String codRettifica)
- Parameters:
codRettifica
- the codRettifica to set
setDescRettifica
public void setDescRettifica(java.lang.String descRettifica)
- Parameters:
descRettifica
- the descRettifica to set