public class InterruzioneAnticipataResponse
extends java.lang.Object
Classe Java per interruzioneAnticipataResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="interruzioneAnticipataResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataInizio" minOccurs="0">
<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" minOccurs="0">
<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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dataFine |
protected java.lang.String |
dataInizio |
| Constructor and Description |
|---|
InterruzioneAnticipataResponse() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataFine()
Recupera il valore della proprietà dataFine.
|
java.lang.String |
getDataInizio()
Recupera il valore della proprietà dataInizio.
|
void |
setDataFine(java.lang.String value)
Imposta il valore della proprietà dataFine.
|
void |
setDataInizio(java.lang.String value)
Imposta il valore della proprietà dataInizio.
|
protected java.lang.String dataInizio
protected java.lang.String dataFine
public 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
String