Class RichiestaIUAggregato.DatiRichiesta

java.lang.Object
it.gov.adm.sett.aggregato.RichiestaIUAggregato.DatiRichiesta
Enclosing class:
RichiestaIUAggregato

public static class RichiestaIUAggregato.DatiRichiesta 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="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>
 
  • Field Details

    • eoid

      protected String eoid
    • fid

      protected String fid
    • reqquantity

      protected int reqquantity
  • Constructor Details

    • DatiRichiesta

      public DatiRichiesta()
  • Method Details

    • getEOID

      public String getEOID()
      Gets the value of the eoid property.
      Returns:
      possible object is String
    • setEOID

      public void setEOID(String value)
      Sets the value of the eoid property.
      Parameters:
      value - allowed object is String
    • getFID

      public String getFID()
      Gets the value of the fid property.
      Returns:
      possible object is String
    • setFID

      public void setFID(String value)
      Sets the value of the fid property.
      Parameters:
      value - allowed object is String
    • getREQQUANTITY

      public int getREQQUANTITY()
      Gets the value of the reqquantity property.
    • setREQQUANTITY

      public void setREQQUANTITY(int value)
      Sets the value of the reqquantity property.