public class PropostaAccessoResponse
extends java.lang.Object
Classe Java per propostaAccessoResponse complex type.
Il seguente frammento di schema specifica il contenuto previsto contenuto in questa classe.
<complexType name="propostaAccessoResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataProposta">
<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="idProposta">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="[0-9]+"/>
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="assistibile" type="{www.sist.puglia.it/Schemas/PDD_SIST/SCATEL/}assistibileResponse"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AssistibileResponse |
assistibile |
protected java.lang.String |
dataProposta |
protected java.lang.String |
idProposta |
| Constructor and Description |
|---|
PropostaAccessoResponse() |
| Modifier and Type | Method and Description |
|---|---|
AssistibileResponse |
getAssistibile()
Recupera il valore della proprietà assistibile.
|
java.lang.String |
getDataProposta()
Recupera il valore della proprietà dataProposta.
|
java.lang.String |
getIdProposta()
Recupera il valore della proprietà idProposta.
|
void |
setAssistibile(AssistibileResponse value)
Imposta il valore della proprietà assistibile.
|
void |
setDataProposta(java.lang.String value)
Imposta il valore della proprietà dataProposta.
|
void |
setIdProposta(java.lang.String value)
Imposta il valore della proprietà idProposta.
|
protected java.lang.String dataProposta
protected java.lang.String idProposta
protected AssistibileResponse assistibile
public java.lang.String getDataProposta()
Stringpublic void setDataProposta(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdProposta()
Stringpublic void setIdProposta(java.lang.String value)
value - allowed object is
Stringpublic AssistibileResponse getAssistibile()
AssistibileResponsepublic void setAssistibile(AssistibileResponse value)
value - allowed object is
AssistibileResponse