Uses of Class
it.svimservice.nsisr.web.ws.assistibilestp.vo.assistibilistp.AssistibileSTPResponse

Packages that use AssistibileSTPResponse
it.svimservice.nsisr.web.ws.assistibilestp.vo.assistibilistp   
 

Uses of AssistibileSTPResponse in it.svimservice.nsisr.web.ws.assistibilestp.vo.assistibilistp
 

Fields in it.svimservice.nsisr.web.ws.assistibilestp.vo.assistibilistp with type parameters of type AssistibileSTPResponse
(package private)  java.util.Vector<AssistibileSTPResponse> ElencoAssistibiliSTPResponse.cittadinoStranieroNonInRegola
          Elenco dei cittadini stranieri non in regola.
 

Methods in it.svimservice.nsisr.web.ws.assistibilestp.vo.assistibilistp that return types with arguments of type AssistibileSTPResponse
 java.util.Vector<AssistibileSTPResponse> ElencoAssistibiliSTPResponse.getCittadinoStranieroNonInRegola()
           
 

Method parameters in it.svimservice.nsisr.web.ws.assistibilestp.vo.assistibilistp with type arguments of type AssistibileSTPResponse
 void ElencoAssistibiliSTPResponse.setCittadinoStranieroNonInRegola(java.util.Vector<AssistibileSTPResponse> cittadinoStranieroNonInRegola)