Package it.gov.adm.sett.aggregato
Class RichiestaIUAggregato.DatiRichiesta
java.lang.Object
it.gov.adm.sett.aggregato.RichiestaIUAggregato.DatiRichiesta
- Enclosing class:
- 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="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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEOID()
Gets the value of the eoid property.getFID()
Gets the value of the fid property.int
Gets the value of the reqquantity property.void
Sets the value of the eoid property.void
Sets the value of the fid property.void
setREQQUANTITY
(int value) Sets the value of the reqquantity property.
-
Field Details
-
eoid
-
fid
-
reqquantity
protected int reqquantity
-
-
Constructor Details
-
DatiRichiesta
public DatiRichiesta()
-
-
Method Details
-
getEOID
Gets the value of the eoid property.- Returns:
- possible object is
String
-
setEOID
Sets the value of the eoid property.- Parameters:
value
- allowed object isString
-
getFID
Gets the value of the fid property.- Returns:
- possible object is
String
-
setFID
Sets the value of the fid property.- Parameters:
value
- allowed object isString
-
getREQQUANTITY
public int getREQQUANTITY()Gets the value of the reqquantity property. -
setREQQUANTITY
public void setREQQUANTITY(int value) Sets the value of the reqquantity property.
-