public class ElencoMedicoIntervento
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.Vector<MedicoIntervento> |
medicoIntervento
Elenco dei medici responsabili dell'intervento
|
| Constructor and Description |
|---|
ElencoMedicoIntervento() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<MedicoIntervento> |
getMedicoIntervento() |
void |
setMedicoIntervento(java.util.Vector<MedicoIntervento> medicoIntervento) |
@MinOccurs(value=1L) private java.util.Vector<MedicoIntervento> medicoIntervento
public java.util.Vector<MedicoIntervento> getMedicoIntervento()
public void setMedicoIntervento(java.util.Vector<MedicoIntervento> medicoIntervento)