public class RettificaDCRRequest
extends java.lang.Object
Dati relativi alle rettifiche della Distinta Contabile Riepilogativa.
Ciascuna rettifica è composta dai seguenti dati:
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="rettificaDCRRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="impLordoTotale">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]{1,6}(,[0-9]{2})?"/>
</restriction>
</simpleType>
</element>
<element name="tipoImporto" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
<element name="annoRettificaAccertata" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="4"/>
<pattern value="[0-9]+"/>
</restriction>
</simpleType>
</element>
<element name="meseRettificaAccertata" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
<pattern value="[0-9]+"/>
</restriction>
</simpleType>
</element>
<element name="origineDifferenzaAccertata" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="0"/>
<enumeration value="1"/>
<enumeration value="2"/>
<enumeration value="3"/>
</restriction>
</simpleType>
</element>
<element name="note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="remAggiuntiva" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="0"/>
<enumeration value="1"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
annoRettificaAccertata |
protected java.lang.String |
impLordoTotale |
protected java.lang.String |
meseRettificaAccertata |
protected java.lang.String |
note |
protected java.lang.String |
origineDifferenzaAccertata |
protected java.lang.String |
remAggiuntiva |
protected java.lang.String |
tipoImporto |
| Constructor and Description |
|---|
RettificaDCRRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAnnoRettificaAccertata()
Recupera il valore della proprietà annoRettificaAccertata.
|
java.lang.String |
getImpLordoTotale()
Recupera il valore della proprietà impLordoTotale.
|
java.lang.String |
getMeseRettificaAccertata()
Recupera il valore della proprietà meseRettificaAccertata.
|
java.lang.String |
getNote()
Recupera il valore della proprietà note.
|
java.lang.String |
getOrigineDifferenzaAccertata()
Recupera il valore della proprietà origineDifferenzaAccertata.
|
java.lang.String |
getRemAggiuntiva()
Recupera il valore della proprietà remAggiuntiva.
|
java.lang.String |
getTipoImporto()
Recupera il valore della proprietà tipoImporto.
|
void |
setAnnoRettificaAccertata(java.lang.String value)
Imposta il valore della proprietà annoRettificaAccertata.
|
void |
setImpLordoTotale(java.lang.String value)
Imposta il valore della proprietà impLordoTotale.
|
void |
setMeseRettificaAccertata(java.lang.String value)
Imposta il valore della proprietà meseRettificaAccertata.
|
void |
setNote(java.lang.String value)
Imposta il valore della proprietà note.
|
void |
setOrigineDifferenzaAccertata(java.lang.String value)
Imposta il valore della proprietà origineDifferenzaAccertata.
|
void |
setRemAggiuntiva(java.lang.String value)
Imposta il valore della proprietà remAggiuntiva.
|
void |
setTipoImporto(java.lang.String value)
Imposta il valore della proprietà tipoImporto.
|
protected java.lang.String impLordoTotale
protected java.lang.String tipoImporto
protected java.lang.String annoRettificaAccertata
protected java.lang.String meseRettificaAccertata
protected java.lang.String origineDifferenzaAccertata
protected java.lang.String note
protected java.lang.String remAggiuntiva
public java.lang.String getImpLordoTotale()
Stringpublic void setImpLordoTotale(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTipoImporto()
Stringpublic void setTipoImporto(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAnnoRettificaAccertata()
Stringpublic void setAnnoRettificaAccertata(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMeseRettificaAccertata()
Stringpublic void setMeseRettificaAccertata(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrigineDifferenzaAccertata()
Stringpublic void setOrigineDifferenzaAccertata(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNote()
Stringpublic void setNote(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRemAggiuntiva()
Stringpublic void setRemAggiuntiva(java.lang.String value)
value - allowed object is
String