public class DcrMazzetteRequest
extends java.lang.Object
Dati identificativi della farmacia e della Distinta Contabile Riepilogativa con le mazzette associate ed eventuali rettifiche.
I dati comprendono:
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="dcrMazzetteRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codNazionale">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="6"/>
<pattern value="[0-9]*"/>
</restriction>
</simpleType>
</element>
<element name="numDistretto">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<minLength value="1"/>
<pattern value="[0-9]*"/>
<maxLength value="2"/>
</restriction>
</simpleType>
</element>
<element name="codProvinciale">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="4"/>
<pattern value="[0-9]*"/>
</restriction>
</simpleType>
</element>
<element name="identificativoTitolare" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="([a-zA-Z]{6}[0-9]{2}[a-zA-Z]{1}[0-9]{2}[a-zA-Z]{1}[0-9]{3}[a-zA-Z]{1})?|[0-9]{11}"/>
</restriction>
</simpleType>
</element>
<element name="distinta" type="{http://www.nsisr.puglia.it/Schemas/}dcrMazzetteDettaglioRequest"/>
<element name="elencoRettifiche" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="rettifica" type="{http://www.nsisr.puglia.it/Schemas/}rettificaDCRRequest" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DcrMazzetteRequest.ElencoRettifiche
Contiene i dati relativi alle rettifiche della Distinta Contabile Riepilogativa.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codNazionale |
protected java.lang.String |
codProvinciale |
protected DcrMazzetteDettaglioRequest |
distinta |
protected DcrMazzetteRequest.ElencoRettifiche |
elencoRettifiche |
protected java.lang.String |
identificativoTitolare |
protected java.lang.String |
numDistretto |
| Constructor and Description |
|---|
DcrMazzetteRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodNazionale()
Recupera il valore della proprietà codNazionale.
|
java.lang.String |
getCodProvinciale()
Recupera il valore della proprietà codProvinciale.
|
DcrMazzetteDettaglioRequest |
getDistinta()
Recupera il valore della proprietà distinta.
|
DcrMazzetteRequest.ElencoRettifiche |
getElencoRettifiche()
Recupera il valore della proprietà elencoRettifiche.
|
java.lang.String |
getIdentificativoTitolare()
Recupera il valore della proprietà identificativoTitolare.
|
java.lang.String |
getNumDistretto()
Recupera il valore della proprietà numDistretto.
|
void |
setCodNazionale(java.lang.String value)
Imposta il valore della proprietà codNazionale.
|
void |
setCodProvinciale(java.lang.String value)
Imposta il valore della proprietà codProvinciale.
|
void |
setDistinta(DcrMazzetteDettaglioRequest value)
Imposta il valore della proprietà distinta.
|
void |
setElencoRettifiche(DcrMazzetteRequest.ElencoRettifiche value)
Imposta il valore della proprietà elencoRettifiche.
|
void |
setIdentificativoTitolare(java.lang.String value)
Imposta il valore della proprietà identificativoTitolare.
|
void |
setNumDistretto(java.lang.String value)
Imposta il valore della proprietà numDistretto.
|
protected java.lang.String codNazionale
protected java.lang.String numDistretto
protected java.lang.String codProvinciale
protected java.lang.String identificativoTitolare
protected DcrMazzetteDettaglioRequest distinta
protected DcrMazzetteRequest.ElencoRettifiche elencoRettifiche
public java.lang.String getCodNazionale()
Stringpublic void setCodNazionale(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumDistretto()
Stringpublic void setNumDistretto(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodProvinciale()
Stringpublic void setCodProvinciale(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdentificativoTitolare()
Stringpublic void setIdentificativoTitolare(java.lang.String value)
value - allowed object is
Stringpublic DcrMazzetteDettaglioRequest getDistinta()
DcrMazzetteDettaglioRequestpublic void setDistinta(DcrMazzetteDettaglioRequest value)
value - allowed object is
DcrMazzetteDettaglioRequestpublic DcrMazzetteRequest.ElencoRettifiche getElencoRettifiche()
DcrMazzetteRequest.ElencoRettifichepublic void setElencoRettifiche(DcrMazzetteRequest.ElencoRettifiche value)
value - allowed object is
DcrMazzetteRequest.ElencoRettifiche