public class PrescrizioneFirmataResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
cdaInstance
Contiene il CDA della prescrizione, elemento facoltativo.
|
private Prescrizione |
prescrizione
Contiene tutti i dati relativi alla prescrizione, elemento facoltativo.
|
| Constructor and Description |
|---|
PrescrizioneFirmataResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCdaInstance() |
Prescrizione |
getPrescrizione() |
void |
setCdaInstance(java.lang.String cdaInstance) |
void |
setPrescrizione(Prescrizione prescrizione) |
private java.lang.String cdaInstance
private Prescrizione prescrizione
public java.lang.String getCdaInstance()
public void setCdaInstance(java.lang.String cdaInstance)
public Prescrizione getPrescrizione()
public void setPrescrizione(Prescrizione prescrizione)