Uses of Class
it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso.PrestazioneRequest

Packages that use PrestazioneRequest
it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso   
 

Uses of PrestazioneRequest in it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso
 

Fields in it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso with type parameters of type PrestazioneRequest
private  java.util.Vector<PrestazioneRequest> PrescrizioneRequest.elencoPrestazioni
          elenco prestazioni
 

Methods in it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso that return types with arguments of type PrestazioneRequest
 java.util.Vector<PrestazioneRequest> PrescrizioneRequest.getElencoPrestazioni()
           
 

Method parameters in it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso with type arguments of type PrestazioneRequest
 void PrescrizioneRequest.setElencoPrestazioni(java.util.Vector<PrestazioneRequest> elencoPrestazioni)
           
 

Constructor parameters in it.svimservice.nsisr.web.ws.prescrizioneprontosoccorso.vo.registraprescrizioneprontosoccorso with type arguments of type PrestazioneRequest
PrescrizioneRequest(java.lang.String codRicetta, int codBranca, java.lang.String codEsenzione, double impTicket, double impQuotaFissaPerAccessoPS, double impQuotaFissaPerRicetta, double impLordo, int codTipoAccesso, java.util.Vector<PrestazioneRequest> elencoPrestazioni)