public class ErroreLotto
extends java.lang.Object
Java class for ErroreLotto complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ErroreLotto">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="codice" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="descrizione" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="idMovimentoLotto" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codice |
protected java.lang.String |
descrizione |
protected java.lang.String |
idMovimentoLotto |
| Constructor and Description |
|---|
ErroreLotto() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodice()
Gets the value of the codice property.
|
java.lang.String |
getDescrizione()
Gets the value of the descrizione property.
|
java.lang.String |
getIdMovimentoLotto()
Gets the value of the idMovimentoLotto property.
|
void |
setCodice(java.lang.String value)
Sets the value of the codice property.
|
void |
setDescrizione(java.lang.String value)
Sets the value of the descrizione property.
|
void |
setIdMovimentoLotto(java.lang.String value)
Sets the value of the idMovimentoLotto property.
|
protected java.lang.String codice
protected java.lang.String descrizione
protected java.lang.String idMovimentoLotto
public java.lang.String getCodice()
Stringpublic void setCodice(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescrizione()
Stringpublic void setDescrizione(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdMovimentoLotto()
Stringpublic void setIdMovimentoLotto(java.lang.String value)
value - allowed object is
String