public class InsertPrestazioneAggiuntivaResponse
extends java.lang.Object
Classe Java per insertPrestazioneAggiuntivaResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="insertPrestazioneAggiuntivaResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="esitoInserimento" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
esitoInserimento |
| Constructor and Description |
|---|
InsertPrestazioneAggiuntivaResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEsitoInserimento()
Recupera il valore della proprietà esitoInserimento.
|
void |
setEsitoInserimento(boolean value)
Imposta il valore della proprietà esitoInserimento.
|