it.svimservice.nsisr.web.ws.dipendentessr.vo.elencodipendentiperstruttura
Class ElencoDipendentiPerStrutturaResponse

java.lang.Object
  extended by it.svimservice.nsisr.web.ws.dipendentessr.vo.elencodipendentiperstruttura.ElencoDipendentiPerStrutturaResponse

public class ElencoDipendentiPerStrutturaResponse
extends java.lang.Object

Risposta del servizio getElencoDipendentiPerStruttura.


Field Summary
private  ElencoDipendentiPerStruttura elencoDipendenti
          Elenco dei dipendenti che soddisfano i criteri di ricerca.
 
Constructor Summary
ElencoDipendentiPerStrutturaResponse()
           
 
Method Summary
 ElencoDipendentiPerStruttura getElencoDipendenti()
           
 void setElencoDipendenti(ElencoDipendentiPerStruttura elencoDipendenti)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elencoDipendenti

private ElencoDipendentiPerStruttura elencoDipendenti
Elenco dei dipendenti che soddisfano i criteri di ricerca.

Constructor Detail

ElencoDipendentiPerStrutturaResponse

public ElencoDipendentiPerStrutturaResponse()
Method Detail

setElencoDipendenti

public void setElencoDipendenti(ElencoDipendentiPerStruttura elencoDipendenti)

getElencoDipendenti

public ElencoDipendentiPerStruttura getElencoDipendenti()