public class RegistraPrescrizioneFarmaceuticaRequest
extends java.lang.Object
Classe Java per registraPrescrizioneFarmaceuticaRequest complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="registraPrescrizioneFarmaceuticaRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codIup">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="13"/>
</restriction>
</simpleType>
</element>
<element name="codPrescrittore" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="6"/>
<pattern value="[0-9]*"/>
</restriction>
</simpleType>
</element>
<element name="flagSuggerita">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<pattern value="(0|1)?"/>
</restriction>
</simpleType>
</element>
<element name="dataEmissione">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[012])/[0-9]{4}"/>
</restriction>
</simpleType>
</element>
<element name="codEsenzione" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="5"/>
<pattern value="[a-zA-Z0-9]*"/>
</restriction>
</simpleType>
</element>
<element name="flagInformatica">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<pattern value="(0|1)?"/>
</restriction>
</simpleType>
</element>
<element name="assistito" type="{http://www.nsisr.puglia.it/Schemas/}assistibileRegistraPrescrizioneFarmaceutica"/>
<element name="farmaciPrescritti">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="farmaco" type="{http://www.nsisr.puglia.it/Schemas/}farmacoPrescritto" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
RegistraPrescrizioneFarmaceuticaRequest.FarmaciPrescritti
Classe Java per anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AssistibileRegistraPrescrizioneFarmaceutica |
assistito |
protected java.lang.String |
codEsenzione |
protected java.lang.String |
codIup |
protected java.lang.String |
codPrescrittore |
protected java.lang.String |
dataEmissione |
protected RegistraPrescrizioneFarmaceuticaRequest.FarmaciPrescritti |
farmaciPrescritti |
protected int |
flagInformatica |
protected int |
flagSuggerita |
| Constructor and Description |
|---|
RegistraPrescrizioneFarmaceuticaRequest() |
| Modifier and Type | Method and Description |
|---|---|
AssistibileRegistraPrescrizioneFarmaceutica |
getAssistito()
Recupera il valore della proprietà assistito.
|
java.lang.String |
getCodEsenzione()
Recupera il valore della proprietà codEsenzione.
|
java.lang.String |
getCodIup()
Recupera il valore della proprietà codIup.
|
java.lang.String |
getCodPrescrittore()
Recupera il valore della proprietà codPrescrittore.
|
java.lang.String |
getDataEmissione()
Recupera il valore della proprietà dataEmissione.
|
RegistraPrescrizioneFarmaceuticaRequest.FarmaciPrescritti |
getFarmaciPrescritti()
Recupera il valore della proprietà farmaciPrescritti.
|
int |
getFlagInformatica()
Recupera il valore della proprietà flagInformatica.
|
int |
getFlagSuggerita()
Recupera il valore della proprietà flagSuggerita.
|
void |
setAssistito(AssistibileRegistraPrescrizioneFarmaceutica value)
Imposta il valore della proprietà assistito.
|
void |
setCodEsenzione(java.lang.String value)
Imposta il valore della proprietà codEsenzione.
|
void |
setCodIup(java.lang.String value)
Imposta il valore della proprietà codIup.
|
void |
setCodPrescrittore(java.lang.String value)
Imposta il valore della proprietà codPrescrittore.
|
void |
setDataEmissione(java.lang.String value)
Imposta il valore della proprietà dataEmissione.
|
void |
setFarmaciPrescritti(RegistraPrescrizioneFarmaceuticaRequest.FarmaciPrescritti value)
Imposta il valore della proprietà farmaciPrescritti.
|
void |
setFlagInformatica(int value)
Imposta il valore della proprietà flagInformatica.
|
void |
setFlagSuggerita(int value)
Imposta il valore della proprietà flagSuggerita.
|
protected java.lang.String codIup
protected java.lang.String codPrescrittore
protected int flagSuggerita
protected java.lang.String dataEmissione
protected java.lang.String codEsenzione
protected int flagInformatica
protected AssistibileRegistraPrescrizioneFarmaceutica assistito
protected RegistraPrescrizioneFarmaceuticaRequest.FarmaciPrescritti farmaciPrescritti
public RegistraPrescrizioneFarmaceuticaRequest()
public java.lang.String getCodIup()
Stringpublic void setCodIup(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodPrescrittore()
Stringpublic void setCodPrescrittore(java.lang.String value)
value - allowed object is
Stringpublic int getFlagSuggerita()
public void setFlagSuggerita(int value)
public java.lang.String getDataEmissione()
Stringpublic void setDataEmissione(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodEsenzione()
Stringpublic void setCodEsenzione(java.lang.String value)
value - allowed object is
Stringpublic int getFlagInformatica()
public void setFlagInformatica(int value)
public AssistibileRegistraPrescrizioneFarmaceutica getAssistito()
AssistibileRegistraPrescrizioneFarmaceuticapublic void setAssistito(AssistibileRegistraPrescrizioneFarmaceutica value)
value - allowed object is
AssistibileRegistraPrescrizioneFarmaceuticapublic RegistraPrescrizioneFarmaceuticaRequest.FarmaciPrescritti getFarmaciPrescritti()
RegistraPrescrizioneFarmaceuticaRequest.FarmaciPrescrittipublic void setFarmaciPrescritti(RegistraPrescrizioneFarmaceuticaRequest.FarmaciPrescritti value)
value - allowed object is
RegistraPrescrizioneFarmaceuticaRequest.FarmaciPrescritti