public class FarmacoPrescritto
extends java.lang.Object
Classe Java per farmacoPrescritto complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="farmacoPrescritto">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codFarmaco">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="10"/>
<pattern value="[0-9]*"/>
</restriction>
</simpleType>
</element>
<element name="numPezzi">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}int">
<maxExclusive value="100"/>
<pattern value="[0-9]+"/>
<minInclusive value="1"/>
</restriction>
</simpleType>
</element>
<element name="codNota" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codFarmaco |
protected java.lang.String |
codNota |
protected int |
numPezzi |
| Constructor and Description |
|---|
FarmacoPrescritto() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodFarmaco()
Recupera il valore della proprietà codFarmaco.
|
java.lang.String |
getCodNota()
Recupera il valore della proprietà codNota.
|
int |
getNumPezzi()
Recupera il valore della proprietà numPezzi.
|
void |
setCodFarmaco(java.lang.String value)
Imposta il valore della proprietà codFarmaco.
|
void |
setCodNota(java.lang.String value)
Imposta il valore della proprietà codNota.
|
void |
setNumPezzi(int value)
Imposta il valore della proprietà numPezzi.
|
protected java.lang.String codFarmaco
protected int numPezzi
protected java.lang.String codNota
public java.lang.String getCodFarmaco()
Stringpublic void setCodFarmaco(java.lang.String value)
value - allowed object is
Stringpublic int getNumPezzi()
public void setNumPezzi(int value)
public java.lang.String getCodNota()
Stringpublic void setCodNota(java.lang.String value)
value - allowed object is
String