Class RichiestaIUUnitario

java.lang.Object
it.gov.adm.sett.unitario.RichiestaIUUnitario

public class RichiestaIUUnitario 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}EoID_Type"/>
                   <element name="F_ID" type="{http://sett.adm.gov.it}FID_Type"/>
                   <element name="PROCESS_TYPE" type="{http://sett.adm.gov.it}Flag_boolean"/>
                   <element name="M_ID" type="{http://sett.adm.gov.it}MID_Type" minOccurs="0"/>
                   <element name="P_TYPE" type="{http://sett.adm.gov.it}P_TYPE_Type"/>
                   <element name="P_OTHERTYPE" type="{http://sett.adm.gov.it}str200" minOccurs="0"/>
                   <element name="P_CN" type="{http://sett.adm.gov.it}str200" minOccurs="0"/>
                   <element name="P_BRAND" type="{http://sett.adm.gov.it}P_Brand_Type"/>
                   <element name="P_SUBTYPE_EXIST" type="{http://sett.adm.gov.it}Flag_boolean"/>
                   <element name="P_SUBTYPE_NAME" type="{http://sett.adm.gov.it}P_SubType_Name_Type" minOccurs="0"/>
                   <element name="P_UNITS" type="{http://sett.adm.gov.it}P_Units_Type" minOccurs="0"/>
                   <element name="P_WEIGHT" type="{http://sett.adm.gov.it}P_WEIGHT_Type"/>
                   <element name="TP_ID" type="{http://sett.adm.gov.it}str14" minOccurs="0"/>
                   <element name="TP_PN" type="{http://sett.adm.gov.it}str30_numb" minOccurs="0"/>
                   <element name="INTENDED_MARKET" type="{http://sett.adm.gov.it}norm2"/>
                   <element name="INTENDED_ROUTE1" type="{http://sett.adm.gov.it}Flag_boolean"/>
                   <element name="INTENDED_ROUTE2" type="{http://sett.adm.gov.it}norm2" minOccurs="0"/>
                   <element name="IMPORT" type="{http://sett.adm.gov.it}Flag_boolean"/>
                   <element name="REQ_QUANTITY" type="{http://sett.adm.gov.it}REQ_QUANTITY_Type"/>
                   <element name="P_OtherID" type="{http://sett.adm.gov.it}str20" minOccurs="0"/>
                   <element name="Flag_24h" type="{http://sett.adm.gov.it}Flag_boolean"/>
                 </all>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RichiestaIUUnitario

      public RichiestaIUUnitario()
  • 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 RichiestaIUUnitario.DatiRichiesta getDatiRichiesta()
      Gets the value of the datiRichiesta property.
      Returns:
      possible object is RichiestaIUUnitario.DatiRichiesta
    • setDatiRichiesta

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