Package it.gov.adm.sett.aggregato
Class RichiestaIUAggregato
java.lang.Object
it.gov.adm.sett.aggregato.RichiestaIUAggregato
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="tp_richiesta" type="{http://sett.adm.gov.it}norm2"/>
<element name="id_richiesta" type="{http://sett.adm.gov.it}norm50"/>
<element name="richiedente" type="{http://sett.adm.gov.it}str16"/>
<element name="dati_richiesta">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="EO_ID" type="{http://sett.adm.gov.it}norm12"/>
<element name="F_ID" type="{http://sett.adm.gov.it}norm12"/>
<element name="REQ_QUANTITY" type="{http://sett.adm.gov.it}REQ_QUANTITY_Type"/>
</all>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RichiestaIUAggregato.DatiRichiestaprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the datiRichiesta property.Gets the value of the idRichiesta property.Gets the value of the richiedente property.Gets the value of the tpRichiesta property.voidSets the value of the datiRichiesta property.voidsetIdRichiesta(String value) Sets the value of the idRichiesta property.voidsetRichiedente(String value) Sets the value of the richiedente property.voidsetTpRichiesta(String value) Sets the value of the tpRichiesta property.
-
Field Details
-
tpRichiesta
-
idRichiesta
-
richiedente
-
datiRichiesta
-
-
Constructor Details
-
RichiestaIUAggregato
public RichiestaIUAggregato()
-
-
Method Details
-
getTpRichiesta
Gets the value of the tpRichiesta property.- Returns:
- possible object is
String
-
setTpRichiesta
Sets the value of the tpRichiesta property.- Parameters:
value- allowed object isString
-
getIdRichiesta
Gets the value of the idRichiesta property.- Returns:
- possible object is
String
-
setIdRichiesta
Sets the value of the idRichiesta property.- Parameters:
value- allowed object isString
-
getRichiedente
Gets the value of the richiedente property.- Returns:
- possible object is
String
-
setRichiedente
Sets the value of the richiedente property.- Parameters:
value- allowed object isString
-
getDatiRichiesta
Gets the value of the datiRichiesta property.- Returns:
- possible object is
RichiestaIUAggregato.DatiRichiesta
-
setDatiRichiesta
Sets the value of the datiRichiesta property.- Parameters:
value- allowed object isRichiestaIUAggregato.DatiRichiesta
-