Uses of Class
it.svimservice.nsisr.web.ws.strutturaaltaspecialita.vo.elencostrutturaaltaspec.StrutturaAltaSpecResponse

Packages that use StrutturaAltaSpecResponse
it.svimservice.nsisr.web.ws.strutturaaltaspecialita.vo.elencostrutturaaltaspec   
 

Uses of StrutturaAltaSpecResponse in it.svimservice.nsisr.web.ws.strutturaaltaspecialita.vo.elencostrutturaaltaspec
 

Fields in it.svimservice.nsisr.web.ws.strutturaaltaspecialita.vo.elencostrutturaaltaspec with type parameters of type StrutturaAltaSpecResponse
private  java.util.Vector<StrutturaAltaSpecResponse> ElencoStruttureAltaSpecResponse.struttura
          Dati della struttura ad alta specialità.
 

Methods in it.svimservice.nsisr.web.ws.strutturaaltaspecialita.vo.elencostrutturaaltaspec that return types with arguments of type StrutturaAltaSpecResponse
 java.util.Vector<StrutturaAltaSpecResponse> ElencoStruttureAltaSpecResponse.getStruttura()
           
 

Method parameters in it.svimservice.nsisr.web.ws.strutturaaltaspecialita.vo.elencostrutturaaltaspec with type arguments of type StrutturaAltaSpecResponse
 void ElencoStruttureAltaSpecResponse.setStruttura(java.util.Vector<StrutturaAltaSpecResponse> struttura)