public class PianoTerapeuticoDemResponse
extends java.lang.Object
Classe Java per pianoTerapeuticoDemResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="pianoTerapeuticoDemResponse">
<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="documento" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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 byte[] |
documento |
protected java.util.List<ElencoComunicazioni> |
elencoComunicazioni |
protected java.util.List<ElencoErrori> |
elencoErrori |
protected java.lang.String |
protocolloTransazione |
protected javax.xml.datatype.XMLGregorianCalendar |
timestamp |
| Constructor and Description |
|---|
PianoTerapeuticoDemResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodEsito()
Recupera il valore della proprietà codEsito.
|
byte[] |
getDocumento()
Recupera il valore della proprietà documento.
|
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.lang.String |
getProtocolloTransazione()
Recupera il valore della proprietà protocolloTransazione.
|
javax.xml.datatype.XMLGregorianCalendar |
getTimestamp()
Recupera il valore della proprietà timestamp.
|
void |
setCodEsito(java.lang.String value)
Imposta il valore della proprietà codEsito.
|
void |
setDocumento(byte[] value)
Imposta il valore della proprietà documento.
|
void |
setProtocolloTransazione(java.lang.String value)
Imposta il valore della proprietà protocolloTransazione.
|
void |
setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Imposta il valore della proprietà timestamp.
|
protected java.lang.String protocolloTransazione
protected byte[] documento
protected javax.xml.datatype.XMLGregorianCalendar timestamp
protected java.lang.String codEsito
protected java.util.List<ElencoErrori> elencoErrori
protected java.util.List<ElencoComunicazioni> elencoComunicazioni
public java.lang.String getProtocolloTransazione()
Stringpublic void setProtocolloTransazione(java.lang.String value)
value - allowed object is
Stringpublic byte[] getDocumento()
public void setDocumento(byte[] value)
value - allowed object is
byte[]public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic 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