public class GetMovimentiLottoItem
extends java.lang.Object
Java class for getMovimentiLottoItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getMovimentiLottoItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="idMovimentoLotto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dataMovimento" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="codiceAIC" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="numeroLotto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="scadenzaLotto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="causale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="quantita" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
causale |
protected java.lang.String |
codiceAIC |
protected java.lang.String |
dataMovimento |
protected java.lang.String |
idMovimentoLotto |
protected java.lang.String |
numeroLotto |
protected java.lang.String |
quantita |
protected java.lang.String |
scadenzaLotto |
| Constructor and Description |
|---|
GetMovimentiLottoItem() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCausale()
Gets the value of the causale property.
|
java.lang.String |
getCodiceAIC()
Gets the value of the codiceAIC property.
|
java.lang.String |
getDataMovimento()
Gets the value of the dataMovimento property.
|
java.lang.String |
getIdMovimentoLotto()
Gets the value of the idMovimentoLotto property.
|
java.lang.String |
getNumeroLotto()
Gets the value of the numeroLotto property.
|
java.lang.String |
getQuantita()
Gets the value of the quantita property.
|
java.lang.String |
getScadenzaLotto()
Gets the value of the scadenzaLotto property.
|
void |
setCausale(java.lang.String value)
Sets the value of the causale property.
|
void |
setCodiceAIC(java.lang.String value)
Sets the value of the codiceAIC property.
|
void |
setDataMovimento(java.lang.String value)
Sets the value of the dataMovimento property.
|
void |
setIdMovimentoLotto(java.lang.String value)
Sets the value of the idMovimentoLotto property.
|
void |
setNumeroLotto(java.lang.String value)
Sets the value of the numeroLotto property.
|
void |
setQuantita(java.lang.String value)
Sets the value of the quantita property.
|
void |
setScadenzaLotto(java.lang.String value)
Sets the value of the scadenzaLotto property.
|
protected java.lang.String idMovimentoLotto
protected java.lang.String dataMovimento
protected java.lang.String codiceAIC
protected java.lang.String numeroLotto
protected java.lang.String scadenzaLotto
protected java.lang.String causale
protected java.lang.String quantita
public java.lang.String getIdMovimentoLotto()
Stringpublic void setIdMovimentoLotto(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataMovimento()
Stringpublic void setDataMovimento(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodiceAIC()
Stringpublic void setCodiceAIC(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumeroLotto()
Stringpublic void setNumeroLotto(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getScadenzaLotto()
Stringpublic void setScadenzaLotto(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCausale()
Stringpublic void setCausale(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getQuantita()
Stringpublic void setQuantita(java.lang.String value)
value - allowed object is
String