public class GetElencoPianoTerapeuticoDemResponse
extends java.lang.Object
Classe Java per getElencoPianoTerapeuticoDemResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="getElencoPianoTerapeuticoDemResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="protocolloTransazione" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="listaProtocolliPT" type="{http://www.nsisr.puglia.it/Schemas/}elencoRicevuta" maxOccurs="unbounded" minOccurs="0"/>
<element name="codEsito" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="elencoErrori" type="{http://www.nsisr.puglia.it/Schemas/}elencoErrori" maxOccurs="unbounded" minOccurs="0"/>
<element name="elencoComunicazioni" type="{http://www.nsisr.puglia.it/Schemas/}elencoComunicazioni" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codEsito |
protected java.util.List<ElencoComunicazioni> |
elencoComunicazioni |
protected java.util.List<ElencoErrori> |
elencoErrori |
protected java.util.List<ElencoRicevuta> |
listaProtocolliPT |
protected java.lang.String |
protocolloTransazione |
protected java.lang.String |
timestamp |
| Constructor and Description |
|---|
GetElencoPianoTerapeuticoDemResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodEsito()
Recupera il valore della proprietà codEsito.
|
java.util.List<ElencoComunicazioni> |
getElencoComunicazioni()
Gets the value of the elencoComunicazioni property.
|
java.util.List<ElencoErrori> |
getElencoErrori()
Gets the value of the elencoErrori property.
|
java.util.List<ElencoRicevuta> |
getListaProtocolliPT()
Gets the value of the listaProtocolliPT property.
|
java.lang.String |
getProtocolloTransazione()
Recupera il valore della proprietà protocolloTransazione.
|
java.lang.String |
getTimestamp()
Recupera il valore della proprietà timestamp.
|
void |
setCodEsito(java.lang.String value)
Imposta il valore della proprietà codEsito.
|
void |
setProtocolloTransazione(java.lang.String value)
Imposta il valore della proprietà protocolloTransazione.
|
void |
setTimestamp(java.lang.String value)
Imposta il valore della proprietà timestamp.
|
protected java.lang.String protocolloTransazione
protected java.lang.String timestamp
protected java.util.List<ElencoRicevuta> listaProtocolliPT
protected java.lang.String codEsito
protected java.util.List<ElencoErrori> elencoErrori
protected java.util.List<ElencoComunicazioni> elencoComunicazioni
public GetElencoPianoTerapeuticoDemResponse()
public java.lang.String getProtocolloTransazione()
Stringpublic void setProtocolloTransazione(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTimestamp()
Stringpublic void setTimestamp(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<ElencoRicevuta> getListaProtocolliPT()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the listaProtocolliPT property.
For example, to add a new item, do as follows:
getListaProtocolliPT().add(newItem);
Objects of the following type(s) are allowed in the list
ElencoRicevuta
public java.lang.String getCodEsito()
Stringpublic void setCodEsito(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<ElencoErrori> getElencoErrori()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the elencoErrori property.
For example, to add a new item, do as follows:
getElencoErrori().add(newItem);
Objects of the following type(s) are allowed in the list
ElencoErrori
public java.util.List<ElencoComunicazioni> getElencoComunicazioni()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the elencoComunicazioni property.
For example, to add a new item, do as follows:
getElencoComunicazioni().add(newItem);
Objects of the following type(s) are allowed in the list
ElencoComunicazioni