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