Uses of Class
it.svimservice.nsisr.web.ws.cedap.vo.CedapSezioneGenerale

Packages that use CedapSezioneGenerale
it.svimservice.nsisr.web.ws.cedap.pojo   
it.svimservice.nsisr.web.ws.cedap.vo.getdettagliocedap   
it.svimservice.nsisr.web.ws.cedap.vo.setcedap   
 

Uses of CedapSezioneGenerale in it.svimservice.nsisr.web.ws.cedap.pojo
 

Methods in it.svimservice.nsisr.web.ws.cedap.pojo with parameters of type CedapSezioneGenerale
private static void ChkCedap.chkDatiSezioneACedap(CedapSezioneGenerale cedapSezioneGenerale, CedapSezioneA cedapSezioneA)
          Controlli sulla sezione A del CedAP
private static void ChkCedap.chkDatiSezioneCCedap(CedapSezioneGenerale cedapSezioneGenerale, CedapSezioneC1 cedapSezioneC1)
          Controlli sulla sezione C del CedAP
private static void ChkCedap.chkDatiSezioneGenerale(CedapSezioneGenerale cedapSezioneGenerale)
          Controlli sulla sezione generale del cedap
private static it.svimservice.sanita.CedAP CnvCedap.cnvSezioneACedAP(it.svimservice.sanita.CedAP cedAP, CedapSezioneGenerale cedapSezioneGenerale, CedapSezioneA cedapSezioneA)
           
 

Uses of CedapSezioneGenerale in it.svimservice.nsisr.web.ws.cedap.vo.getdettagliocedap
 

Fields in it.svimservice.nsisr.web.ws.cedap.vo.getdettagliocedap declared as CedapSezioneGenerale
private  CedapSezioneGenerale DatiDettaglioCedapResponse.cedapSezioneGenerale
           
 

Methods in it.svimservice.nsisr.web.ws.cedap.vo.getdettagliocedap that return CedapSezioneGenerale
 CedapSezioneGenerale DatiDettaglioCedapResponse.getCedapSezioneGenerale()
           
 

Methods in it.svimservice.nsisr.web.ws.cedap.vo.getdettagliocedap with parameters of type CedapSezioneGenerale
 void DatiDettaglioCedapResponse.setCedapSezioneGenerale(CedapSezioneGenerale cedapSezioneGenerale)
           
 

Uses of CedapSezioneGenerale in it.svimservice.nsisr.web.ws.cedap.vo.setcedap
 

Fields in it.svimservice.nsisr.web.ws.cedap.vo.setcedap declared as CedapSezioneGenerale
private  CedapSezioneGenerale DatiCedapRequest.cedapSezioneGenerale
           
 

Methods in it.svimservice.nsisr.web.ws.cedap.vo.setcedap that return CedapSezioneGenerale
 CedapSezioneGenerale DatiCedapRequest.getCedapSezioneGenerale()
           
 

Methods in it.svimservice.nsisr.web.ws.cedap.vo.setcedap with parameters of type CedapSezioneGenerale
 void DatiCedapRequest.setCedapSezioneGenerale(CedapSezioneGenerale cedapSezioneGenerale)