it.svimservice.nsisr.web.ws.cedap.vo.setcedap
Class DatiCedapResponse

java.lang.Object
  extended by it.svimservice.nsisr.web.ws.cedap.vo.setcedap.DatiCedapResponse

public class DatiCedapResponse
extends java.lang.Object

response del ws setCedAP

Author:
CoppolaG

Field Summary
private  boolean esito
          Esito dell'operazione true = postivo false = negativo
 
Constructor Summary
DatiCedapResponse()
           
 
Method Summary
 boolean isEsito()
           
 void setEsito(boolean esito)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

esito

private boolean esito
Esito dell'operazione

Constructor Detail

DatiCedapResponse

public DatiCedapResponse()
Method Detail

isEsito

public boolean isEsito()
Returns:
the esito

setEsito

public void setEsito(boolean esito)
Parameters:
esito - the esito to set