public class FarmacoErogatoRegistraPrescrizioniFarmaceuticheErogate
extends java.lang.Object
Classe Java per farmacoErogatoRegistraPrescrizioniFarmaceuticheErogate complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="farmacoErogatoRegistraPrescrizioniFarmaceuticheErogate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codMinisteriale">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="10"/>
<pattern value="[0-9]*"/>
</restriction>
</simpleType>
</element>
<element name="numLotto" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="codNota" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="flagSostituito">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<pattern value="(0|1)?"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codMinisteriale |
protected java.lang.String |
codNota |
protected int |
flagSostituito |
protected long |
numLotto |
| Constructor and Description |
|---|
FarmacoErogatoRegistraPrescrizioniFarmaceuticheErogate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodMinisteriale()
Recupera il valore della proprietà codMinisteriale.
|
java.lang.String |
getCodNota()
Recupera il valore della proprietà codNota.
|
int |
getFlagSostituito()
Recupera il valore della proprietà flagSostituito.
|
long |
getNumLotto()
Recupera il valore della proprietà numLotto.
|
void |
setCodMinisteriale(java.lang.String value)
Imposta il valore della proprietà codMinisteriale.
|
void |
setCodNota(java.lang.String value)
Imposta il valore della proprietà codNota.
|
void |
setFlagSostituito(int value)
Imposta il valore della proprietà flagSostituito.
|
void |
setNumLotto(long value)
Imposta il valore della proprietà numLotto.
|
protected java.lang.String codMinisteriale
protected long numLotto
protected java.lang.String codNota
protected int flagSostituito
public FarmacoErogatoRegistraPrescrizioniFarmaceuticheErogate()
public java.lang.String getCodMinisteriale()
Stringpublic void setCodMinisteriale(java.lang.String value)
value - allowed object is
Stringpublic long getNumLotto()
public void setNumLotto(long value)
public java.lang.String getCodNota()
Stringpublic void setCodNota(java.lang.String value)
value - allowed object is
Stringpublic int getFlagSostituito()
public void setFlagSostituito(int value)