Class Richiesta

java.lang.Object
it.sogei.ttstobaccomanufacturer.Richiesta

public class Richiesta extends Object

Java class for Richiesta complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Richiesta">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="serviceId">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="welcomeTest"/>
               <enumeration value="richiestaIUsingoli"/>
               <enumeration value="richiestaIUaggregati"/>
               <enumeration value="richiestaOperatoreEconomico"/>
               <enumeration value="richiestaImpianto"/>
               <enumeration value="richiestaMacchinario"/>
               <enumeration value="richiestaRecall"/>
               <enumeration value="rettificaOperatoreEconomico"/>
               <enumeration value="rettificaImpianto"/>
               <enumeration value="rettificaMacchinario"/>
             </restriction>
           </simpleType>
         </element>
         <element name="data" maxOccurs="unbounded">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="xml" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
                   <element name="dichiarante">
                     <simpleType>
                       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                         <pattern value="([A-Z]{6}[0-9]{2}[A-Z]{1}[0-9]{2}[A-Z]{1}[0-9]{3}[A-Z]{1}|[0-9]{11})"/>
                       </restriction>
                     </simpleType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Richiesta

      public Richiesta()
  • Method Details

    • getServiceId

      public String getServiceId()
      Gets the value of the serviceId property.
      Returns:
      possible object is String
    • setServiceId

      public void setServiceId(String value)
      Sets the value of the serviceId property.
      Parameters:
      value - allowed object is String
    • getData

      public List<Richiesta.Data> getData()
      Gets the value of the data 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 data property.

      For example, to add a new item, do as follows:

          getData().add(newItem);
       

      Objects of the following type(s) are allowed in the list Richiesta.Data