public class RichiestaProrogaRequest
extends java.lang.Object
Classe Java per richiestaProrogaRequest complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="richiestaProrogaRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="identificativoPAI">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]+"/>
<maxLength value="6"/>
</restriction>
</simpleType>
</element>
<element name="dataInizio">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[012])/[0-9]{4}"/>
</restriction>
</simpleType>
</element>
<element name="dataFine">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[012])/[0-9]{4}"/>
</restriction>
</simpleType>
</element>
<element name="dataRichiesta">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(0[1-9]|[12][0-9]|3[01])/(0[1-9]|1[012])/[0-9]{4}"/>
</restriction>
</simpleType>
</element>
<element name="descrizioneMotivo">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="80"/>
</restriction>
</simpleType>
</element>
<element name="codiceCategoriaRichiedente">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="1"/>
<pattern value="[a-zA-Z0-9]*"/>
</restriction>
</simpleType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
codiceCategoriaRichiedente |
protected java.lang.String |
dataFine |
protected java.lang.String |
dataInizio |
protected java.lang.String |
dataRichiesta |
protected java.lang.String |
descrizioneMotivo |
protected java.lang.String |
identificativoPAI |
| Constructor and Description |
|---|
RichiestaProrogaRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodiceCategoriaRichiedente()
Recupera il valore della proprietà codiceCategoriaRichiedente.
|
java.lang.String |
getDataFine()
Recupera il valore della proprietà dataFine.
|
java.lang.String |
getDataInizio()
Recupera il valore della proprietà dataInizio.
|
java.lang.String |
getDataRichiesta()
Recupera il valore della proprietà dataRichiesta.
|
java.lang.String |
getDescrizioneMotivo()
Recupera il valore della proprietà descrizioneMotivo.
|
java.lang.String |
getIdentificativoPAI()
Recupera il valore della proprietà identificativoPAI.
|
void |
setCodiceCategoriaRichiedente(java.lang.String value)
Imposta il valore della proprietà codiceCategoriaRichiedente.
|
void |
setDataFine(java.lang.String value)
Imposta il valore della proprietà dataFine.
|
void |
setDataInizio(java.lang.String value)
Imposta il valore della proprietà dataInizio.
|
void |
setDataRichiesta(java.lang.String value)
Imposta il valore della proprietà dataRichiesta.
|
void |
setDescrizioneMotivo(java.lang.String value)
Imposta il valore della proprietà descrizioneMotivo.
|
void |
setIdentificativoPAI(java.lang.String value)
Imposta il valore della proprietà identificativoPAI.
|
protected java.lang.String identificativoPAI
protected java.lang.String dataInizio
protected java.lang.String dataFine
protected java.lang.String dataRichiesta
protected java.lang.String descrizioneMotivo
protected java.lang.String codiceCategoriaRichiedente
public java.lang.String getIdentificativoPAI()
Stringpublic void setIdentificativoPAI(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataInizio()
Stringpublic void setDataInizio(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataFine()
Stringpublic void setDataFine(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataRichiesta()
Stringpublic void setDataRichiesta(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescrizioneMotivo()
Stringpublic void setDescrizioneMotivo(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCodiceCategoriaRichiedente()
Stringpublic void setCodiceCategoriaRichiedente(java.lang.String value)
value - allowed object is
String