Uses of Class
it.svimservice.nsisr.web.ws.farmacia.vo.elencofarmacie.FarmaciaResponse

Packages that use FarmaciaResponse
it.svimservice.nsisr.web.ws.farmacia.vo.elencofarmacie   
 

Uses of FarmaciaResponse in it.svimservice.nsisr.web.ws.farmacia.vo.elencofarmacie
 

Fields in it.svimservice.nsisr.web.ws.farmacia.vo.elencofarmacie with type parameters of type FarmaciaResponse
private  java.util.Vector<FarmaciaResponse> ElencoFarmaciaResponse.farmacie
          Elenco di farmacie
 

Methods in it.svimservice.nsisr.web.ws.farmacia.vo.elencofarmacie that return types with arguments of type FarmaciaResponse
 java.util.Vector<FarmaciaResponse> ElencoFarmaciaResponse.getFarmacie()
           
 

Method parameters in it.svimservice.nsisr.web.ws.farmacia.vo.elencofarmacie with type arguments of type FarmaciaResponse
 void ElencoFarmaciaResponse.setFarmacie(java.util.Vector<FarmaciaResponse> farmacie)