Class RichiestaIUAggregato

java.lang.Object
it.gov.adm.sett.aggregato.RichiestaIUAggregato

public class RichiestaIUAggregato extends Object

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>
 
  • Field Details

  • Constructor Details

    • RichiestaIUAggregato

      public RichiestaIUAggregato()
  • Method Details

    • getTpRichiesta

      public String getTpRichiesta()
      Gets the value of the tpRichiesta property.
      Returns:
      possible object is String
    • setTpRichiesta

      public void setTpRichiesta(String value)
      Sets the value of the tpRichiesta property.
      Parameters:
      value - allowed object is String
    • getIdRichiesta

      public String getIdRichiesta()
      Gets the value of the idRichiesta property.
      Returns:
      possible object is String
    • setIdRichiesta

      public void setIdRichiesta(String value)
      Sets the value of the idRichiesta property.
      Parameters:
      value - allowed object is String
    • getRichiedente

      public String getRichiedente()
      Gets the value of the richiedente property.
      Returns:
      possible object is String
    • setRichiedente

      public void setRichiedente(String value)
      Sets the value of the richiedente property.
      Parameters:
      value - allowed object is String
    • getDatiRichiesta

      public RichiestaIUAggregato.DatiRichiesta getDatiRichiesta()
      Gets the value of the datiRichiesta property.
      Returns:
      possible object is RichiestaIUAggregato.DatiRichiesta
    • setDatiRichiesta

      public void setDatiRichiesta(RichiestaIUAggregato.DatiRichiesta value)
      Sets the value of the datiRichiesta property.
      Parameters:
      value - allowed object is RichiestaIUAggregato.DatiRichiesta