Package it.gov.adm.sett.unitario_esito
Class RichiestaIUUnitario
java.lang.Object
it.gov.adm.sett.unitario_esito.RichiestaIUUnitario
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"> <sequence> <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> <element name="Esito" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="errorDesc" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </all> </restriction> </complexContent> </complexType> </element> <element name="IU" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type.static class
Java class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RichiestaIUUnitario.DatiRichiesta
protected RichiestaIUUnitario.Esito
protected String
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the datiRichiesta property.getEsito()
Gets the value of the esito property.Gets the value of the idRichiesta property.getIU()
Gets the value of the iu property.Gets the value of the richiedente property.Gets the value of the tpRichiesta property.void
Sets the value of the datiRichiesta property.void
Sets the value of the esito property.void
setIdRichiesta
(String value) Sets the value of the idRichiesta property.void
setRichiedente
(String value) Sets the value of the richiedente property.void
setTpRichiesta
(String value) Sets the value of the tpRichiesta property.
-
Field Details
-
tpRichiesta
-
idRichiesta
-
richiedente
-
datiRichiesta
-
esito
-
iu
-
-
Constructor Details
-
RichiestaIUUnitario
public RichiestaIUUnitario()
-
-
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
RichiestaIUUnitario.DatiRichiesta
-
setDatiRichiesta
Sets the value of the datiRichiesta property.- Parameters:
value
- allowed object isRichiestaIUUnitario.DatiRichiesta
-
getEsito
Gets the value of the esito property.- Returns:
- possible object is
RichiestaIUUnitario.Esito
-
setEsito
Sets the value of the esito property.- Parameters:
value
- allowed object isRichiestaIUUnitario.Esito
-
getIU
Gets the value of the iu property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the iu property.For example, to add a new item, do as follows:
getIU().add(newItem);
Objects of the following type(s) are allowed in the list
String
-