it.svimservice.nsisr.web.ws.operatore.vo.ruolistruttureoperatore
Class RuoliStruttureOperatoreResponse

java.lang.Object
  extended by it.svimservice.nsisr.web.ws.operatore.vo.ruolistruttureoperatore.RuoliStruttureOperatoreResponse

public class RuoliStruttureOperatoreResponse
extends java.lang.Object

Risposta del servizio getRuoliStruttureOperatore.


Field Summary
(package private)  ElencoIncarichi elencoIncarichi
          Elenco degli incarichi dell'operatore
 
Constructor Summary
RuoliStruttureOperatoreResponse()
           
 
Method Summary
 ElencoIncarichi getElencoIncarichi()
           
 void setElencoIncarichi(ElencoIncarichi elencoIncarichi)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elencoIncarichi

ElencoIncarichi elencoIncarichi
Elenco degli incarichi dell'operatore

Constructor Detail

RuoliStruttureOperatoreResponse

public RuoliStruttureOperatoreResponse()
Method Detail

getElencoIncarichi

public ElencoIncarichi getElencoIncarichi()

setElencoIncarichi

public void setElencoIncarichi(ElencoIncarichi elencoIncarichi)